/* --------- 
   structure 
   --------- */

body {
	font-family: Verdana, Arial, sans-serif; 
	font-size:76%;      /* base font is 12px */
	font-size:65%;      /* base font is 10px */
}

.menu, .header, #content, #leftcontent, #rightcontent, #footer  {
	position:relative;
	float:left;
	text-align:left;
	clear:both;
	width:100%;
}

.header {
	margin: 20px 0 0 157px;
}
.menu {
	margin: 20px 0 10px 160px;
}
#content {
	margin: 40px 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #eee;
	min-width: 900px;
}
#leftcontent {
	margin-left: 50px;
	width: 500px;
}
#rightcontent {
	clear: none;
	width: 300px;
	margin-left: 50px;
}
#footer {
	margin-top: 50px;
	margin-left: 550px;
}
.middle {
	top: 60px;
}


/* ----- 
   links 
   ----- */
a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #469;
}
a:visited {
	color: #000;
	border-color: #899;
}
a:hover {
	color: #e00;
	border-color: #e00;
	border-bottom: 1px solid #e00;
}
a:link img, a:visited img, a:active img, a:hover img {border-bottom: 0 none #469;}
a.embed {border-width: 0;}


/* --------- 
   specific
   --------- */
h2, p, ul, label {margin:0.7em 0 0.7em 0;}
h2 {
	font-size: 1.0em;
	font-weight: bold;
}
sup {
	vertical-align: super;
	font-size: 80%;
}
.indent {margin-left: 1.3em;}
.red {color: #e00;}
.redbox {
	border: 1px solid #e00;
	padding: 1em;
}

