@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#e3e3e3;
}

#container {
}

#body {
	width: 1000px;
	height: 900px;
	margin:auto;
	background-color:#f0d838
}

#header {
	width: 1000px;
	height: 130px;
	background-color:#1095e0;
	border-bottom: 5px solid #62b38b;
}

#slideshow {
	height: 500px;
	width: 500px;
	float: left;
	margin: 30px;
}

#content {
	float: right;
	width: 440px;
	padding-top: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content a:link {	text-decoration:none; 
							font-size: 14px; 
							color: #1095e0; 
							text-decoration:none;
							font-weight:bold;}

#content a:visited {	color: #1095e0; 
						
								text-decoration:none;}
								
#content a:hover {	color: #1095e0; 
					
						text-decoration:underline;}
