/* CSS Document */

body{
	margin:0; padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	background-color:#C0D4E2;
}

#container{
	margin:0 10% 0 10%; padding:0;
	border: 1px solid black;
	width:723px;
	background-color:white;
}

#header{
	height:177px;
	background-image:url(images/bgheader.jpg);
	background-repeat: no-repeat;
}

#homeLink a:link{color:white; font-weight:bold; text-decoration:none;}
#homeLink a:hover{text-decoration:underline;}
#homeLink a:visited{color:white; font-weight:bold; text-decoration:none;}

#menu{
	clear:left;
}

#text{
	margin:0; padding: 5px 10px 0px 15px;
}

#leftCol{
	margin: 0 0 0 0;
	padding: 0 15px 0 5px;
	width: 225px;
	border-right: 2px solid yellow;
	
}

#rightCol{
	padding: 0 15px 0 0;
	width: 700px;
	float:right;
}

#footer{clear:both; font-size:10px;}

h1{
	padding:0;
	font-size: 16px;
	border-bottom:3px solid red;
}