body {
	text-align:center; 
	font-size:62.5%;
	font-family:arial;
	color:#fff;
	background:url(../images/bodyBackground.jpg);
}
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px;
	font-size:100%;
	overflow:scroll;
}
#outerwrapper {
	margin:20px auto;
	width:670px;
	text-align:left;
	min-height:100px;
}
#wrapper {
	width:670px;
	float:left;
	font-size:1.2em;
	min-height:100px;
	background:#abada8;

}
#contentwrapper {
	width:630px;
	float:left;display:inline;
	margin:20px 0 20px 20px;
	min-height:100px;
	border:1px solid #fff;
	background:url(../images/contentWrapperBackground.jpg) repeat-y left top;
}
#masthead {
	height:111px;
	width:630px;
	float:left;
	background:url(../images/mastheadBackground_rev.jpg);
}
#content {
	float:left;display:inline;
	margin:50px 0 20px 30px;
	width:415px;
	min-height:200px;
	color:#fff;
}
#subcontent {
	float:left;display:inline;
	margin:20px 0 0 43px;
	width:142px;
	min-height:200px;
	
}
#footer {
	float:left;
	width:630px;
	height:140px;
	/*background:url(../images/glasses.jpg) no-repeat right bottom;*/
	min-height:140px;

}
.visit {
	float:left;display:inline;
	margin:0 0 0 30px;
	width:200px;
	background:red;
	min-height:10px;
}
h2,h3{
	color:#f3f28d;
	font-size:1.3em;
	margin:0 0 10px 0;
}
h3 {

	margin:0 0 2px 0;
}
form {
	float:left;
	display:inline;
	margin:0px 0 0 0px;
	color:#e1e2e0;
	width:130px;
}	
#content p {
	line-height:1.4em;
	margin-bottom:10px;
}
form p {
	font-size:0.9em;
}
fieldset {
	border:none;
}
legend {
	border:none;
	margin:0 0 15px 0;
}
input {
	
	width:126px;
	border:1px solid #2f392b;
	background:url(../images/inputBackground.jpg);
	padding:2px;
	margin-bottom:5px;
}
input.btn {
	background:url(../images/signup.gif);
	width:41px;
	height:17px;
	padding:0;
	border:none;
	float:right;display:inline;
	margin:0 0px 0 0;
}
label {
	padding-bottom:3px;
	display:block;
}
.alertMsg {
	color:#2f392b;
	color:#fff;
	font-style:italic;
	font-size:0.9em;
	margin:0 10px 0 10px;
}

dl {
	float:left;display:inline;
	border-bottom:1px solid #f3f28d;
	clear:both;
	width:100%;
	padding:10px 0 10px 0;
	height:120px;
}
dl dt {
	float:left;
}
dl dd {
	float:right;
}

dl.last {
	border:none;
}
dl a {
	color:#f3f28d;
	text-decoration:none;
}

/*
dl {
	float:left;display:inline;
	margin:0 15px 0 0;
	border-right:1px solid #f3f28d;
	padding-right:15px;
	height:95px;
}
dl.last {
	border:none;
	padding:0;
}
dt a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:block;
	background:url(../images/arrow.gif) no-repeat right center;
}
.last dt a {
	width:140px;
}
*/
/*
table {
	margin:10px 0 0 30px;
	width:440px;
}
thead td.header {
	color:#f3f28d;
	font-size:1.2em;
	font-weight:bold;
}
tbody {
	font-size:0.9em;
}
tbody td {
	padding:0 0 50px 10px;
}
*/

img {
	border:none;
}

