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

html, body{
	background-color:#000;
	color:#000;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;
	line-height:1.5em;
	letter-spacing:1px;
}

#container{
	margin:auto; 	
	width:1000px;
}

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

#newandupdates{
	position:absolute;
	left: 357px;
	top: 70px;
}


#content{
	background-image: url(../images/body.gif);
	min-height: 750px;
	padding: 10px 60px 10px 50px;
	position: relative;
	width: 922px;
}

#footer{
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	height:400px;
	position:relative;
	width:100%; 
}

#info1{
	position:absolute;
	left: 147px;
	top: 31px;
}

#info2{
	position:absolute;
	left: 342px;
	top: 31px;
}

#signature{
	position:absolute;
	left: 851px;
	top: 80px;
}

#footer .title{
	font-weight:bold; 
	text-transform:uppercase; 	 	
}

a{
	color:#000; 
	text-decoration:none;	
}

a:hover{
	text-decoration:underline;
	
}

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

#sidebar{
	float:left;
	position:relative;
	height:412px;
	width:314px;
}

#content-text{
	float:right;
	position:relative;
	width:600px;
}

.firstsentence{
	color:#e8cb2b;
	font-size:12px;
	text-transform:uppercase;
	
}

.title2{
	color: #e8cb2b;
	font-size: 24px;
	text-transform: uppercase;
	line-height: normal;	
}

#watermark{
	position:absolute;
	left: 137px;
	top: 114px;
}
.caps {
	text-transform: uppercase;
}
