	
a {
	font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #E0DFE3;
}
a:active {
	text-decoration: none;
	color: #790301;
}

body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		color: #333333;
	}
#wrapper {
		width:800px;
		height:600px;
		margin:0px auto;
		border:0px;
		padding:0px;
		background-color:white;
		
	}
#header {
	width:800px;
	height:198px;
	border:0px;
	padding:0px;
	background-image: url(images/bann.gif);
	background-repeat: no-repeat;
	}
#content {
	margin-top:0px;
	padding-bottom:0px;
	}
#content div {
	padding:0px;
	float:left;
	}
#content-left {
	width:273px;
	height:348px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	}
#content-main {
	width:326px;
	height:348px;	
	margin-left:0px;
	background-image: url(images/body.gif);
	background-repeat: no-repeat;
	}
#content-right {
		width:201px;
		height:348px;
		margin-left:0px;
		border:0px solid #bbb;
		background-image: url(images/ad.gif);
		background-repeat: no-repeat;
		overflow:auto;
	}
#content-adsense {
		width:250px;
		height:348px;
		overflow: hidden;
 }
#footer {
	float:left;
	margin-top:0px;
	margin-bottom:10px;
	padding:0px;
	border:0px solid #bbb;
	background-image: url(images/copy.gif);
	background-repeat: no-repeat;
	width:800px;
	height:56px;
	p{	align: center;
		color: white;
	}
.small {
	font-size:10px;
	}
		
.small a {
	font-size:10px;
	text-decoration: underline;
	}