html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/layout/background.jpg);
	background-repeat: repeat;
	background-position: center;
}

a:link{ text-decoration: none; color: #0000FF; font-weight: normal; cursor: pointer;}
a:visited{ text-decoration: none; color: #0000FF; font-weight: normal; cursor: pointer;}
a:hover{ text-decoration: none; color: #C5151D; font-weight: normal; cursor: pointer;}
a:active{ text-decoration: none; color: #0000FF; font-weight: normal; cursor: pointer;}

h1 {
	font-size: 28px;
	color: #FF0000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-style: oblique;
}

h2 {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 12px;
	padding: 6px 0px 0px 0px;
	margin: 0px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	font-style: oblique;
}

hr {
	padding: 0px;
	margin: 5px 0px 5px 0px;
	height: 1px;
	background-color: #666666;
	border: none;
}

p {
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

img {
	position: relative;
	border: none;
	display: block;
}

td {
	vertical-align: top;
}

#container {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	width: 895px;
	background-color: #FFFFFF;
	color: #000000;
}

#topbanner {
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 895px;
}

#middle {
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 895px;
	background-image: url(../images/layout/background_middle.jpg);
	background-repeat: repeat-y;
}

#central_holder {
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 635px;
	background-color: #FFFFFF;
}

#central_content {
	position: relative;
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #000000;
}

#right_content {
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 260px;
}

#adverts {
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	width: 895px;
}

#copyright {
	position: relative;
	float: left;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 9px;
	background-color: #FFFFFF;
	width: 895px;
}

#copyright a:link{ text-decoration: none; color: #000000; font-weight: normal;}
#copyright a:visited{ text-decoration: none; color: #000000; font-weight: normal;}
#copyright a:hover{ text-decoration: underline; color: #00ADEF; font-weight: normal;}
#copyright a:active{ text-decoration: none; color: #000000; font-weight: normal;}

.right_sponsor_top {
	position: relative;
	float: left;
	padding: 5px 5px 5px 23px;
	margin: 0px 0px 0px 0px;
	width: 232px;
	font-size: 15px;
	color: #FF0000;
	font-weight: bold;
	background-image: url(../images/layout/sponsor_title.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.right_sponsor_middle {
	position: relative;
	float: left;
	padding: 0px 0px 10px 13px;
	margin: 0px 0px 0px 0px;
}

.right_sponsor_content {
	position: relative;
	float: left;
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	width: 227px;
	background-color: #CCCCCC;
}

/*********** Gallery view *************/

.gallery_nav {
	float: right;
	position: relative;
	color: #000000;	
}

.gallery_nav a:link{ text-decoration: none; color: #000000; font-weight: normal; cursor: pointer;}
.gallery_nav a:visited{ text-decoration: none; color: #000000; font-weight: normal; cursor: pointer;}
.gallery_nav a:hover{ text-decoration: none; color: #C5151D; font-weight: normal; cursor: pointer;}
.gallery_nav a:active{ text-decoration: none; color: #000000; font-weight: normal; cursor: pointer;}

.gallery {
	float: left;
	position: relative;
	margin: 0px 0px 10px 10px;
	padding: 10px;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	width: 160px;
	height: 348px;
		
}

.gallery_pic a{
	text-align: center;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	width: 160px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;	
}

.gallery_title {
	font-size: 12px;
	padding: 6px 0px 0px 0px;
	margin: 0px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	font-style: oblique;
	float: left;
	position: relative;
	width: 100%;
}

.gallery_text {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

#submit_live {
	background-color: #009933;
	color: #FFFFFF;
	cursor: pointer;
	border: 2px solid #006600;
}

#submit_yes {
	background-color: #FFCC00;
	color: #000000;
	cursor: pointer;
	border: 2px solid #CC9900;
}

#submit_no {
	background-color:  #CC0000;
	color: #FFFFFF;
	cursor: pointer;
	border: 2px solid #990000;
}

#submit_pend {
	cursor: pointer;
}

/*********** Navigation *************/

#nav {
	position: relative;
	float: left;
	width: 893px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background: url('../images/nav_bg.jpg') repeat-x bottom left;
}

#nav ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#nav ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
}
#nav ul li a, #nav ul li a:visited {
	text-decoration: none;
	padding: 8px 15px 7px 15px;
	display: block;
	text-align: center;
	color: #000000;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
	background: url('../images/nav_btn.jpg') no-repeat bottom left;
}
#nav ul li a:hover, #nav ul li a.selected {
	color: #CC0000;
}

/*********** Search Navigation *************/

#search_type {
	position: relative;
	float: left;
	width: 227px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#search_type ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#search_type ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
#search_type ul li a, #search_type ul li a:visited {
	text-decoration: none;
	padding: 7px 10px 7px 10px;
	width: 91px;
	display: block;
	text-align: center;
	color: #000000;
	border: 1px solid #666666; background: #999999 url(tabs/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
}
#search_type ul li a:hover {
	color: #FFFFFF;
}

#search_type ul li a.selected {
	color: #CC0000;
	padding: 7px 10px 7px 10px;
	width: 92px;
}



/********* All small bits **********/



.submit_btn {
	border: none;
    background: url('../images/submit.jpg') no-repeat top left;
    padding: 1px 8px 3px 8px;
	height: 23px;
	width: 114px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.submit_btn:hover {
    border: none;
    background: url('../images/submit2.jpg') no-repeat top left;
    padding: 2px 8px 3px 8px;
	cursor: pointer;
}

.clear {
	position: relative;
	clear: both; /* very important. This breaks the flow of floated elements */
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	padding: 0px;
	margin: 0px 0px -1px 0px;
	/*
	the above 3 attributes makes sure the breaking element is as thin as possible.
	I set margin-bottom: -1px so it pulls whats after it up by 1 px making it effectively invisible!
	*/
}