/* CSS Document */

body {
	margin:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f7f7f7;
	background-color:#1b1b1b;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}
#container{
	width:900px;
	margin:0px auto;
}
#container #topBar{
	height:130px;
	display:block;
	overflow:hidden;
}
#container #topBar #right{
	float:right;
	width:600px;
	height:130px;
}
#container #topBar #right #contact{
	float:right;
	height:53px;
	padding-top:30px;
}

#container #topBar #right #contact .green{
	color: #7ae000
}
#container #topBar #right #nav{
	height:47px;
}
#container #topBar #right #nav a{
	display:block;
	height:27px;
	padding-top:20px;
	padding-left:20px;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	float:right;
}
#container #topBar #right #nav a:hover{
	height:37px;
	padding-top:10px;
	color:#7ae000;
}
#container #content{
	/*background-image:url(images/bg-content.jpg);
	background-repeat:no-repeat;
	background-position:top left;*/
	margin:0px;
	padding-top:50px;
	padding-bottom:50px;
}
#container #content #left{
	float:left;
	width:288px;
	padding-left:20px;
}

.green2{
	color:#98f22b;
	text-decoration:none;
}
#container #content #right{
	float:right;
	width:415px;
	padding-right:20px;
}

#container #content #left2{
	float:left;
	width:515px;
	padding-left:20px;
}
#container #content #left2 li{
	line-height:25px;
}

#container #content #right2{
	float:right;
	width:288px;
	padding-right:20px;
}
.spacer{
	clear:both;
}

#footer{
	background-image:url(images/bg-footer.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:150px;
	background-color:#000000;
}
#footer #container{
	width:900px;
	margin:0px auto;
	padding-top:15px;
	color:#666666;
}

.title{
	padding-top:15px;
	padding-bottom:5px;
}
