html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:none;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

body {
	line-height:1.5;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

table, td, th {
	vertical-align:middle;
}

fieldset {
	border:none;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

blockquote:before, blockquote:after, q:before,q:after {
	content:'';
}

blockquote, q {
	quotes:"" "";
}

abbr,acronym {
	border:none;
}

a, input {
	outline:none;
}

/* ********* TYPOGRAPHY ********* */

html {
	height: 100%;
}

body {
	height: 100%;
	font-size:12px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	line-height:1.167;
	color:#000000;
	background:#000000 url(../images/bg_gradient.jpg) left top repeat-x;
}

h1 {
	font-size:20px;
	font-weight:bold;
	line-height:1;
	color: #021933;
	margin-bottom:17px;
}

h1 a {
	color:#7e7e7e;
	padding-right:15px;
	margin-right:8px;
	background:url(../images/bullet-heading.gif) right center no-repeat;
	text-decoration:none;
}

h1 a:hover {
	color: #021933;
	background-color:transparent;
	border:none;
}

h2 {
	font-size: 18px;
	font-weight:bold;
	line-height:1.112;
	color:#BB0000;
	margin-bottom:6px;
}

h2 span.pico {
	font-size:12px;
	color:#9c9c9c;
}

h2.alias-h1 {
	font-size:20px;
	line-height:1;
	margin-bottom:12px;
}

h2.heading {
	font-size:22px;
	line-height:1;
	color:#6e6e6e;
	letter-spacing:-1px;
	text-transform:uppercase;
	margin-bottom:11px;
}




h2price {
	font-size: 18px;
	font-weight:bold;
	line-height:1.112;
	color:#000000;
	margin-bottom:6px;
}

h2price span.pico {
	font-size:12px;
	color:#000000;
}

h2price.alias-h1 {
	font-size:20px;
	line-height:1;
	margin-bottom:12px;
}

h2price.heading {
	font-size:22px;
	line-height:1;
	color:#000000;
	letter-spacing:-1px;
	text-transform:uppercase;
	margin-bottom:11px;
}


h3 {
	font-size: 14px;
	font-weight:bold;
	line-height:1.143;
	color:#0a386f;
	margin-bottom:2px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	line-height:1.167;
	color: #002347;
	margin-bottom:4px;
}

h4.subheading {
	font-size:12px;
	font-weight:normal;
	line-height:1.167;
	color:#767676;
	margin-top:-11px;
	margin-bottom:12px;
}

h4.subheading strong {
	color:#0a386f;
}

h5 {
	font-size:11px;
	line-height:1.364;
	font-weight:bold;
	line-height:1.2;
}

p {
	line-height:1.5;
	margin:0 0 20px 0;
}

p.introtext {
	font-size:14px;
	font-weight:bold;
	line-height:1.429;
	color:#858585;
	margin-bottom:10px;
}

strong {font-weight:bold;}
em, dfn {font-style:italic;}

blockquote {margin:0;color:#fff;font-style:normal;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border:none}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}


table {width:100%;}
tfoot {font-style:italic;}

.hide {display:none;}

.clear {clear:both;height:0;overflow:hidden}
.left {float:left;}
.right {float:right}

hr {display:none;}

.content img {
	float:left;
	margin:5px 15px 10px 0;
	border:3px solid #e0dfdf;
}

/* ********* LINKS ********* */

a {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#00000;
	text-decoration:none;
	background-color:#;
	text-decoration:underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration:none;
}

/* ********* GENERIC LISTS ********* */

.content ul {
	margin:0px 0 12px 15px;
}

.content p + ul {
	margin-top:-14px;
}

.content ul li {
	padding-left:18px;
	padding-bottom:2px;
	font-size:12px;
	line-height:1.167;
}

.content ul li p {
	line-height:1.167;
	margin-bottom:10px;
}

.content ol {
	margin:-14px 0 12px 33px;
	color:#0a386f;
}

.content ol li {
	padding-left:0px;
	padding-bottom:2px;

	font-size:10px;
	font-weight:bold;
	line-height:1;
	list-style-type:decimal;
	list-style-position:outside;
}

.content ol li div {
	font-size:12px;
	line-height:1.167;
	font-weight:normal;
	color:#767676;
}

/* ********* CLEAR FIX HACK ********* */

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */


/* ////////      GENERAL LAYOUT       \\\\\\\\ */

#main_container ORIGINAL {
	min-width:1000px;
	min-height: 100%;
	background:url(../images/bg.jpg) center top no-repeat;
}

#main_container {
	min-width:1000px;
	min-height: 100%;
}

#page {
	width:970px;
	margin:0 auto;
}

