*{margin: 0;padding: 0;}

/*---------------------------------------
	body
---------------------------------------*/


body{
	background: url(../img/moondust.png) 0 0 repeat;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	}

img{
	border:none;
	}


/*---------------------------------------
	header
---------------------------------------*/

h1{
	margin: 0 0 5px 0;
	font-size: 12px;
	text-align: right;
	}

#header p{
	margin: 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	}

/*---------------------------------------
	container
---------------------------------------*/

#container{
	margin: 0 auto;
	padding: 10px 0;
	width: 750px;
	}

* html #container{
	margin: 0 0 0 100px;
	padding: 15px 0;
	width: 750px;
	}

/*---------------------------------------
	content
---------------------------------------*/

#content{
	margin: 0 0 10px 0;
	padding: 5px;
	width: 740px;
	background: #ffffff;
	}

#content h2{
	margin:1px 0 10px 0;
	height: 43px;
	width: 740px;
	background: url(../img/h-right.jpg) bottom right no-repeat;
	font-size: 14px;
	color: #ff0000;
	border: 1px solid #666666;
	}

h2 span{
	position: relative;
	left: 10px;
	top: 15px;
	}

#content h3{
	margin: 10px 0 0 0;
	padding: 10px 0 6px 20px;
	height: 40px;
	background: url(../img/bg-h3-1.jpg) 0 0 no-repeat;
	font-size: 14px;
	color: #421114;
	}

#content h3 span{
	position:relative;
	left:80px;
	font-size:12px;
	}

* html #content h3 span{
	left:120px;
	}

*:first-child+html #content h3 span{
	left:120px;
	}

#content h4{
	margin: 20px 0 10px 2px;
	padding: 10px 0 0 35px;
	height: 19px;
	background: url(../img/bg-h4.gif) 0 0 no-repeat;
	border-bottom: solid 1px #cccccc;
	font-size: 12px;
	color: #666666;
	}

#content p{
	margin: 0 5px;
	}

#content table{
	margin: 0 0 0 10px;
	border: none;
	width: 400px;
	}

#content td{
	padding: 2px 0;
	border-bottom: 1px solid #dddddd;
	}

#content ul,#content ol{
	margin: 5px 5px 5px 35px;
	}

#content a{
	font-weight: bold;
	}

#content a:link,#content a:visited{
	color: #a0410d;
	}

#content a:hover,#content a:active{
	color: #ffffff;
	background: #a0410d;
	}

#up{
	padding: 20px 0;
	float: right;
	}

/*---------------------------------------
	footer
---------------------------------------*/

#footer{
	clear:both;
	margin:5px auto;
	width:740px;
	padding:5px 0 25px 0;
	border-top:solid 1px #cccc99;
	font-size:11px;
	color:#666666;
	text-align:center;
	}

* html #footer{
	clear:both;
	margin:5px 0 5px 100px;
	width:740px;
	padding:5px 0 25px 0;
	border-top:solid 1px #cccc99;
	font-size:11px;
	color:#666666;
	text-align:center;
	}

#footer p{
	margin:0;
	padding:0;
	line-height:15px;
	}

