@charset "utf-8";
/* CSS Document */

body,html{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#004d30;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}
img{
	border:none;
}
#container{
	width:900px;
	margin:0px auto;
	position:relative;
	text-align:left;
	background:#E5EFEB url(../images/bkgd_green.gif) repeat-y;
}
#content{
}
#page{
	margin:60px 60px 60px 320px;
	text-align:center;
}
#header{
	height:146px;
	width:900px;
}
#headertop{
	background: #000 URL(../images/bkgd_mamies_vine.gif) repeat-x;
	height: 30px;
}
#headerbottom{
	background: #FFF url(../images/bkgd_mamies_pattern.gif) repeat-x 21px 0px;
	height:116px;
}
#navs{
	width:240px;
	background-color:#E5EFEB;
	padding-top:148px;
	float:left;
}
#logo{
	position:absolute;
	top:30px;
	left:0px;
}
#title{
	position:absolute;
	top:39px;
	left:336px;
}
#prefooter{
	background: #000 URL(../images/bkgd_mamies_vine.gif) repeat-x;
	height:30px;
}
h1{
	font-size:130%;
}
h2{
	font-size:120%;
	color:#E54096;
}
h3{
	font-size:110%;
}
h4{
	font-size:105%;
}
h5{
	font-size:100%;
}
a, a:link{color:#006bb5;}
a:visited{color:#004d30;}
a:hover, a:active{color:#FFF;}
.featured{
	background-color:#FFF;
	padding:4px;
	border:1px solid #006bb5;
}

/* Ignore the insanity of this section, Chris did it, and it works*/

form table tr td table tr th{
	text-align:right;
}

form table tr td table tr td{
	text-align:left;
}

form table tr td{
	text-align:center;
}

form table tr td table tr td table tr td{
	text-align:center;
}