body{
	
background-image: url("../images/background.jpg");
background-repeat: repeat-y repeat-x;
background-position: center;
background-color: #c0c0c0;
	font-size:100%; 
	font-family:Arial, Helvetica, sans-serif; 
	margin:0; 
	padding:0;
	}

	#container
	{
		-moz-border-radius: 10px;
		background:transparent;
		filter:alpha(opacity=70);
		-moz-opacity:.70;
		opacity:1.0;

		width:1000px;
		height:600px;
		margin-left:auto;
		margin-right:auto;

	}
	
	#loginBox
	{
		background-color: #F5F5F5;
		width:345px;
		height:20px;
		margin-left:650px;

	}

	
	#menu
	{
	-moz-border-radius: 8px;
	font-size: 8px;
		background-color: #fffded;  
		width: 450px;
		height:40px;
		float: left;
		border: solid blue 0px;
		padding-top: 5px;
		padding-left: 10px;
		margin-left: 50px;
	}

	

	#main
	{
	-moz-border-radius: 10px;
		width:1000px;
		height:600px;
		border: #F5F5F5;
		margin-top:40px;
	}
	
	#contentbox
	{
	-moz-border-radius: 10px;
		text-indent: 2em;
		background-color: #fffded; 
		width:800px;
		height:350px;
		border:solid 1px #faf2e5;
		margin-left:auto;
		margin-right:auto;
		margin-top:40px;
	}
	
		#contentbox1
	{
	-moz-border-radius: 10px;
		text-indent: 2em;
		background-color: #fffded;  
		width:800px;
		height:500px;
		border:solid 1px red;
		margin-left:auto;
		margin-right:auto;
		margin-top:40px;
	}
	
		#contentbox2
	{
	-moz-border-radius: 10px;
		text-indent: 2em;
		background-color: #fffded;  
		width:800px;
		height:700px;
	
		margin-left:auto;
		margin-right:auto;
		margin-top:40px;
		
	}
	
	#currentnews
	{
		background-color: #fffded;  
		width:300px;
		height:300px;
		border:solid 1px #faf2e5;
		float: left;
		margin-left:70px;
		margin-top: 20px;
		text-align: left;
		
		
	}
	
		
	#extraimages
	{
		background-color: #fffded;  
		width:650px;
		height:300px;
		border:solid 1px #faf2e5;
		float: left;
		margin-left:50px;
		text-align: left;
	
		
	}
	
		#imagebox
	{
		background-color: #fffded;  
		width:300px;
		height:300px;
		border:solid 1px #faf2e5;
		float: right;
		margin-left: 20px;
		margin-top: 25px;
		margin-right: 50px;
	}
	
	
	
		#newsitems
	{
		-moz-border-radius: 10px;
		background-color: #FCFCFC; 
		width:800px;
		height:100px;
		border:solid 1px white;
		margin-left:auto;
		margin-right:auto;
		margin-top:25px;
	}
	
		#thumb
	{
		background-color: #FFFFFF; 
		width:30px;
		height:30px;
		border:solid 1px red;
		float: left;
		border:solid 1px red;
		margin-left: 20px;
	}
	
	.h1
	{
	color: #005796;
	font-family: Verdana;
	font-weight: bolder;
	font-size: 20px;
	}
	
	.h2
	{
	color: #005796;
	font-family: Verdana;
	font-weight: bolder;
	font-size: 14spx;
	}
	
	.h3
	{
	text-align: right;
	color: 	#EE1289;
	font-family: Georgia;
	font-weight: bold;
	font-size: 12px;
	
	}
	
	
	
	#copyright
	{
	-moz-border-radius: 10px;
		background-color: #FFFFFF; 
		Width: 1000px;
		height: 25px;
		border:solid 1px red;
		text-indent: 8em;
	}
