@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;	
}

#wrapper{
	border:dashed 1px #999;
	width:953px;
	margin:0 auto;
	padding-bottom:0;
}

img, h1, h2, p{
	padding-left:10px;
	margin-bottom:0;
	
}

#content{
margin:0	
}

img{
	border:0;
	
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
}

h2, ul{
	font-weight:normal;
	font-size:12px;
}

ul{
	list-style:none;
	line-height:24px;
	
	
}

a{
	color:#000;
}

a:hover{
	text-decoration:none;
}

#footer{
height:65px;
margin:0 auto;
font-size:x-small;
padding-top:20px;
color:#333;
}