@charset "UTF-8";
body {
	background-attachment: scroll;
	background-color: #222222;
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#nav {
margin-top:140px;
width:800px;
margin-left:auto;
margin-right:auto;
position:relative;


}

#navdivcontent {
	text-align:center;
	margin-left:15px;
	margin-right:15px;
}

#navdivcontent ul
{
	padding: 0;
	width: 100%;
}

#navdivcontent ul li
{
	display: inline;
}

#navdivcontent ul li a
{
	padding: 8px 10px;
	color: #FFF;
	text-decoration: none;
	background-color: #FFcc99;
	color: #000033;
	border:1px #000000 solid;

}

#navdivcontent ul li a:hover
{

	background-color:#ffe1c3;

}

#navdivcontent ul li h1
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-weight:bold;
	letter-spacing: -2px;
	font-size: 225%;
}

#content {
	
	width:500px;
	height:500px;
	overflow:scroll;
	margin-top:55px;
	margin-left:auto;
	margin-right:auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #333333;
	padding:10px;
	text-align:justify;
	position:relative;
}

#content h1 {
	margin:0;
	font-weight:bolder;
	font-size:24pt;
	text-align:left;
	color:#333;
	padding-bottom:3pt;
	border-bottom:thin dotted black;

}

#content a {
color: #333333;
}

#content a:visited {
color: #333333;
}

#content a:hover {
color:#330033;
}

#footer {
margin-top:55px;
margin-left:auto;
margin-right:auto;
width:500px;
text-align:right;
font-family: "Times New Roman", Times, serif;
font-size: 8pt;
color: #fff;
position:relative;
}


img {
margin: 10px;
border:2px #333 solid;
}

#twitter_update_list{
list-style-type:none;
font-weight:bold;

}

.twittericon
{
border:hidden;
}

.floatright {
float:right;
}

.floatleft {
float:left;

}

dl {
	padding-bottom:5px;

}

blockquote{font-size:small;
font-style:italic;
}

dd {

	text-indent:0;
	
	}
	
dt {

font-size:18px;
padding-bottom:5px;
padding-top:5px;
font-weight:bold;
}

#twitter{
border:thin solid #333333;
line-height:0.75;
padding:2px;

}

.bigtext{
	font-size:18px;
	font-weight:bold;
	text-indent:0;
	text-align:center;
	text-decoration:underline;
}

h3{padding-bottom:1px;}
