html {
	height: 100.2%;
}
body,	html {
	margin:0;
	padding:0;
	background:#333;/*#d9d0c7;*/
	font-family: verdana,helvetica,"luxi sans",sans-serif;
}
#wrap {
	margin:0 auto;
	width:880px;
	border-left:1px solid rgb(111,85,60);
	border-right:1px solid rgb(111,85,60);
	background:url(images/v_pencil_bg2.jpg);
	background-repeat:no-repeat;
	background-position: 0 -100px;
}

#header {
	height:100px;
	line-height:100px;
	border-bottom: 1px solid rgb(111,85,60);
/*	background:url(images/swirl_hdr2.jpg);
	background-repeat:no-repeat;*/
}
#header h1 {
	font-family:georgia,serif;
	text-align:center;
	font-size:42px;
	color:#c02214;
	margin:0 0 0 0px;
}

#main {
}
#main h3 {
	text-align:center;
	color:#c02214;
}
#main h4 {
}
#main li {
	font-size:12px;
}
#main a {
	font-size:12px;
}
#main a:hover {
	color:#c00;
}
#main ul {
	margin-left:300px;
}
.cb {
	clear:both;
}
.center_wrapper {
	margin: 0 auto;
	text-align:center;
	clear:both;
}
#footer {
	clear:both;
	border-top: 1px solid rgb(111,85,60);
	border-bottom: 1px solid rgb(111,85,60);
	background:#ede5e2;/*#fddbda;*/
	font-size:10px;
	padding:2px 8px 2px 8px;
}

