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

#wrapper
{
	margin:auto;
	width: 850px;
	min-height: 100%;
	line-height: 130%;
}

* html #wrapper {
  height: 100px;
}


#header {
	background-image:url(../images/header.png);
	height:98px;
	width:780px;
	vertical-align:bottom;
}


#index-middle {
	height:326px;
	width:780px;
}

#links-page-middle {
	background-image:url(../images/links-middle-bg.png);
	height:auto;
	width:780px;
}



#index-footer {
	background-image:url(../images/index-footer.png);
	height:151px;
	width:780px;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 	font-family: Arial;
  	font-size: 13px;
  	background-color:#000000;
	background:url(../images/main-page-bg.jpg) top center no-repeat;
	color: #252525;
}

#bodyLinksPage {
 background:#FFFFFF;
 

}

td {
	font-family: Arial;
	font-size: 12px;
	color: #434343;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a:link, a:visited, a:active {
	color: #252525;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration:underline;
}

a.blackToRed:link, a.blackToRed:visited, a.blackToRed:active {
	color: #5e5e5f;
	text-decoration: none;
}

a.blackToRed:hover {
	color: #f50027;
	text-decoration:underline;
}


a.red:link, a.red:visited, a.red:active {
	color: #f50027;
	text-decoration: none;
}

a.red:hover {
	color: #f50027;
	text-decoration:underline;
}




a.green:link, a.green:visited, a.green:active {
	color: #8ec306;
	text-decoration: none;
}

a.red:hover {
	color: #f50027;
	text-decoration:underline;
}


.clearboth { clear: both; }

