@import url("content.css");
@import url("header.css");
@import url("nav.css");
@import url("sidebar.css");
@import url("footer.css");
@import url("faq.css");
@import url("greybox.css");

body	{
	background-color:#ccc;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: arial, "Times New Roman", Times, serif;	
	font-size: 12px;
}

#wrap {
	background: url(../images/bg/wrap.gif) top left repeat;
	margin: auto;
	padding:0px;
	width: 800px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 800px;
}

html>body #wrap {
  	width: 800px;
}

#wrap2 {
	background: url(../images/bg/wrap_sidebar.gif) top left repeat;
	margin: auto;
	padding: 0px;
	width: 800px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 800px;
}

html>body #wrap2 {
  	width: 800px;
}

#top {
	background: url(../images/bg/top.gif) top left;
	margin: auto;
	padding: 0px;
	width: 800px;
	height:24px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 800px;
}

#bottom {
	color:#666;
	background: url(../images/bg/bottom.gif) bottom left;
	margin: auto;
	padding: 0px;
	width: 800px;
	height:32px;
	voice-family: "\"}\"";
  	voice-family: inherit;
  	width: 800px;
}

#bottom p {
	font-size:11px;
    margin:	0 25px 0 25px;
	padding:3px 0 0 0;
	text-align:center;
}