
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, Geneva, sans-serif;
background-image:url(../images/tile_background.gif);
background-repeat:repeat-y;
background-attachment:fixed;
background-position:center top;
	
	
}
p { font:Helvetica, Geneva, sans-serif; font-size:11px; font-weight:normal; color: #3f2b2b; text-align:justify; }
h1 { font: Helvetica, Geneva, sans-serif; color:#a67c52; font-weight:normal; font-size:18px; }
h2 { font: Helvetica, Geneva, sans-serif; color:#a67c52; font-weight:normal; font-size:14px; }

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	font: Helvetica, Geneva, sans-serif;
	font-weight:normal;
	color: #3f2b2b;
	font-size:11px;
	}
	
li { background: url(../images/bullet.gif) left center no-repeat;
padding-left:20px; margin-bottom:10px; }

#main {
top:auto;
height: 100%;
width: 100%;
background-color: white;
/*width:700px;*/
/*background-image:url(../images/tile_background.gif);
background-repeat:repeat;*/
}
#logo {
top:auto;
position:relative;
height:116px;
width:750px;
}
#header {
top:auto;
position:relative;
height:164;
width:750px;
border-bottom:1px solid #b2aaaa;
}
#content {
top:auto;
position:relative;
height:430;
width: 750px;
border-bottom:1px solid #b2aaaa;
}
#footer {
top:auto;
position:relative;
height:25;
width: 750px;
background-color:#FFFFFF;
border-bottom:1px solid #b2aaaa;
}

#bottom {
top:auto;
position:relative;
width:750px;
height:100%;


}

.table {
background-color:#fdf7eb;
padding:15px;
border: 1px solid #ece9df;
font:Helvetica, Geneva, sans-serif; 
font-size:14px; 
font-weight:normal; 
color: #3f2b2b;
width: 80%;
margin-bottom:15px;
}

.form { font:Helvetica, Geneva, sans-serif; font-size:11px; font-weight:normal; color: #3f2b2b; }

.mainfont {
font:Helvetica, Geneva, sans-serif; 
font-size:11px; 
line-height: 13px;
font-weight:normal; 
color: #3f2b2b;
}

.mainfont a:link {
color: #5b4242;
text-decoration: underline;
}

.mainfont a:hover {
color:#5b4242;
text-decoration: underline;
}

.mainfont a:active {
color:#91543c;
text-decoration: underline;
}

.mainfont a:visited {
color:#91543c;
text-decoration: none;
}

/* IDs from coming soon page
#top {
position:relative;
top: 45px;
left: 176px;

}
#middle1 {
position: relative;
top: 45px;
left:124px;


}
#middle2 {
position:relative;
top: 45px;
left:81px;

}
#about {
position:relative;
top:-303px;
left:796px;
z-index:1;
}
#footer {
position:relative;
top: -200px;
}