/* ----------------body and font---------------- */

body {
	background-color: #000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 1.5em;
	font-family: Arial;
	color:#fff;
	padding:0px;
	margin:0px;
}

a {color: #DCD6B6; text-decoration: underline;}
a:visited {color:#DCD6B6;}
a:hover {color: #fff;}
a:active { color:#DCD6B6;}

img{
	border-style: none;
}

/* ----------------container------------------- */
#container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;

}

/* -----------------header--------------------- */
#langbar {
height:20px;
text-align:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;

}

#header {
	background-image: url(../images/header_bg.gif);
	height: 163px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
}
#header_left {
	float: left;
	background-image: url(../images/header_top_left.gif);
	width: 68px;
	height: 75px;
	margin: 0px;
	padding: 0px;
}
#header_right {
	float: right;
	background-image: url(../images/header_top_right.gif);
	width: 66px;
	height: 70px;
	margin: 0px;
	padding: 5px 0 0 0;
}
#header_middle {
	margin: 0px;
	padding: 0px;
}

/* -----------------nav--------------------- */
#nav {
	background-image: url(../images/menu.gif);
	height: 37px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#flashcontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D1C595;
	font-weight: bold;
	
}

a.menu:link, a.menu:visited, a.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D1C595;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D1C595;
	font-weight: bold;
	text-decoration: underline;
}

/* -----------------title--------------------- */
#title {
	background-image: url(../images/cnt_titlebar.gif);
	height: 39px;
	margin: 0px;
}
#title_text {
	background-color: transparent;
	font-weight: bold;
	text-align: left;
	margin-top: -30px;
	margin-bottom: 8px;
	text-align: center;
	width: 175px;
}

/* -----------------content--------------------- */
#content {
	background-image: url(../images/cnt_bg.gif);
	padding: 10px 0 30px 0;
	margin-left: 0px;
	margin-right: 0px;
}

.subhead {
font-weight:bold;
}

p{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0px;
	text-align:left;
	font-weight:600;
}

p.headline{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:0px;
	font-size: 17px;
	font-weight:bold;
	text-align: center;
}

p.quote{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 2px;
	margin:0px;
	text-align:left;
	font-weight:600;
}

p.byline{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: left;
	font-size: bold;
	font-style: normal;
	font-weight:600;
	color: #D1C595;
}

.welcomeText{
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: left;
	font-weight:600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.MenuColorText{
	color: #D1C595;
}

.image_left{
	float: left;
	margin-left: 80px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 5px solid #474747;
}

.image_right{
	float: right;
	margin-right: 80px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 5px solid #474747;
}

#standing{
	background-image: url(../images/wilson_standing.gif);
	background-repeat: no-repeat;
	float: right;
	margin-top:-335px;
	margin-right: 40px;
	width: 201px;
	height: 335px;
	z-index: 100;
}

.image_center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: 5px solid #474747;
}

.form p{
	width: 400px;
	clear: left;
	margin-left: 80px;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
}

.form label{
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}

.form textarea{
	width: 250px;
	height: 150px;
}

.button{
	border-style: solid; 
	border-width: 1px; 
	border-color: black;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

/* -----------footer--------------------------- */
#footer {
	background-image: url(../images/footer.gif);
	height: 30px;
	margin: 0px;
	padding: 6px 10px 0 0;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

a.ftr:link, a.ftr:visited, a.ftr:active {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

a.ftr:hover {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #00CCFF;
	font-weight: bold;
	text-decoration: underline;
}

#tag {
	background-image: url(../images/pull_tab.gif);
	background-repeat: no-repeat;
	width: 60px;
	height: 23px;
	margin-left: 340px;
	padding-bottom: 20px;
}

