/* CSS Document */
/* Intodust CSS Template Design */
/* Copyright 3 March 2006 Rhys Turner*/
/* Author Rhys Turner */

/* Head */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF
}
h1{
	font-size: 16px;
	color: #000000;
	padding-top: 4px;
	padding-left: 8px;
	line-height: 16px;
}
h2{
	font-size: 12px;
	color: #333333;
	padding-top: 1px;
	padding-left: 10px;
	line-height: 10px;
}
h3{
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 1px;
	padding-left: 0px;
	line-height: 14px;
}
h4{
	font-size: 14px;
	height: 80px;
	width: 726px;
	color: #000000;
}
a:link {
	color: #FF3300;
	text-decoration: none;
}
a:visited{
	color: #FF3399;
	text-decoration: none;
}
a:hover, a:active{
	color: #FF0033;
	text-decoration: none;
}
p{
	margin:10px;
}
/* Main Divs */
#container{
	margin: 10px auto;
}
#menu{
	padding:8px;
	background-color: #FFFFFF;
}
#head{
	padding: 0px;
	height: 158px;
}
#main{
	height: 500px;
	margin: 10px auto;
	width: 599px;
	text-align:justify;
}
#menu a:link{
	color: #000000;
	text-decoration: none;
}
#menu a:hover{
	color: #0099FF;
	text-decoration: underline;
}
#menu a:active, a:visited{
	color: #000000;
}
#contentMain{
	background-color: #FFFFFF;
	min-height: 500px
}
#code{
	font-family:"Courier New", Courier, monospace;
}
#footer{
	background-color: #FFFFFF;
}
