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

/*STRUCTURE*/

* {
	margin:0;
	padding:0;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	width:770px;
}

#header {
	background-image:url(images/samples/gradientblueheader.jpg);
	height:150px;
	border:1px solid #000000;
}

#content {
	width:560px;
	float:left;
	border:1px solid #000000;
	padding:2px;
}

#nav {
	width:191px;
	float:right;
	border:1px solid #000000;
	padding:5px;
}

#footer {
	clear:both;
	background-image:url(images/samples/gradientbluefooter.jpg);
	width:770px;
	height:130px;
	border:1px solid #000000;
}

/*CONTENT*/

h1 {
	font:bold 18px;
	color:#CC0000;
}

p {
	font:14px;
}

#nav ul {
	list-style-type:none;
}

#nav li {
	width:100px;
	height:29px;
	text-align:center;
	margin:10px 50px;
	display:block;
	background-color:#CCCCCC;
	border:1px dotted #000000;
}
#nav a {
	text-decoration:none;
	color:#45b2e8;
}

#nav a:hover {
	color:#000000;
}

.foot {
	text-align:center;
	font:10px;
}

	

