/****************************************************************
Copyright Discover Websites 2009
CSS Written by James Hill
*****************************************************************
Master Styles
****************************************************************/
body {
	margin:0px auto 0px auto; background-image:url(../images/bg.png); background-position:top; background-repeat:repeat-x; background-color:#606060;
}
a { text-decoration:none; color:#fff300; text-decoration:underline; font-family:Century Gothic, Arial; font-size:11pt; }
a:hover {color:#fff300; font-family:Century Gothic, Arial; font-size:11pt; }
img { border:0; }
#master_wrapper {
	width:880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clear { clear:both; }
h1 { font-family:Century Gothic, Arial; font-size:14pt; color:#FFF; padding:0 0 10px 0; margin:0; }
h2 { font-family:Century Gothic, Arial; font-size:12pt; color:#FFF; padding:0 0 10px 0; margin:0; }
p {
	font-family:Century Gothic, Arial;
	font-size:11pt;
	color:#FFF;
	margin:0;
	padding:0;
	text-align:justify;
}
.watermark { color:#999999; }
input[type="submit"] { }

/****************************************************************
Banner Styles
****************************************************************/
#banner_wrapper {
	width:850px;
	height:229px;
	margin-top:28px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#logo {float:left; width:210px; height:174px; margin-top:14px;}
#mainimage {float:right; width:496px; height:229px;}

/****************************************************************
Menu
****************************************************************/
#menu_wrapper {
	width:880px;
	height:37px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto;
}

/****************************************************************
subMenu
****************************************************************/
#submenu_wrapper {
	width:850px;
	height:auto;
	margin-top:10px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/****************************************************************

Middle Styles
****************************************************************/
#body_wrapper {
	width:880px;
	height:auto;
}


/****************************************************************
Bottom Signoff Styles
****************************************************************/
#signoff_wrapper2 {
	width:880px;
	height:25px;
	background-color:#000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#links {float:left; font-family:Centry Gothic, Arial; color:#fff300; font-size:8pt; padding:7px 0 0 5px;}
#links a{font-family:Centry Gothic, Arial; color:#fff300; font-size:8pt; text-decoration:none;}
#links a:hover{font-family:Centry Gothic, Arial; color:#fff300; font-size:8pt; text-decoration:underline;}
#dw {float:right; font-family:Centry Gothic, Arial; color:#fff300; font-size:8pt; padding:7px 5px 0 0;}
#dw a{font-family:Centry Gothic, Arial; color:#fff300; font-size:8pt; text-decoration:none;}
#dw a:hover{font-family:Centry Gothic, Arial; color:#fff300; font-size:8pt; text-decoration:underline;}

#menu {
	width:880px;
	height:37px;
}
.footer {
	background-color: #000;
	height: 25px;
	width: 880px;
	margin-top:10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0;
}
.staffborder {
	border: 1px solid #FFF300;
}
.imgborder {
	padding: 2px;
	border: 1px solid #fff300;
}

