

body {
	margin: 0;
	padding: 0;
	font-family: georgia, serif;
	font-size:18px;
	background-color: #339;
	line-height: 1.5;
	}



/* ---[ Links ]--------------------------------- */

a:link {
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	}
a:visited {
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	}
a:hover {
	color: #006;
	background-color: #ccf;
	border-bottom: 1px solid #006;
	text-decoration: none;
	}
a:active {
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	}


/* ---[ Headings ]--------------------------------- */

h1 {
}
h2 {
}
h3 {
}
h4{
}
h5 {
}
h6 {
}


/* ---[ Lists ]--------------------------------- */

ul {
	list-style-type: square;
	}

ol {
	}

dl {
	}

dl dt {
	width: 150px;
	float: left;
	clear: left;
	font-weight: bold;
	}
dl dd {
	float: left;
	margin-bottom: 6px;
}

/* ---[ Forms ]--------------------------------- */

/* ---[ Generic Tags ]--------------------------------- */

abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px solid #ddd;
	}

address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

blockquote {
	color: #000;
	padding-left: 15px;
	border-left: 1px solid #ccc;
	}
	
code {
	font-size: 100%;
	color: #666;
	text-align: left;
	white-space: normal;
	}

del, strike {
	text-decoration: line-through;
	}
	
em, i {
	font-style: italic;
	}
	
hr {
	color: #ccc;
	height: 1px;
	width: 100%;
	}
	
img {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	}
	
img.border, a img.border {
	border: 1px solid #000;
	margin: 9px;
	margin-top: 0;
	}
	
img.right {
	float: right;
	margin-right: 0;
	}
	
img.left {
	float: left;
	margin-left: 0;
	}
	
ins, .insert {
	color: #c00;
	text-decoration: none;
	}

p {
	margin: 1em 0 0;
	padding: 0;
	}
p+p {
	text-indent:1.8em;
	margin-top:0;
}

q, cite {
	/* Short Quotation */
	}
		
script {
	padding: 0px;
	margin: 0px;
	}
	
strong, b {
	font-weight: bold;
	}
	
sub {
	}
sup {
	}



#header {
	background-color: #006;
	text-align: center;
	padding: 15px  0 25px;
}

#header a {
	border: 0;
}

#nav {
	background-color: #ffc;
	magin: 0;
	padding: 0;
	text-align: center;
}

#nav ul {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
}

#nav ul li {
	margin: 0 auto;
	display: inline;
}

#nav ul li a, #nav ul li a:link, #nav ul li a:visited, #nav ul li a:hover, #nav ul li a:active {
	background-color: #ffc;
	padding: 13px 20px;
	font-size: 18px;
	color: #006;
	text-decoration: none;
	border: 0;
}

#nav ul li a:hover {
	background-color: #006;
	color: #fff;
}

#main {
	margin: 50px auto;
	width: 500px;
	color: #fff;
}

#main #foot {
	margin-top: 45px;
	border-top: 1px solid #99c;
	font-size: 13px;
	color: #99c;
}