/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}
body {
	background-color:#cccccc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	width:90%;
	margin:.3em auto;
	letter-spacing:.07em;
	text-indent:0;
}

a:link {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #660000;
}
a:active {
	text-decoration: underline;
	color: #990000;
}
h1,h2,h3,h4,h5,h6 {
	font-family:Helvetica, Arial, sans-serif;
}
h1 {
	font-size:451%;
	color: #ffffff;
}
h2 {
	font-size: 107%;
	color: #333333;
}

h3 {
	font-size: 103%;
	color: #333333;
	width:90%;
	margin:.08em auto;
}

#top_nav {
	width:770px; 
	height:40px; 
	background-color:transparent; 
	margin:1em auto .6em auto; 
	padding:0px; 
	text-align:center; 
	background-image:url(images/top_nav_bg.gif); 
	background-position:center; 
	background-repeat:no-repeat;
}

#top_nav ul{
	position:relative;
	top:10px;
	letter-spacing:.08em;
	width:100%;
	margin:0px auto;
	padding:0px;
}

#top_nav li{
	display:inline;
	margin:0;
	padding:0;
}

#top_nav li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	color:white;
	padding:.09em 1em;
	text-decoration:none;
	margin:0 .4em;
	border:1px solid white;
	/* border:1px solid white; */
}

#top_nav li a:hover{
	/* border:1px solid white; */
	color:#3D3F3D;
	background-color:white;
	border:1px solid white;
}

#contents_wrapper {
	width:770px; 
	height:600px; 
	margin:0 auto; 
	padding:0; 
	background-color:#3D3F3D;
}

#side_image {
	float:left; 
	width:6%; 
	height:600px; 
	margin:0; 
	padding:0; 
	background-color:#141414; 
	color:white;
}

#side_image p {
	margin:3.1em 0 0 0; 
	text-align:center; 
	text-indent:0;
}

#contents {
	float:right; 
	width:94%; 
	height:600px; 
	margin:0; 
	padding:0; 
	background-color:#fdfdfd;
}

#footer {
	text-align:center;
	width:770px; 
	height:101px;
	margin:.5em auto; 
	padding:0; 
	border-top:1px solid #333333; 
	border:0px none #333333; 
	background-color:transparent;
	font:Arial, Helvetica, sans-serif;
	font-size:75%;
	letter-spacing:.2em;
	color:#333333;
}
