p, h2, h3 {
	line-height:1.6em;
}
 
p{
	font-size: .75em;
	padding: 3px;
}
a {
	color:#f03;
}

img{
	margin-left: 33px;
	position: relative; top: 15px;
}


ul{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal; color:red;
	font-style: italic;

}

ul.classes {
	font-weight: normal; color: black;
	font-size: 12pt;
	line-height: 14pt;
	margin: 0; padding: 0;
}

li.classes {
	font-size: 11pt;
	line-height: 16pt;
}

html, body {
	margin:0; padding:0;
	height:100%;
	text-align: center;
}
 
body{
	background:url('page_bg.jpg') 50% 50% no-repeat #000066;
	font-family: Helvetica, Arial, sans-serif;
	/*font-family:Georgia, Times, serifs;*/
}
 
h1, h2, h3, h4, h5, h6{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal; color:#666;
	font-size: 1.5em;

}
 
h1 {
	color:red; border-bottom:1px solid #ddd;
	letter-spacing:-0.05em; font-weight:bold italic;
	margin-top:0; padding-top:0;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-325px;
	width:1px;
}

#centerall{
	position:relative; clear:left;
	height:800px;
	margin:10px auto;
}

#centered {
	position:relative; clear:left;
	height:680px; width:70%; max-width:800px; min-width:400px;
	margin:0 auto;
	background:#fff;
	border:4px solid #666;
	-webkit-border-radius:8px; -moz-border-radius:8px;border-radius:8px;
}

/*#top{
	color: white;
	font-size: 2em;
}*/
 
#bottom {
	padding:10px;
	font-size:0.7em;
	color:#f03;
	position:relative;
	bottom:0; right:0;
}
 

#content {
	position:absolute; left:30%; right:2%; top:140px; bottom:0;
	overflow:auto; height:400px; width: 60%;
	padding:20px; margin:20px;
	text-align: left;
}
#nav {
	position:absolute; left:0; top:360px; bottom:0; right:70%;
	padding:20px; margin:10px;
}
 
#nav ul {
	list-style:none;
	padding:0; margin:20px 0 0 0; text-indent:0;
}
 
#nav li {
    list-style:none;
	padding:0; margin:3px;
}
 
#nav li a {
	display:block;
        background-color:#000066;
	padding:7px; margin:0;
	text-decoration:none; color:#FFFFFF;
	border-bottom:1px solid #bbb;
	text-align:right;
}

#nav li a::after {
	/*content:'�';*/
    color:#aaa; font-weight:bold;
	display:inline; float:right;
	margin:0 2px 0 5px;
}
 
#nav li a:hover, #nav li a:focus {
	background:#000066;
	border-bottom-color:#777;
}
 
#nav li a:hover::after {
	margin:0 0 0 7px; color:#f93;
}
 
#nav li a:active {
	padding:8px 7px 6px 7px;
}

#logo {
	font-size:2.25em; text-align:left;
	font-style: italic;
	line-height:1em;
	padding: 15px 0 0 30px;
	color:#999;
}
 
#logo strong {
	font-weight:normal;
}
 
#logo span {
	display:block;
	font-size:1em; line-height:1em;
	color:#666;
}
 
#side {

}
