/* "UNIVERSAL" STYLES */
body {
	font-family: arial;
	font-size: 11px;
	background: #2d1c2f;
	margin:0;
	padding:0;
}

img {
	border: none;
}

#wrapper {
	width: 788px;
	margin-left: auto;
	margin-right: auto;
	background: #2d1c2f;
}

.font_header {
	font-weight: bolder;
	font-size: 18px;
	color: #091e6b;
}

.font_sub_header {
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

.font_sub_header_alt {
	font-weight: bold;
	font-size: 13px;
	color: #7362b2;
}

.font_warning {
	font-weight: bold;
	color: #f00;
}

	/* FORMS */
	.input_focus {
		background: #d8ea14;
	}
	
	.input_warning {
		background: #f00;
	}

/* HEADER */
#header_wrapper {
	padding-left: 44px;
}

#header {
	background: #fff;
	width: 699px;
	height: 80px;	
}

/* NAVIGATION */
#nav_wrapper {
	background-image:url('../images/nav_background.jpg');
	height: 255px;
}

#nav_bar {
	position: relative;
 	top: 30px;
 	left: 70px;
 	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav_bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav_bar li {
	margin: 0;
	width: 180px;
	padding-bottom: 5px;
 	background-image: url('../images/nav_button.gif') no-repeat;
}

#nav_bar a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	width: 100%;
	cursor: pointer;
}

#nav_bar a:hover {
	color: #b237c0;
}

#nav_bar a img {
	vertical-align: middle;
}

#nav_bar ul li {
	border: 1px solid #725575;
	background: #000;
	padding: 5px;
}


/* CONTENTS */
#content_wrapper {
	padding-left: 46px;
}

#content {
	background: #fff;
	width: 698px;
}

#content_table td {
	vertical-align: top;
	color: #565356;
}

#content_table td a {
	color: #565356;
}

#content a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #f60;
}

/* FOOTER */
#footer {
	background: #fff;
	width: 698px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

#footer a:link, a:visited {
	text-decoration: none;
}

#footer a {
	color: #565356;
}

#footer a:hover {
	color: #f60;
}
