*{
margin: 0 0 0 0;
padding: 0;
}
body{
background-color:black;
text-align:center;
}
#top h1{position: absolute;top: 0px;left: 0px;}
#top h2{position: absolute;top: 0px;left: 593px;}


#layout{
position: absolute;
top:150px;
left:0px;
}
#side-nav{
position: absolute;
left:6px;
font-family: sans-serif;
font-size:15px;
text-align:center;
line-height:2;
width:160px;
}
#content{
	position: absolute;
	left: 170px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: outset;
	border-left-width: medium;
	border-left-color: #006699;
	padding-left: 20px;
	text-align:left;
	width:500px;
	background-color:white;
}
#bodytxt{
	position: absolute;
	left: 170px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: groove;
	border-left-width: medium;
	border-left-color: #006699;
	padding-left: 20px;
	width:500px;
}

p{
font-family:sans-serif;
font-size: 14px;
color: #CCCCCC;
text-align:justify;
background-color: #070707;
}
h1{
	font-size: 14px;
	color: #FFFFFF;
	text-align:center;
	font-weight:bold;
}
h2{
	font-family:sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align:center;
}
.subtitle {
	font-size: 16px;
	color: #FFFFFF;
	text-align:center;
}


/* links */
#side-nav a:link {
color:#FFFF99;
text-decoration:none;
background-color: #0D0D0D;
display: block;
width: 160px;
margin-bottom:-29px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: groove;
	border-left-width: medium;
	border-left-color: black;
}
#side-nav a:visited {
color:#FFFF99;
text-decoration:none;
background-color: #0D0D0D;
display: block;
width: 160px;
margin-bottom:-29px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: groove;
	border-left-width: medium;
	border-left-color: black;
}
#side-nav a:hover {
color:black;
text-decoration:none;
background-color: #FFFF99;
display: block;
width: 160px;
margin-bottom:-29px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: ridge;
	border-left-width: medium;
	border-left-color: #006699;
}

a:link {color: #FFFF99;}
a:visited {color: #FFFF99;}
a:hover {color: #CCCCCC;}
