
a{
	color:#FFF;
}

body{
	background-image:url(img/bg2.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	color:#FFF;
	background-position:center top;
}

h1{
	color:#FFF;
	font-size:20px;
	
}
h2{
	color:#000;
	font-size:20px;
}

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

#header{
	width:950px;
	height:120px;
}

#logo{
	float:left;
	width:250px;
	position:relative;
	left:50px;
}

#menu{
	float:right;
	width:700px;
	position:relative;
	top:10px;
	right:10px;
}

#container2{
	position:relative;
	top: 25px;
	left:50px;
	width:700px;
}

#title{
	float:left;
	width:273px;
}

#search{
	float:right;
	width:327px;
}

#container3{
	width:975px;
	
}

#main{
	position:relative;
	background-image:url(img/maincontent_r1_c1.png);
	background-repeat:no-repeat;
	overflow:auto;
	height:378px;
	padding-left:25px;
	padding-right:25px;
	width: 900px;
	}

#feed1{
	background-image:url(img/newsfeed.png);
	background-repeat:no-repeat;
	height:302px;
	width:230px;
	float: left;
	color:#FFF;
	margin: 10px;
}

#feed1top{
	text-align:center;
}

#feed1bottom{
	height:200px;
	overflow:auto;
	width:225px;
}

#intro{
	width:600px;
	height:302px;
	float:right;
	margin: 20px;
	position:relative;
	
	color:#FFF;
	right: 50px;
}

#footer{
	position:relative;
	background-image:url(img/maincontent_r2_c1.png);
	background-repeat:no-repeat;
	height:147px;
	width:950px;
	clear:both;
	padding-top:40px;
}

#footerleft{
	float:left;
	width:450px;
	clear:both;
	font-size:14px;
	text-align:center;
}

#footerright{
	float:right;
	width:450px;
	font-size:14px;
}

#archivelogoleft{
	width:100px;
	float:left;
}

#archive{
	width:700px;
	float:left;
}

#archivelogoright{
	width:100px;
	float:right;
}

#archivetitle{
	height:120px;
}
	

.clear{
	clear:both;
}