body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma ;
	background-color: #770000;
	color: #440000;
	height: 100%;
}
#container
{
	margin: 1em 1em;
	background-color: #FFFFFF;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-y;
	border: 1px solid #AA3333;
	height: 90%;
}
#banner
{
	background-color: #666;
	border-bottom: 1px solid #333;
	background-image: url(images/bg4x120.gif);
}
#banner h1
{
	margin: 0;
	padding: 0.2em;
	color: #770000;
}
#nav
{
	float: left;
	width: 160px;
	margin-left: 5px;
	padding-top: 1em;
	height: 90%;
}
#nav p
{
margin-top: 0;
}
#nav ul 
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
#nav ul li 
{ 
margin-top: 2px; 
}
#nav ul li a
{
display: block;
width: 135px;
padding: 3px 5px 3px 10px;
text-decoration: none;
color: #CCCCCC;
background-image: url(images/link_normal.gif);
background-repeat: repeat-y;
}
#navsub ul li a
{
display: block;
width: 110px;
font-size: 12px;
margin-left: 25px;
padding: 3px 5px 3px 10px;
text-decoration: none;
color: #CCCCCC;
background-image: url(images/link_normal.gif);
background-repeat: repeat-y;
}


#nav ul li a:hover, #nav ul li a:active
{
text-decoration: underline;
color: #fff;
background-color: #ccc;
background-image: url(images/link_over.gif);
background-repeat: repeat-y;
}
#nav ul li#current a
{
color: #fff;
background-image: url(images/link_over.gif);
background-repeat: repeat-y;
}

 


#content
{
	padding-top: 1em;
	margin: 0 2em 0 200px;
	height: 90%;
}
#content p
{
	text-indent: 2em;
	font-size: 12px;
}
#content ul 
{
	list-style-type:disc;
	padding: 0;
	margin: 4px 4px 8px 16px;
	font-size: 11px;

}

#footer
{
	clear: both;
	background-color: #666;
	text-align: center;
	border-top: 1px solid #333;
	background-image: url(images/bg4x120.gif);
}
#footer h5
{
	margin: 0px;
	display: inline;
	padding: 0px;
	height: 16px;
	margin-right: 1em;
	color: #770000;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	margin: 0px 0px 2px;
}
p {
	margin-top: .2em;
}
.emailform {
	margin-left: 0px;
	margin-top: 8px;
	width: 98%;
}
.emailinput {
	border: 1px solid #990000;
	margin-left: 4px;
	width: 100%;
}
* html .emailinput {
	width: 97%; 
	w\idth: 97%;
}

.emailsubmit {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	margin-left: 4px;
}
.codemaster {
	color: #770000;
	background-color: #EEEEEE;
	width: 100%;
	margin-bottom: 2px;
	margin-top: 2px;
}
.codehead {
	color: #770000;
	background-color: #CCCCCC;
	text-align: right;
	margin: 0px;
	width: 100%;
}
.blogimage {
	margin: 1px 1px 1px 8px;
	float: right;
	border: 1px solid;
}