#content_areahome {
	width:970px;
	padding-top:0px;
	margin-bottom:15px;
}

#content_area {
	width:970px;
	padding-top:10px;
	margin-bottom:15px;
	background:	url(../images/content_top.png) left top no-repeat;
}

#home_page #content_area {
	padding-top:0;
}

.content_wrapper {
	width:970px;
	padding-bottom:8px;
	background:url(../images/content_lbottom.png) left bottom no-repeat;
}

.content_wrapper2 {
	width:970px;
	padding-bottom:8px;
}

.content_wrapper .content {
  min-height:510px;
  height:auto !important;
  height:510px;
  padding:0 15px;
  background-color:#ffffff;
}

#home_page .content_wrapper .content {
	padding:0 0 0px 15px;
	padding-right:20px;
	min-height:0;
}

/* *** Column1 *** */

.column1 {
	float:left;
	clear:both;
	width:700px;
}

.column1 .content_wrapper {
	width:700px;
}

/* *** Column2 *** */

.column2 {
	float:right;
	width:270px;
	padding-top:0px;
}

#home_page .column2 {
	padding-top:0px;
}

.column2 .sidecontent_wrapper {
	padding-bottom:0px;
	margin-bottom:0px;
}

.sidecontent_wrapper .sidecontent {
	padding-bottom:0px;
	background-color:#fff;
}

/* ////////      HEADER       \\\\\\\\ */

#header {
	position:relative;
	width:970px;
	height:38px;
	padding-top:160px;
	margin-bottom:10px;
	background: url(../images/anarky_header_graphic.jpg) left top no-repeat;
	z-index:150;
}

#header h1 {
	display:none;
}

#header a#logo {
  position: absolute;
  display: block;
  height: 100px;
  width: 230px;
  right: 45px;
  top: 40px;
  text-decoration: none;
}

#header a#logo:hover {
  background: none !important;
  border: 0 !important;
}

/* *** Top Navigation *** */

#header ul#topnav {
	width:965px;
	height:38px;
	padding-left:5px;
	margin:0;
	background:url(../images/topnav_bg2.jpg) left top no-repeat;
}

#topnav li {
	float:left;
	height:38px;
	padding:0;
	line-height:1;
	background:none;
}

#topnav li.withsub {
	position:relative;
	height:auto;
	padding-right:3px;
	margin-right:-3px;
	z-index:99;
}

#topnav li:hover.withsub {
	background: url(../images/submenu_active_backgr.png) right bottom no-repeat;
}

#topnav li a {
	display:block;
	height:38px;
	padding:0 15px 0 14px;
	background:url(../images/topnav_delimiter.png) right top no-repeat;

	font-size:14px;
	font-weight:bold;
	line-height:38px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:-1px;
	text-shadow:;
	border:none;
	overflow:hidden;
}

#topnav li.last.withsub a {
	background-image:none;
}

#topnav li.last.withoutsub a {
	background-image:none;
}

#topnav li.withsub a {
	background-image:url(../images/topnav_delimiter_submenu.png);
	text-shadow:none;
	cursor:default;
}

#topnav li:hover.withsub a {
	color:#021933;
	background-color:#fff;
	cursor:default;
}

#topnav li a:hover, #topnav li.active a, #topnav li.active a:hover  {
	color:#021933;
}


#topnav li.withsub div.submenu-wrapper {
	position:absolute;
	left:0;
	top:-9999px;
	width:401px;
	padding-top:10px;
	background:url(../images/submenu_top.png) left top no-repeat;
}

#topnav li.withsub.sublist div.submenu-wrapper {
	width:185px;
	background-image:url(../images/submenu_small_top.png);
}

