/* CSS Document */

body {
	background-image:url(images/wentz_bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-weight:lighter;
}

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-weight:lighter;
}

#header_container {
	background-image:url(images/header_bg.jpg);
	width:926px;
	height:331px;
	margin-left: auto;
	margin-right: auto;
}

#page_container {
	background-image:url(images/page_bg.jpg);
	width:926px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom:#990000;
}

#wentz_hdr {
	background-image:url(images/wentz_hdr.jpg);
	width:798px;
	height:233px;
	margin-left:auto;
	margin-right:auto;
}

#nav_container {
	width:798px;
	height:93px;
	margin-left:auto;
	margin-right:auto;
}

.img_borader {
	border-color:#ffffff;
}

.call_out {
	color:#CC0000;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #F50000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #F50000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
}

.gvwy_title {
	font-size: 18px;
}

.form_input {
	border-width: 1px;
	border-style: solid;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
