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

html, body{
	background-color: #000;
	color: #482C0B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}

#container{
	margin: auto;
	width: 1042px;
	background-image: url(../images/body.jpg);
	background-repeat: repeat;
}

#container-homepage{
	margin:auto; 
	width:1250px;
}

#container-homepage #recent{
	height: 408px;
	position: absolute;
	width: 253px;
	left: 293px;
	top: 421px;
	line-height: normal;
}

#container-homepage #news{
	height: 413px;
	position: absolute;
	width: 678px;
	left: 565px;
	top: 398px;
	background-attachment: scroll;
	color: #FFFFFF;
}

#header{
	position:relative;
	width:100%; 
}

#content{
	background-image: url(../images/body.jpg);
	min-height: 500px;
	padding: 5px 30px 5px 30px;
	position: relative;
	width: 982px;
	background-repeat: repeat;
}

#whitetext{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#title{
	margin-left:-22px;	
	margin-bottom:10px;
}

#footer{
	color:#FFF; 	
	font-size:11px;
	font-weight:bold;
	position:relative;
	width:100%; 
}


#footer a{
	color:#FFF;
	text-decoration:none;	
}

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

.border{
	border: 2px solid #FFFFFF;
}

a{
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}

a:hover{
	text-decoration: underline;
	color: rgba(255,255,255,1.00);
}

#info{
	float: left;
	margin-top: -25px;
	position: relative;
	z-index: 3;
	width: 500px;
}

#signature{
	float:right;
	margin-top:-15px;
	position:relative;
	text-align:right;
	z-index:3;
}

#info2{
	float: left;
	margin-top: 5px;
	position: relative;
	z-index: 3;
	width: 500px;
}

#signature2{
	float:right;
	margin-top:5px;
	position:relative;
	text-align:right;
	z-index:3;
}

img{
	border:none;
}
.biggertext {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: rgba(255,255,255,1.00);
}
