body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	background:#000000 url('../img/bg.jpg') no-repeat top center;
}
a:link, a:active, a:visited{color:#bf000a; text-decoration:none;}
a:hover{color:#bf000a; text-decoration:underline;}
img {border:0;}

#wrapper {
	height:1px;
	width: 1px;
	font-size: 1px;
	position: relative; top:0px; left:50%;
}

#container {
	height:200px;
	width: 1000px;
	position: absolute; top:0px; left:-500px;
	font-size: 14px;
}


/*========== LANG BAR ==========*/
#langs {
	height:30px;
	margin-top:10px;
	text-align:right;
}
	#langs  ul {padding:0; margin:0 32px 0 0; float:right; display:inline;}
	#langs  ul li {display:inline;}
	#langs  ul li a {float:left; height:30px; width:30px; margin-left:7px; background:url('../img/transparent.gif') repeat left top;}
	
	
	
/*========== TOP BAR ==========*/
#top {margin:10px 0 0 25px;}
	/*========= LOGO =========*/
	#logo {
		height:70px;
		width: 212px;
		float:left;
		cursor:pointer;
		background:url('../img/transparent.gif') repeat left top;
	}
	/*========= MENU =========*/
	#menu {
		margin:24px 0 0 40px;
		border:0px solid red;
		float:left;
		
		font-size:18px;
		font-weight:bold;
		text-transform:uppercase;
	}
		#menu  ul {height:30px; padding:0; margin:0; overflow:hidden;}
		#menu  ul li {display:inline; margin:0 10px 0 0; float:left; position:relative; display:inline;}
		#menu  ul li  a {position:relative; z-index:1;}
		#menu  ul li span {color:#000000; position:absolute; left:1px; top:1px; z-index:0;}
		
		#menu  ul li a:link, #menu  ul li a:active, #menu  ul li a:visited, #menu  ul li a:hover {color:#ffffff; text-decoration:none;}
		#menu  ul li a:hover {color:#e3e3e3;}
	
/*========== CONTENT ==========*/
#content{
	margin:460px 0 0 27px;
	color:#858282;
}
	
	#content h1, #content h2 {
		padding:0;
		margin:0 0 20px 0;
		color: #ffffff;
		font-size:18px;
		text-transform:uppercase;
	}
		
	#content h2 {margin-top:20px; font-size:14px;}
		#content h1 a {color:#ffffff;}
		
	#content p {
		padding:0;
		margin:0 0 10px 0;
		color:#858282;
		line-height:21px;
		text-align:justify;
	}
	
	#content #home {overflow:hidden;}
		#content #home div {
			width:277px;
			margin-right:57px;
			margin-top: 20px;
			float:left;
			display:inline;
		}
		#content #home .last{margin-right:0px;}
		#content #home h2 {margin-bottom:10px;}
		#content #home p {margin-top:20px!important;}
		

	#content #views {margin-top:20px; overflow:hidden;}
		#content #views div .img{
			height:77px;
			width:110px;
			margin-right:10px;
			float:left;
			display:inline;
			background:url('../img/border.gif') no-repeat top left;
		}
		#content #views div .img img{height:65px; width:98px; margin:6px 0 0 6px; border:0;}

		

		
/*========== FOOTER ==========*/
#footer {
	height:150px;
	margin:50px 0 0 27px;
	background:url('../img/footer_bg.jpg') no-repeat top left;
}
	#footer #links {
		height:74px;
		position:relative; top:50px;
	}
		#footer #links div {float:left; margin-right:20px; display:inline;}
		#footer #links #txt {padding-top:10px; font-size:12px; color:#858282; width:350px;}
		#footer #links #txt p {margin:0; padding:0}
		#footer #links .last {float:right; margin:0;}


/*========== RESETS ==========*/
.clean {clear:both; float:none!important; height:1px!important; overflow:hidden; font-size:1px;}