@charset "utf-8";

body,td,th {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	font-size: 12px;

}

html {

	background: url(../images/xbg_tile.jpg) repeat-x #333333;

}



body {

	background-color: #333333;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	background: url(../images/xmonk_stride.png) top right no-repeat;

}

img,p,a {

	border: 0;

}

li span {

	font-weight: bold;

	color: #cfaa01;

}

/* Hyperlink decoration with no underline and colors*/

a:link {

	color: #cfaa01;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #cfaa01;

}

a:hover {

	text-decoration: none;

	color: #FFFFFF;

}

a:active {

	text-decoration: none;

	color: #FFFFFF;

}

/* Custom Classes to be used all arround the site*/

.img_left {

	float: left;

	padding-bottom: 10px;

	padding-right: 10px;

	border: 0;

}

.img_cent {

	margin: 0 auto;

	text-align: center;

	border: 0;

}

.img_right {

	float: right;

	padding-bottom: 10px;

	padding-left: 10px;

	border: 0;

}

.clearfix:after {

    content: ".";

    display: block;

    height: 0;

    clear: both;

    visibility: hidden;

}

/* Custom divs for the layout of the website */

#container {

	margin: 0 auto;

	width: 900px;

	margin-top: 20px;

}

#branding {

	position: relative;

	height: 240px;

	margin-bottom: 20px;

}

#flash {

	position: absolute;

	top: 0;

	left: 0;

	width: 670px;

	height: 240px;

}

#nav {

	position: absolute;

	margin-top: 35px;

	right: 0;

	text-align: right;

	font-size: 16px;

}

#sub_cont {

	overflow: auto;

	border: 2px solid #858585;

	background-color: #666666;

	padding-bottom: 20px;

	margin-bottom: 20px;

}

#sub_head {

	background: url(../images/xbg_sub_titles.jpg) no-repeat #333333;

	height: 40px;

	margin-top: 20px;

	margin-bottom: 20px;

}

#sub_main {

	padding-right: 10px;

	float: right;

	height: 100%;

	text-align: left;

	width: 610px;

}

#sub_main li {

	font-size: 80%;

}

#sub_side {

	padding-left: 10px;

	float: left;

	height: 100%;

	text-align: justify;

	width: 250px;

}

#reel_2008 {

	padding-left: 10px;

	float: left;

	height: 100%;

	text-align: center;

	width: 450px;

	font-size: 10px;

}

#reel_2006 {

	padding-right: 10px;

	float: right;

	height: 100%;

	text-align: left;

	width: 415px;

}

#art_links {

	width: 400px;

	text-align: center;

	margin: 0 auto;

}

#site_info {
	background: url(../images/xbg_site_info.png) no-repeat;
	height: 100px;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;

}

/* Code for the menu in list item form*/

#menu {

	list-style: none;

	margin: 0;

	padding: 0;

	width: 100%;

}

#menu li {

	background: url("../images/xhover_off.png") right center no-repeat;

	font: 80% Verdana, Arial, Helvetica, sans-serif;

	margin: 0;

	padding: 0;

}

#menu a {

	display: block;

	margin: 0;

	padding: 8px 20px;

	text-decoration: none;

	font-weight: bold;

}

#menu a:hover {

	background: url("../images/xhover_off.png") right center no-repeat;

	color: #ffffff;

	padding-bottom: 8px;

}                    

/* Form Styles */

fieldset {

	margin-bottom: 5px;

	padding: 10px;

	overflow: hidden;

	border: 0px;

}

fieldset input, textarea {

	float: right;

	width: 75%;

}

#form_cont {

	float: right;

	width: 550px;

}

#form_cont span {

	font-size: 10px;

}

label, label span {

	display: block;

	padding-bottom: .20em;

}

label {

	float: left;

	width: 100%;

}

label span {

	float: left;

	width: 20%;

	text-align: right;

}

form div {

	margin-bottom: 20px;

	padding: 10px 20px;

	text-align: right;

	font-size: 80%;

}

