﻿body 
{
	background-color:#faf1c8;
	font-family:Arial;
}

#wrapper
{
	
	width:705px;
	margin-left:auto;
	margin-right:auto;
	position:relative;	
	font-family:Arial;
	
	
}
#head
{
width:215px;
height:94px;	
}

#navbar
{
	position:absolute;
	left:0px;
	top:105px;	
}

#homebar
{
	position:absolute;
	top:120px;
	left:524px;
	color:Black;
	text-align:right;
}

#homebar a
{
	color:Black;
	text-decoration:none;	
}

#homebar a:hover
{
	color:Black;
	text-decoration:underline;	
}

#pagebar
{
	width:705px;
	height:31px;
 color:White;
 font-size:18px;
 font-weight:bold;
 background-image:url(images/bar_bg.jpg);
 background-repeat:repeat-x;
 position:absolute;
 left:0px;
 top:140px;
 padding-top:6px;
 padding-left:8px;
 	
}

#ad
{
	
 text-align:center;
 width:705px;
 position:absolute;
 left:0px;
 top:180px;	
}



a
{
	color:Black;
	text-decoration:none;
}
a:hover
{
text-decoration:underline;
color:Black;	
}