#topnav li.withsub.duble div.submenu-wrapper {
	width:361px;
	background-image:url(../images/submenu_duble_top.png);
}

#topnav li:hover.withsub div.submenu-wrapper {
	top:38px;
}

.submenu-wrapper .submenu {
	padding-bottom:10px;
	background:url(../images/submenu_bottom.png) left bottom no-repeat;
}

li.sublist .submenu-wrapper .submenu {
	background-image:url(../images/submenu_small_bottom.png);
}

li.sublist.duble .submenu-wrapper .submenu {
	background-image:url(../images/submenu_duble_bottom.png);
}

.submenu .submenu-content {
	padding:8px 15px 2px 15px;
	background-color:#f4f4f4;
}

li.sublist .submenu .submenu-content {
	padding-top:2px;
	padding-bottom:1px;
}

.submenu .leftcol {
	float:left;
	width:165px;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #dfdfdf;
}

.submenu .rightcol {
	float:left;
	width:160px;
	padding-left:25px;
	margin-left:-1px;
	border-left:1px solid #dfdfdf;
}


#topnav .submenu ul {
	margin:0 0 4px 0;
}

#topnav li.sublist .submenu ul {
	width:155px;
	margin:0;
	overflow:hidden;
}

#topnav li.duble .submenu ul {
	float:left;
	width:155px;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #dfdfdf;
}

#topnav li.duble ul.right {
	padding-right:0;
	margin-right:0;
	border-right:none;
}

#topnav .submenu ul li {
	float:none;
	display:block;
	height:auto;
	padding:0 0 6px 0;

	font-size:12px;
	line-height:1.167;
	background:none;
}

#topnav li.sublist .submenu ul li {
	padding:0 0 1px 0;
	background:url(../images/separator_dotted.gif) left bottom repeat-x;
}

#topnav li.sublist .submenu ul li.last {
	background:none;
}

#topnav li.withsub .submenu ul li a {
	display:block;
	height:auto;
	padding:0 0 0 10px;

	font-size:12px;
	line-height:1.167;
	color:#000000;
	cursor:pointer;
}

#topnav li.withsub .submenu ul li a:hover {
	color:#000000;
}

#topnav li.withsub.sublist .submenu ul li a {
	padding:7px 10px 5px 10px;
	background:none;

	font-size:13px;
	line-height:15px;
	color:#000000;
	border:none;
}

#topnav li.withsub.sublist .submenu ul li a:hover {
	color:#000000;
	background-color:#e2e2e2;
	border:none;
	text-shadow: rgb(235, 235, 235) 0px 1px 0px;
}

#topnav li.withsub .submenu-wrapper .submenu li.active a,
#topnav li.withsub .submenu-wrapper .submenu li.active a:hover
{
	color:#000000;
}

#topnav .submenu-content strong {
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	line-height:1.143;
	text-transform:uppercase;
	margin-bottom:4px;
}

#topnav .submenu ul li p {
	line-height:1.167;
	margin-bottom:10px;
}

/* ////////      Sideboxes       \\\\\\\\ */

.team_container {
	width:260px;
	padding-top:8px;
	margin-bottom:10px;
	margin-left:10px;
	background:url(../images/teambox_top.png) left top no-repeat;
	overflow:hidden;
}

.team_container .sidebox {
	min-height:50px;
	padding:4px 15px 10px 15px;
	background:url(../images/teambox_bottom.png) left bottom no-repeat;
}

.team_container .sidebox.sidelist {
	padding-bottom:6px;
}

.sidebox h2 {
	background-position:left top;
	background-repeat:no-repeat;

	font-size:22px;
	font-weight:bold;
	color:#fff;
	line-height:1;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin:0 0 11px 0;
	overflow:hidden;
}

.sidebox.sidelist h2 {
	margin-bottom:9px;
}

.sidebox ul {
	margin:0;
}

.sidebox p {
	font-size:11px;
	line-height:1.273;
	color:#000000;
	margin-bottom:9px;
}

.sidebox ul li p {
	font-size:10px;
	line-height:1.2;
	margin:0;
	color:#000000;
}

.sidebox ul li a {
	color:#000000;
	text-decoration:none;
	background-color:transparent;
}

