* {
	margin:0px;
	padding:0px;
}

/* general settings */
.ads {
	width:120px;
	height:600px;
	background-image:url(img/ads120x600.png);
}

.adsBottom {
	width:728px;
	height:90px;
	margin:20px 0px 10px 0px;
}

.subTitle {
	color:#fa5a02;
	font-size:14px;
	font-weight:bold;
}

.adsLeftHome {
    width:120px;
	height:600px;
	float:left;
	margin-right:25px;
}


.adsLeft {
    width:120px;
	height:600px;
	float:left;
	margin-right:10px;
}

.adsRight {
	float:right;
	width:120px;
	height:600px;
}

.spacer {
	clear:both;
}

body {
	background-color:#000000;
	background-image:url(img/background_header.png);
	background-repeat:repeat-x;
}

#main {
	width:990px;
	margin:0px auto;
	font-family:Arial;
	font-size:12px;
}

/* menu styles */
#menu {
	margin-left:6px;
}
#menu li {
	list-style-type:none;
	float:left;
	display:block;
	padding-top:1px;
	width:61px !important;
	height:46px !important;
}

#menu li a {
	background:#000000 url(img/background_menu.png) left top no-repeat ;
	text-align:center;
	color:black;
	font-size:11px;
	float:left;
	padding-top:1px;
	display:block;
	text-decoration:none;	
	width:61px !important;
	height:46px !important;
}	
	
#menu li a:hover, #menu li a:focus, #menu li a:active {
	background:#000000 url(img/background_menu.png) right top no-repeat ;
	}


/* header styles */
#header {
	width:990px;
	height:250px !important;
	background-image:url(img/header.png);
}

#logo {
	width:321px;
	height:73px;
	background-image:url(img/logo.png);
}

/* main page content style */
.content {
	float:left;
}

.imgHome {
	width:171px !important;
	height:211px !important;
	text-align:center;
	float:left;
	margin:0px 6px 10px 0px;
	font-weight:bold;
	font-size:14px;
}

.imgHome a {
	text-decoration:none;
	color:#000000;
}

.imgHome a:hover {
	color:#ffffff;
}

.textZoneTop {
	width:730px;
	height:10px;
	background-image:url(img/textContent_header.png);
}

.textZoneContent {
	width:730px;
	background-color:#ffffff;
	background-image:url(img/textContent_middle.png);
	background-repeat:repeat-y;
}

.textZoneBottom {
	width:730px;
	height:10px;
	background-image:url(img/textContent_bottom.png);
}

.mainContent {
	margin:0px 10px;
}

.textTitleTop {
	margin:0px 10px;
	background-image:url(img/textTitle_top.png);
	height:6px;
	width:710px;
}

.textTitleMiddle {
	margin:0px 10px 5px 10px;
	background-image:url(img/textTitle_middle.png);
	background-repeat:repeat-x;
	height:52px;	
	width:710px;
	font-size:16px;
	font-weight:bold;
}

.textTitle {
	vertical-align:top;
	margin-left:15px;
	margin-right:15px;
	height:64px;
	width:64px;
	behavior:none;
}

.mainContent a {
	color:#187394;
	text-decoration:underline;
}

.mainContent a:hover {
	text-decoration:none;
	color:#fa5a02;
}

/* footer styles */
#footer {
	margin-bottom:10px;
	text-align:center;
	font-size:11px;
	color:#00aae9;
}

#footer li {
	display:inline;
	list-style-type:none;
	margin-right:2px;
}

#footer a {
	color:#00aae9;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
	color:#ff6400;
}

/* Animation flash */
.centre {
text-align: center;
}
