body{
	background-image:url(../images/bgbody.jpg);
	background-position:top left;
	background-repeat:repeat;
}

p,b,i,u,a,q,h1,h2,h3,h4,h5,h6,ul{
	font-family:tahoma;
	margin:0px;
	padding:0px;
	
}
p, ul{
	font-size:11px;
	margin-top:15px;
	padding-left:20px;
	padding-right:20px;
}
li{
	margin-left:20px;
}
h1{
	text-align:center;
	font-size:20px;
}
h2{
	text-align:center;
	font-size:14px;
	color:#88462a;
	margin-top:10px;
}
h6{
	font-family:courier;
	font-size:16px;
	border-bottom:8px solid #88462a;
	width:710px;
	padding-left:20px;
}


div#page{
	width:730px;
	position:static;
	margin-left:auto;
	margin-right:auto;
	
}

div#page div#header{	
	position:relative;
	float:left;
	width:730px;
	background:#ffffff;
}
div#page div#nav{
	position:relative;
	float: left;
	width:730px;
	margin-top:1px;
	margin-bottom:1px;
	background:#bb826d;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;	
}
div#page div#nav p{
	font-size:14px;
}
div#page div#nav a{
	text-decoration:none;
	color:#ddee44;
	font-size:12px;
}

div#page div#nav a:visited{
	color:#ccdd77;
}

div#page div#nav a:hover{
	text-decoration:underline;
	color:#eeeeee;
}





div#page div#content{
	position:relative;
	float:left;
	width:728px;
	min-height:300px;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	background:#ffffff;
	/*border-top:6px solid #88462a;
	background-image:url(../images/contentBG.gif);
	background-position:top;
	background-repeat:y-repeat;*/
} * html div#page div#content {height:300px;}



div#page div#footer{
	position:relative;
	float:left;
	width:730px;
	border-top:6px solid #88462a;
	font-size:11px;
	text-align:center;
	
}