

body {
	color:#000;
	background:#727878;
	font-family:Arial, Helvetica, sans-serif;
}

#footer
{
	background:url("./images/page_bottom.png") no-repeat top center;
	height:35px;
	margin:0 auto;
	width: 700px;	
	padding-top:5px;
	padding-left:20px;
	
	font-size:12px;
	color:#FFF;
	
	
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.clear
{
	clear:both;
}



#header
{
	background:url("./images/page_top.png") no-repeat bottom center;
	height:25px;
	margin:0 auto;
	width: 700px;	
	padding:0;
}

#header ul
{
	list-style:none;
}

#header ul li
{
	float:left;
	padding-right:25px;
	list-style-image:url("./images/list.png");
}

#header ul li a
{
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
}

#inside>#top_area
{

	margin-left:-12px;
}

#top_area
{
	margin-top:-20px;
}



#wrapper
{
	margin:0 auto;
	width: 700px;
	background:url("./images/page_bg.png") repeat-y center center;
}

#inside
{

	width:680px;
	padding:20px;
}

#sidebar
{
	float:left;
	width:150px;
	border-right:1px solid #ccc;
	margin-right:10px;
	padding-left:3px;
}

#sidebar
{
	font-size:12px;
}

#sidebar h2
{
	font-size:13px;
	color:#A39B74;
}

#content
{
	font-size:12px;
	line-height:18px;
	padding-right:10px;
	margin-left:165px;
}
#content h1, h2, h3
{
	font-size:14px;
	color:#A39B74;
	
}

blockquote{
	margin:5px;
}

blockquote span.s {
	float: left;
	font-size: 500%;
	color: #A39B74;
}
 
blockquote span.e {
	float: right;
	font-size: 500%;
	color: #A39B74;
}

.gallery
{
	width:140px;
	height: 135px;
}

.gallery a
{
	display:block;
	text-align:center;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

.gallery img
{
	border:1px solid #666;
	padding:3px;
}

.spotlight a
{
	text-decoration:none;
}

.spotlight a span
{
	text-decoration:underline;
}

.spotlight img
{
	float:left;
	margin-right:2px;
}

a:active,a:visited,a:link
{
	color:#333;
}

a:hover
{
	color:#888;
}



