@charset "utf-8";

body {

}

a {
	text-decoration: none;
	color: #b5152a;
}

/********** Base **********/

.Base {
	margin: 0px auto;
	padding: 20px;
	width: 830px;
}

.Base .ButtonLeft,
.Base .ButtonRight {
	background: url(../gfx/bg_button.png) no-repeat 0px -24px;
	padding: 0 0 0 6px;
}

.Base .ButtonLeft {
	float: left;
	margin: 0 0px 0 0;
}

.Base .ButtonRight {
	float: right;
	margin: 0 0 0 10px; 
}

.Base .ButtonLeft span,
.Base .ButtonRight span {
	background: url(../gfx/bg_button.png) no-repeat 100% 0px;
	line-height: 24px;
	display: block;
	padding: 0 20px 0 14px;
	color: #ffffff;
}

.Base .Buttons {
	line-height: 24px;
	min-height: 24px;
}

/********** Head **********/

.Base .Head {
	background: url(../gfx/head.png) no-repeat top left;
	height: 355px;
	position: relative;
}

.Base .Head .Logo {
	top: 0;
	left: 0;
	height: 120px;
}

.Base .Head .Twitter {
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: gold;
}

.Base .Head .TextTop {
	height: 85px;
	padding: 35px 0 0 300px;
}

.Base .Head .Image img {
	display: block;
}

.Base .Head .Menu {
	height: 30px;
	padding: 19px 0 0 0;
}

.Base .Head .Menu a {
	background: url(../gfx/tab.png) no-repeat 0px -30px;
	float: left;
	padding: 0 0 0 3px;
	margin: 0 10px 0 0;
}

.Base .Head .Menu a span {
	background: url(../gfx/tab.png) no-repeat 100% 0px;
	display: block;
	line-height: 30px;
	height: 30px;
	color: #ffffff;
	padding: 0 3px 0 0;
	width: 119px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.Base .Head .Menu a:hover span {
	color: #e6e6d2;
}

.Base .Head .Menu a.Home span {
	background: url(../gfx/tab.png) no-repeat 100% -120px;
	width: 33px;
}

.Base .Head .Menu a.Selected {
	background: url(../gfx/tab.png) no-repeat 0px -90px;
}

.Base .Head .Menu a.Selected span {
	background: url(../gfx/tab.png) no-repeat 100% -60px;
	color: #b5152b;
}

.Base .Head .Menu a.Home.Selected span {
	background: url(../gfx/tab.png) no-repeat 100% -150px;
}

/********** Body **********/

.Base .Body {
	background: white;
	padding: 0 0 0 5px;
}

.Base .Body .Content {
	background: #e6e6d2;
	padding: 10px 10px 10px 10px;
}

/********** Foot **********/

.Base .Foot {
	background: url(../gfx/foot.png) no-repeat top left;
	height: 150px;
}

.Base .Foot .Content {
	font-family: Optimer;
	color: #ffffff;
	font-size: 13px;
	padding: 35px 15px 15px 15px;
	display: block;
	float: left;
}

.Base .Foot .Copyright {
	color: #403f3a;
	font-size: 11px;
	margin: 45px 0 0 -110px;
	float: left;
}