.sidebox ul li a:hover {
	color:#000000;
	text-decoration:none;
	background-color:transparent;
	border:none;
}

/* ////////     Spotlight Area       \\\\\\\\ */

.spotlight_container {
	width:670px;
	padding-bottom:10px;
	margin:8px 0 20px 0px;
	background:#d7d7d7 url(../images/spotlight_bot.png) left bottom no-repeat;
}

#home_page .spotlight-container {
	margin:0 0 21px 0;
}

.spotlight {
	position:relative;
	width:650px;
	min-height:100px;
	padding:8px 15px 0 10px;
	background:url(../images/spotlight_top.png) left top no-repeat;
	overflow:hidden;
}

.news-page .spotlight  {
	width:605px;
	padding-top:10px;
	padding-left:55px;
}

.spotlight img {
	float:left;
	margin:2px 15px 0 0;
	border:3px solid #e0dfdf;
}

.spotlight .spotlight_content {
	float:left;
	width:384px;
}


.spotlight h2 {
	margin-top:-2px;
	margin-bottom:7px;
	letter-spacing:-0.8px;
}

.gallery-page .spotlight h2 {
	font-size:16px;
	line-height:1.125;
	margin-top:0;
	margin-bottom:5px;
}

.spotlight a, .spotlight a:hover {
	color:#021933;
}

.spotlight h2 a {
	text-decoration:none;
	color:#b71219;
}

.spotlight h3 {
	font-size: 12px;
	font-weight:bold;
	line-height:1.167;
	color:#000000;
	text-transform:uppercase;
	margin-bottom:2px;
	text-shadow: rgb(248, 248, 248) 0px 1px 0px;
}

.spotlight h3.date {
	position:absolute;
	left:0;
	top:12px;
	float:none;
	text-shadow: #000 1px 0px 1px;
}

.spotlight p {
	line-height:1.334;
	margin-bottom:8px;
	color:#000000;
}

.spotlight p.introtext {
	font-size:12px;
	font-weight:normal;
	line-height:1.334;
	color:#000000;
	margin-bottom:15px;
}

.spotlight a.actionlink {
	display:inline-block;
	margin-bottom:7px;
}

.spotlight a.actionlink, .article a.actionlink {
	margin-right:30px;
}

.competitions-listing-page .spotlight h4 {
	margin-bottom:7px;
}

/* ////////      FOOTER       \\\\\\\\ */

#footer {
	height:40px;
	overflow:hidden;
	padding-top:19px;
	font-size:11px;
	color:#B71219;
}

#footer a:hover {
	background-color:transparent;
	border:none;
}

#footer a.powered {
	float:left;
	display:block;
	width:123px;
	height:22px;
	padding-left:1px;
	text-indent:-9999px;
	overflow:hidden;
}

#footer p {
	line-height:20px;
	margin:0;
}

#footer a {
	font-weight:normal;
	color:#B71219;
	text-decoration:underline;
}

#footer a:hover {
	color:#fff;
}

/* *** Pic *** */

.pic {
	position:relative;
	float:centre;
	margin:5px 15px 15px 0;
	width:670px;
	height:232px;
}

.pic img {
	position:absolute;
	left:0;
	top:0;
	float:none;
	width:670px;
	height:232px;
	margin:0;
	border:none;
	z-index:1;
}

.pic2 {
	position:relative;
	float:left;
	margin:5px 15px 15px 0;
	width:327px;
	height:232px;
}

.pic3 {
	position:relative;
	float:centre;
	margin:5px 15px 15px 0;
	width:670px;
	height:417px;
}

.pic3 img {
	position:absolute;
	left:0;
	top:0;
	float:none;
	width:670px;
	height:417px;
	margin:0;
	border:none;
	z-index:1;
}

.pic4 {
	position:relative;
	float:centre;
	margin:5px 15px 15px 0;
	width:670px;
	height:340px;
}

.pic4 img {
	position:absolute;
	left:0;
	top:0;
	float:none;
	width:670px;
	height:340px;
	margin:0;
	border:none;
	z-index:1;
}

/*-------------------------------------------------
 ////////        GALLERY - Listing          \\\\\\\\
--------------------------------------------------*/

/* ////////      Tabs       \\\\\\\\ */

