@charset "utf-8";
/* CSS Document */

/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	color: #626262;
	background-color: #000000;
}
p { 

}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:960px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #000000;
	
	
}
div#header {
	/*padding:1em;*/
	padding-top:40px;
	background-color: #000000;
	text-align:center;
}
div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-color: #000000;
}
div#footer p {
	padding:1em;
	margin:0;
	text-align:center;
	font-size:11px;
	color: #666666;
}
/*######################################################Additional css styles*/

div#logo {
	
}

div#content{
	text-align:center;
	margin:0px;
	padding:0px;
	margin-top:80px;
	width:100%;
}
div#mainmenu{
	width:804px;
	margin-left: auto;
	margin-right: auto;
	height:28px;

}
div#menu{
	height:28px;
	width:531px;
	text-align:center;
	font-size:13px;
	color: #AAA;
	padding-top:4px;
	float:left;
	background-image: url(home-images/home_04.jpg);
	background-repeat: repeat-x;	
}
div#menuleft{
	height:28px;
	float:left;
	width:137px;
	background-image: url(home-images/home_03.jpg);
}
div#menuright{
	height:28px;
	float:left;
	width:136px;
	background-image: url(home-images/home_06.jpg);
}
a:link, a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

div#footer a:link, div#footer a:visited {
	color: #666666;
	text-decoration: none;
}
div#footer a:hover{
	color:#FF0000;
	text-decoration:none;
}
.normal{
	font-size:11px;
}

a.menuButton:link, a.menuButton:visited{
	color: #AAA;
	padding-right:5px;
	padding-left:5px;
}

a.menuButton:hover{
	color: #F00;	
}

.separator{
	color: #414141;
}

