body {
	background-image:url(images/outside-bg.jpg);
	background-repeat:repeat-x;
	background-color:#F0F0F0;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#wrap {
	width:900px;
	background-image:url(images/content-bg.jpg);
  	margin-left: auto ;
  	margin-right: auto ;
}
#header {
	background-image:url(images/header.jpg);
	height:125px;
	display:block;
	position:relative;
}
#menu {
	background-image:url(images/menu.jpg);
	height:40px;
	display:block;
	position:relative;
}
#wrap-inner
{
	margin-left:35px;
	margin-right:25px;
	position:relative;
	
}
#content {
	float:left;
	width:664px;
	position:relative;
	margin-right:10px;
}
#content p {
	margin:0px;
	margin-bottom:10px;
}
#sidebar p {
	margin:0px;
	margin-bottom:10px;
}
#content h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin:0 0 5px 0;
}
#content h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin:0 0 5px 0;
	font-size:1.4em;
}
#content h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 3px 0;
	font-size:1.1em;
}
#content a:link, #content a:visited {
	color:#CC0000;
}
#sidebar {
	float:left;
	position:relative;
	width:156px;
	margin-left:6px;
}
#footer {
	background-image:url(images/footer.jpg);
	height:42px;
	display:block;
	position:relative;
	clear:both;
}
#footer p{
	font-size:0.9em;
	padding-left:35px;
	padding-top:7px;
	color:#646464;
}