.ui-tabs-hide {
     display: none;
}

.tab h1 {
	display:none;
}

.tabs {
	width:660px;
	height:37px;
	margin:40px 0 15px 5px;
	white-space: nowrap;
	overflow:hidden;
}

#home_page .tabs {
	width:auto;
	height:47px;
	margin:0 0 10px -15px;
	background:none;
	color:#fff;
}

.tabs ul {
	margin:0;
	height:37px;
}

#home_page .tabs ul {
	float:left;
	height:47px;
	padding-right:6px;
	background:url(../images/tabs_bg.gif) right top no-repeat;
}

.tabs ul li {
	float:left;
	height:37px;
	padding:0;
	margin:0 -1px 0 0;
	background:url(../images/tab_right.png) right top no-repeat;
	line-height:37px;
	overflow:hidden;
}

#home_page .tabs ul li {
	margin:0;
	height:47px;
	line-height:47px;
	background-image:url(../images/tab_big_right.png);
}


.tabs a {
	display:block;
	height:37px;
	padding:0 16px;
	background:url(../images/tab_left.png) left top no-repeat;
	border:none;

	font-size:20px;
	font-weight:bold;
	line-height:37px;
	color:#fff;
	letter-spacing:-1px;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: #000000 0px 1px 0px;
}

#home_page .tabs a {
	height:47px;
	line-height:47px;
	font-size:26px;
	color:#BB0000;
	background-image:url(../images/tab_big_left.png);
	letter-spacing:-2px;
}

.cufon-active #home_page .tabs a {
	font-size:30px;
}

.tabs a:hover {
	background-color:transparent;
	border:none;
}

.tabs a strong {
	display:block;
	height:37px;
	background:url(../images/tab_middle.png) left top repeat-x;
	line-height:37px;
	font-weight:bold;
}

#home_page .tabs a strong {
	height:47px;
	line-height:47px;
	background-image:url(../images/tab_big_mid.png);
}

.tabs ul li:hover {
	background-position:right -37px;
}

#home_page .tabs ul li:hover {
	background-position:right -47px;
}

.tabs li:hover a {
	background-position:left -37px;
	color:#848383;
}

#home_page .tabs li:hover a {
	background-position:left -47px;
}

.tabs li:hover a strong {
	background-position:left -37px;
}

#home_page .tabs li:hover a strong {
	background-position:left -47px;
}


#page .tabs ul li.ui-state-active {
	position:relative;
	margin-left:-8px;
	margin-right:-9px;
	background-position:right -74px;
	z-index:2;
}

#home_page #page .tabs ul li.ui-state-active {
	margin-left:-9px;
	margin-right:-9px;
	background-position:right -94px;
}

#page .tabs ul li:first-child.ui-state-active, #page .tabs ul li#first-tab.ui-state-active {
	margin-left:0;
}

#page .tabs ul li.ui-state-active a {
	color:#000000;
	background-position: left -74px;
	cursor:auto;
}

#home_page #page .tabs ul li.ui-state-active a {
	background-position: left -94px;
}

#page .tabs ul li:first-child.ui-state-active a, #page .tabs ul li#first-tab.ui-state-active a {
	background-position:left -111px;
}

#home_page #page .tabs ul li:first-child.ui-state-active a, #home_page #page .tabs ul li#first-tab.ui-state-active a {
	background-position:left -141px;
}


.tabs ul li.ui-state-active a strong {
	padding:0 8px;
	background-position: left -74px;
}

#home_page .tabs ul li.ui-state-active a strong {
	padding:0 9px;
	background-position: left -94px;
}

#page .tabs ul li:first-child.ui-state-active a strong, #page .tabs ul li#first-tab.ui-state-active a strong {
	padding-left:0;
}

/*------------------------------------------
 ////////        HOMEPAGE          \\\\\\\\
-------------------------------------------*/

#main_content {
	width:970px;
	height:400px;
	overflow:hidden;
	margin-bottom:15px;
}

/* *** Snippets *** */

.content ul.snippets {
	margin:-4px 0 10px 0;
}

