@charset "utf-8";
/* CSS Document */

body{
	margin: 0px auto 0px auto;
	padding: 0;
	width: 850px;
	min-height: 768;
	background: #28101e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #039;
}

img {
	border: 1px solid #cfcfcf;
	margin: 10px 10px 10px 0px;
}

h1{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #CCC
}
h2{
	line-height: 14pt;
}
#header{
	width: 850px;
	height: 114px;
	margin: 30px auto 0px auto;
	background-image: url(images/header_bg2.png);
	background-position: top center;
	background-repeat: no-repeat;
}
a.logo{
	width: 265px;
	height: 104px;
	display: block;
	margin: 6px 0px 0px 15px;
	float: left;
	background-image:url(images/logo2.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.headerimg{
	width: 218px;
	height: 148px;
	float: right;
	display: block;
	background-image: url(images/computer-image.gif);
	background-position: center center;
	background-repeat: no-repeat;
	margin: -35px 20px 0px 0px;
}
#navigation{
	width: 850px;
	height: 30px;
	background-image: url(images/nav_bg2.png);
	background-position: bottom center;
	vertical-align: middle;
	padding: 7px 0px 0px 0px;
}
ul.navigation{
	margin: 0px 0 0 480px;
	list-style-type: none;
	vertical-align: middle;
	height: 35px;
}
ul.navigation li{
	font-size: 12pt;
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
ul.navigation a{
	padding: 0px 0px 0px 0px;
	display: block;
	color:#cfcfcf;
	text-decoration:none;
	vertical-align: middle;
}
ul.navigation a:hover{
	border-bottom:4px solid #cfcfcf;
	color: #cfcfcf;
}
#leftcontainer{
	float: left;
	border-right: 1px solid #28101e;
	vertical-align: top;
	background-image: url(images/leftcontentbg.png);
	background-repeat:repeat-y;
	background-position: center top;
	width: 175px;
	min-height: 600px;
	margin: 0px 10px 0px 0px;
	border-bottom: 1px solid #28101e;
}
#content{
	width: 850px;
	margin: 0px auto 0px auto;
	background-image: url(images/content_bg2.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #fff;
	border-bottom: 1px solid #28101e;

}
#left{
	vertical-align: top;
	width: 175px;
	background-image: url(images/left_bg3.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px 0px 0px 0px;
	min-height: 593px;
}
#right{
	width: 635px;
	float: left;
	min-height: 570px;
	padding: 15px 10px 15px 10px;
}
#right a, a:active, a:visited{
	color: #039;
	text-decoration: none;
	border-bottom: 1px dotted #039;
}
.leftitem{
	display: block;
	height: 42px;
	width: 155px;
	margin: 0px auto 0px auto;
	text-align: center;
}
.lefitem img{
	border: 0px;
}
.leftitem a{
	border: 0px;
}
#footer{
	width: 850px;
	text-align: center;
	color: #61565c;
	margin: 5px 0px 10px 0px;
}
#footer a, a:active, a:visited{
	color: #61565c;
	text-decoration: none;
	border-bottom: 1px dotted #61565c;
}

