/* Structure */

#head { margin: 0 134px 0 70px; color: #FFC; }
#head a { color: #FFF; }

#nav { text-align: right; color: #003; }
#nav ul { margin: 0; }
#nav li
{
	padding: 5px;
	display: inline;
	border-left: 1px solid #000;
	background: #EEF;
}
#nav a { color: #003; }

#neck
{
	margin: 0 70px 0 286px;
	height: 64px;
	background: #EEF;
	padding: 0 28px;
}

#MidStripe { background: #EEF; }

#side { float: left; width: 270px; clear: left; padding: 10px; }

#ContWrapTL {
	margin: 0 64px 0 280px;
	background: #EEF url(img/shad_tl.png) top left no-repeat;
}
#ContWrapTR { background: url(img/shad_tr.png) top right no-repeat; }
#ContWrapBL { background: url(img/shad_bl.png) bottom left no-repeat; }
#ContWrapBR { background: url(img/shad_br.png) bottom right no-repeat; }

#content { position: relative; top: -60px; padding: 0 2em; }
.page_content { position: relative; top: -30px; }

#knee
{
	margin: 0 70px 0 286px;
	background: #EEF;
	padding: 32px 0 16px 0;
}

#foot
{
	color: #FFC;
	text-align: center;
	font-size: small;
}

/* /Structure */

/* Pretties */

body
{
	margin: 0;
	background: #333;
	color: #003;
	font-family: Verdana;
	font-size: small;
}

a { color: #000; text-decoration: none; border-bottom: 1px dashed #000; }
a img { border: 0; }
ul { margin: 0 0 1em; }

/* /Pretties */

/* Generics */

.clear { clear: both; }
.small { font-size: 8pt; }
.smaller { font-size: 6pt; }

/* /Generics */