.content ul.snippets li {
	float:left;
	width:151px;
	min-height:235px;
	padding:5px 3px 17px 3px;
	margin:0 7px 0px 0;

	font-size:12px;
	line-height:1.167;
	background:none;
	color:#909090;
}

.content ul.snippets li.odd {
	width:151px;
	padding-left:8px;
	padding-right:8px;
	background:#d6d6d6 url(../images/snippet_bg.jpg) left top repeat-x;

	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.content ul.snippets li p {
	font-size:10px;
	line-height:1.2;
	margin-bottom:4px;
}

ul.snippets img {
	float:none;
	margin:0 0px 4px -3px;
	border:3px solid #ebebeb;
}

ul.snippets li.odd img {
	border-color:#e0dfdf;
}

ul.snippets h4 {
	font-size:10px;
	font-weight:bold;
	line-height:1.2;
	color:#949494;
	text-transform:uppercase;
	margin-bottom:2px;

	text-shadow: rgb(238, 238, 238) 0px 1px 0px;
}

ul.snippets h3 {
	font-size:16px;
	line-height:1;
	color:#021933;
	margin-bottom:6px;
	letter-spacing:-0.4px;
}

ul.snippets a {
	color:#021933;
	text-decoration:none;
}

/* *** News Area *** */

#news-area {
	position:relative;
	width:646px;
	height:453px;
	padding:0px 12px;
	margin-bottom:0px;
	background:url(../images/newsarea_bg.png) left top no-repeat;
	overflow:hidden;
}

#news-area #news-wrapper {
	position:absolute;
	left:12px;
	top:30px;
	display:block;
	width:638px;
	height:370px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#news-area ul{
  position:absolute;
  top:0;
}

#news-area ul li {
	padding:0;
	font-size:18px;
	line-height:1;
	background:none;
	padding-bottom:14px;
}

#news-area h2 {
	font-size: 18px;
	font-weight:bold;
	line-height:1.112;
	color:#021933;
	margin-bottom:0px;
	letter-spacing:-0.4px;
}

#news-area h3 {
	font-size: 12px;
	font-weight:bold;
	line-height:1.167;
	color:#949494;
	text-transform:uppercase;
	margin-bottom:0px;
	text-shadow: rgb(245, 245, 245) 0px 1px 0px;
}

#news-area a#slide-news-up {
	position:absolute;
	display:block;
	left:320px;
	top:9px;
	width:30px;
	height:20px;
	background:url(../images/slide-news-up.png) left top no-repeat;
	border:none;
	cursor:pointer;
	overflow:hidden;
}

#news-area a#slide-news-down {
	position:absolute;
	display:block;
	left:320px;
	bottom:10px;
	width:30px;
	height:20px;
	background:url(../images/slide-news-down.png) left top no-repeat;
	border:none;
	cursor:pointer;
	overflow:hidden;
}

#news-area a:hover#slide-news-up, #news-area a:hover#slide-news-down {
	border:none;
	background-position:right top;
}


/* Contact page content style */

#content_contact {
	height: 0px;
	padding-top: 10px;
}

#content_contact a:hover {
	text-decoration: underline;
}

.section_contact_left {
	float: left;
	width: 200px;
	padding-right: 30px;
}

.section_contact_right {
	float: left;
	width: 420px;
	padding-left: 20px;
}

#section_1 {
	text-align: left;
}

#section_1 p {
	color: #000;
	font-weight: bold;
}

#section_2 {
	text-align: left;
}

#section_2 p {
	color: #000;
}


/* Gallery page content style */

#content_gallery {
	height: 0px;
	padding-top: 10px;
}

#content_gallery a:hover {
	text-decoration: underline;
}

.section_gallery_left {
	float: left;
	width: 223px;
	padding-right: 0px;
}

.section_gallery_middle {
	float: left;
	width: 223px;
	padding-right: 0px;
}

.section_gallery_right {
	float: left;
	width: 224px;
	padding-left: 0px;
}

#section_1 {
	text-align: left;
}

#section_1 p {
	color: #000;
	font-weight: bold;
}

#section_2 {
	text-align: left;
}

#section_2 p {
	color: #000;
	font-weight: bold;
}

#section_3 {
	text-align: left;
}

#section_3 p {
	color: #000;
	font-weight: bold;
}

