*
{
	font-family:trebuchet ms,helvetica,sans-serf;
	font-size:1em;
	color:#fff;
}
html
{
	background:#000 url('../images/layout/backpic.jpg') 100% 0px no-repeat;
	background-attachment:fixed;
	min-width:1024px;
}
body
{
	background:url('../images/layout/floral_repeat.png') top left repeat;
	background-attachment:fixed;
	min-width:1024px;	
}
div#wrapper
{
	width:500px;
	width:800px;
	min-height:700px;
	padding:2%;
}
div#logo
{
	height:95px;
	background:url('../images/layout/logo.png') top left no-repeat;
}
div#nav
{
	width:100%;
	margin-bottom:10px;
	background:url('../images/layout/nav_back.png') top left no-repeat;
	
}
div#nav ul.nav
{
	display:block;
	height:28px;
	margin-left:35px;
	border-bottom:1px #222 dotted;
}
div#nav ul.nav li
{
	display:inline;
	line-height:28px;
	height:28px;
	vertical-align:middle;
	font-size:13px;
	margin-left:12px;
}
div#nav ul.nav li a
{
	color:#fff;
	text-decoration:none;
	font-size:120%;

}
div#wrapper p
{
	color:#fff;
	font-size:92%;
	line-height:125%;color:#C9C299;
}
div#wrapper p,div#wrapper ul,div#wrapper img
{
	margin:20px 0px;
}
div#wrapper ul li
{
	line-height:155%;
	font-size:92%;
	color:#999;
	color:#827B60;
	list-style-type:circle;
	list-style-position:outside;
	margin-left:30px;
}
div#wrapper h1
{
	color:#fff;
	color:#C9C299;
	color:#AFC7C7;
	font-size:165%;
	line-height:285%;
}
div#wrapper h2
{
	color:#fff;
	
	font-size:125%;
	line-height:200%;
}
div#wrapper h3
{
	color:#fff;
	font-size:115%;
	line-height:200%;
}
div#wrapper h4
{
	color:#98AFC7;
	font-size:111%;
	line-height:120%;
}
div#footer p
{
	font-size:80%;
	color:#333;
}
div#wrapper input,div#wrapper textarea
{
	background-color:#1b1b1b;
	border:1px #2b2b2b solid;
	font-size:95%;	
}
