/* reset styles
============================================================================================================*/
h1, h2, h3, h4, h5, h6, p, a, address, em, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
img {
	border: 0;
	vertical-align: bottom;
}
input,textarea {
	font-size: 100%;
}
address {
	font-style: normal;
}
li{
	list-style:none;
}
hr {
	display: none;
}



		
/* link
============================================================================================================*/
a:link,a:visited {color: #669933; text-decoration:underline;}
a:hover,a:active {color: #669933; text-decoration:none;}
	
/* body
============================================================================================================*/
body {
	color: #444444;
	line-height: 1.6;
	margin:0;
	padding: 0;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg.gif) repeat-x #FFFFFF;
}
	
/* wrap
============================================================================================================*/
div#wrap{
	width:100%;
}

/* header
============================================================================================================*/
h1{
	text-align:center;
	margin-bottom:50px;
}

h2{
	text-align:center;
	margin-bottom:20px;
}
h3{
	text-align:center;
	padding-bottom:20px;
}

div#wrap ul{
width:612px;
margin:0 auto 40px;
overflow:hidden;
}
div#wrap ul li{
	float:left;
	}	


	
   
/* contents
============================================================================================================*/
	
div#contents{
	width:604px;
	margin:0 auto 25px;
}


div#contents p{
	text-align:center;
	padding-bottom:20px;
}

div#contents dl{
	margin:0 auto 10px;
	padding:10px;
	border:1px solid #CCCCCC;
	overflow:hidden;
}
div#contents dt{
	float:left;
}	

div#contents dd{
	margin-left:170px;
}

	
/* footer
============================================================================================================*/

div#footer p{
	text-align:center;
	font-size:80%;
}





  


	

