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

body {
	background-image: url(images/paperbg.jpg);
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

#container {
	width: 700px;
	margin: 0 auto;
	padding: 0px;
	border: none;
	text-align: center;
	}

#header {
	background-image:none;
	background-repeat: no-repeat;
	padding: 0 10px 0 0px;
	width: 700px;
	height: 84px;
	margin: 0 auto;
	text-align:left;
	}
	
#main {	
	font-size: 12px;
	width: 690px;
	padding: 5px;
	margin: 0 auto;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.5);
	filter: alpha(opacity=50);
	/*opacity: 0.5;
	-moz-opacity:0.5;*/
	}
	
#content1	{
	width: 700px;
	height: 300px;
	overflow: auto;
	text-align:left;
}
	
#sidebar {
	font-size:12px;
	padding: 10px;
	width: 300px;
	float: right;
	}
	
#navbar {
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0 auto;
	width: 700px;
	height: 25px;
	text-align:left;
	}
	
#images {
	background-image:url(images/slide-bg.jpg);
	width: 700px;
	background-repeat: no-repeat;
	text-align: center;
	margin: auto;
	}
	
#footer {
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	padding: 10px 0px 10px 0px;
	color: #ffffff;
	font-size: 8px;
	margin: 0px auto;
	text-align: center;
	width: 700px;
	}
	
a:link {
	color:#0075C2;
	text-decoration: none;
	border-bottom: none;
	}
	
a:visited {
	text-decoration: none;
	bottom-border: none;
	}
	
H1 {
	margin: 10px;}
	
	
