/* CSS Document */

html, body { padding: 0; margin: 0; }
body {

//	background-color:#ffaa33;
	background-image: url(img/blue.jpg); background-repeat: repeat-x ; 
	
}



div#container {
	width:750px;
	margin:0px auto;



}

div#header{
	border:solid;
	border-style: dotted;
	border-width:1px;
	border-bottom:none;
	width:100%;
	background-color:#ffffff;
}

#header img{
	padding:0px;
	margin:0px;
	border:0px;
	border-style: dotted;
	border-width:1px;
	border-color:#000000;
	}

#header h4{
	display:inline;
	color:#FFFFFF;
	background-color:#336699;
	padding-right:50px;
	width:100%;

}

div#navigation{
	float:left;
	width:15%;

}

div#content{
	background-color:#FFFFFF;
	border:solid;
	border-style: dotted;
	border-width:1px;
	text-align:center;
	border-top:none;
	float:left;
	width:100%;
}

#content li{
	text-align:left;
	}

	
#content img{
	margin:0px;
	padding:0;
	border:solid;
	border-style: dotted;
	border-width:1px;
	border-color:#999999;
	}

h3 {font-family:Palatino Linotype, Verdana, Arial, Helvetica, sans-serif; }
	
	
div#footer{
	clear:both;
	width:100%;
	text-align:center;
	padding-bottom:20px;
}

#footer li{
	display:inline;
	}
