/*************************************************************
VIBE style sheet

Written by vitamin
http://www.vitamininc.net/
*************************************************************/

/*************************************************************
General site wide styles
*************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #b2bb1c;
	text-align: center;
}

a {
	color: #b15c11;
}

p,td,th,ol,ul,li {
	font: 11px/1.45em Verdana, Arial, Helvetica, sans-serif;
}

p, table {
	margin-bottom: 1em;
}

table {
	width: 100%;
	border: none;
	border-width: 0;
	border-collapse: collapse;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}

#wrapper {
	width: 740px;
	margin: 0 auto;
	text-align: left;
}

#top {
	overflow: hidden;
	background: url(images/bg_top.gif) no-repeat;
	height: 190px;
}

#top h1 {
	display: none;
}

#middle {
	background: url(images/bg_middle.gif) repeat-y;
	width: 740px;
}

#mid_left {
	float: left;
	padding-left: 20px;
	text-align: center;
	width: 315px;
}

#mid_left p#turk {
	margin-top: 2em;
	width: 196px;
	height: 60px;
	background: url(images/txt_turk.gif) no-repeat;
}

#mid_left #bosworth {
	margin-bottom: 3em;
	width: 196px;
	height: 60px;
	background: url(images/txt_bosworth.gif) no-repeat;
}

#mid_left #sponsors {
	width: 196px;
	height: 112px;
	background: url(images/txt_sponsors.gif) no-repeat;
}

#mid_left #turk,
#mid_left #bosworth,
#mid_left #sponsors {
	margin-left: auto;
	margin-right: auto;
}

#mid_left #turk span,
#mid_left #bosworth span,
#mid_left #sponsors span {
	display:none;
}

#mid_right {
	float: left;
	padding-top: 20px;
	padding-right: 50px;
	width: 355px;
	color: #333;
}

#bottom {
	overflow: hidden;
	background: url(images/bg_bottom.gif) no-repeat top;
	height: 81px;
}

#bottom p {
	margin: 0;
	padding: 32px 0 0 0;
	font: 10px Arial, Helvetica, sans-serif;
	color: #b15c11;
}

#bottom div#hasalogo a {
	float: left;
	display: block;
	width: 230px;
	height: 81px;
	background: url(images/logo_hasa.gif) no-repeat;
}

#bottom div#hasalogo span {
	display: none;
}
