/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: #9999FF;
	background-image: url(../images/bck.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}
#header{
	margin:10px 0px 0px 16px;
	padding:0;
}
#content{
	margin-left: 70px;
	margin-top: 20px;
	width: 700px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
#textcontent{
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
}
#textcontent h1{
	margin-top: 0px;
	font-size: 200%;
	color: #9999FF;
	margin-bottom: 10px;
	font-weight: lighter;
}
#textcontent h2{
	margin-top: 0px;
	font-size: 120%;
	color: #666666;
	margin-bottom: 10px;
	font-weight: lighter;
}
#textcontent h3{
	color: #66CC33;
	margin-top: 0px;
	font-size: 120%;
	margin-bottom: 15px;
	font-weight: lighter;
}
#textcontent h4{
	margin-top: 20px;
	font-size: 120%;
	margin-bottom: 5px;
	font-weight: lighter;
}
#textcontent h5{
	margin-top: 5px;
	font-size: 120%;
	margin-bottom: 20px;
	font-weight: lighter;
}
#textcontent h6{
	margin-top: 1px;
	font-size: 120%;
	margin-bottom: 3px;
	font-weight: lighter;
	color: #FFFFFF;
}
#textcontent p{
	margin-top: 0px;
	margin-bottom: 12px;
}
#textcontent li{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0;
}
#textcontent a{
	color:#666666;
	text-decoration: underline;
	font-size: 120%;
}
#textcontent a:hover, #textxontent a:focus{
	color: #9999FF;
}
#nav{
	float: left;
	width: 100px;
	margin: 0;
	font-size: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#nav ul{
	padding: 0px;
	margin: 0px;
}
#nav li{
	list-style: none;
	margin: 0;
	padding-bottom: 5px;
	color: #999999;
	}
#nav a{
	display: block;
	text-decoration: none;
	color:#000000;
}
#nav a:hover, #nav a:focus{
	color: #FF9900;
}
#topper{
	margin:0;
	padding:0;
}
#footer{
	margin:0;
	padding:0;
}

