html {
	
}
html, body {
	text-align: center;
	margin: 0px 0px;
	padding: 0px;
	height:100%;
}
body {
	background:url(../images/green_highlight.jpg) no-repeat #863a31 top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#333333;
}
a {
	color:#863a31;
	text-decoration:none;
}
a:hover {
	color:#A19589;
}
#outerMain {
	min-height:100%;
	background:url(../images/lucky_bg.gif);
        background-attachment:fixed;
}
#main {
	margin:0px auto;
	width:769px;
	text-align:left;
	padding-top:10px;
}
#content_main {
	background:url(../images/content_bg.gif) repeat-y;
	padding:5px 27px 0 17px;
	margin:0px;
}
#pop_main {
	background:url(../images/popup/popup_bg.gif) repeat-y;
	padding:5px 17px 0 17px;
	margin:0px;
	line-height:120%;
}
#pop_main img {
	border:2px #D8D0C7 solid;
	margin:0 5px 5px 0;
}
#header {
	height:58px;
}
#logo {
	float:left;
	display:inline;
	width:214px;
	height:58px;
	margin:0;
	padding:0;
}
#poplogo {
	margin:0;
	padding:0;
}
#nav {
	text-align:right;
	float:left;
	display:inline;
	width:535px;
	margin:0;
	padding:0 20px 0 0;
	margin-top:40px;
	background:url(../images/mid_top.gif) repeat-x bottom left;
}
#topcontainer {
	background:url(../images/content_bg.gif) repeat-y;
}
#pageid {
	background:url(../images/content_bg.gif) repeat-y;
}
#breadcrumb {
	text-align:right;
	color:#FFFFFF;
	font-size:11px;
	text-transform:uppercase;
	width:769px;
	height:26px;
	background:url(../images/crumb_bg.gif) no-repeat top left;
}
#leftcol {
	padding:0;
	margin:0px;
	float:left;
	display:inline;
	width:233px;
}
#rightcol {
	padding:0;
	margin:0px;
	float:left;
	display:inline;
	width:143px;
	padding:10px 0 0 5px;
}
#maincol2 {
	padding:0 10px 0 5px;
	margin:0px;
	float:left;
	display:inline;
	width:562px;
	background:url(../images/vert_dot_bg.gif) repeat-y top right;
}
#maincol {
	padding:0 0 0 15px;
	margin:0px;
	float:left;
	display:inline;
	width:477px;
	background:url(../images/arrow_bg.gif) no-repeat -2px 200px;
}
#onecol {
	padding:0 0 0 10px;
	margin:0px;
	width:715px;
}
.bigger {
	font-size:120%;
	line-height:120%;
}
.home_box {
	float:left;
	display:inline;
	height:160px;
	font-size:96%;
}
.home_box2 {
	padding:10px 0 10px 0;
	font-size:96%;
}
.bio_box {
	width:137px;
	float:left;
	display:inline;
	text-align:center;
	font-size:90%;
}
.bio_box img {
	border:2px #D8D0C7 solid;
}
#h_seperator {
	background:url(../images/horiz_dot_bg.gif) repeat-x;
	height:6px;
	margin:0 0 10px 0;
}
.button {
	background:url(../images/button_bg.gif) no-repeat;
	width:125px;
	height:20px;
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	padding:2px 0 0 0;
}
.button2 {
	background:url(../images/button_bg_long.gif) no-repeat;
	width:164px;
	height:20px;
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	padding:2px 0 0 0;
}
.button3 {
	background:url(../images/button_bg_longer.gif) no-repeat;
	width:300px;
	height:20px;
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	padding:2px 0 0 0;
}
p {
	margin:10px 0 15px 0;
}
.serif {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:105%;
	color:#887E6E;
	font-weight:bold;
}
input, textarea {
	margin:2px 0 10px 0;
}
hr {
	height:1px;
	line-height:1px;
	border:0;
	border-top:1px solid #d8d0c7;
}