/* Misc */

a img {
	border: 0;	
}

.Clear {
	clear: both;	
}

.Hidden {
	display: none;	
}

.Center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.Left {
	float: left;
	text-align: left;
}

.Right {
	float: right;
	text-align: right;
}


/* LAYOUT */
 
html, body {
	padding: 0;
	margin: 0;
}
html {
	background: #ededed url(../gfx/bg.gif) 0 63px repeat-x;
}
body {
	background: transparent url(../gfx/header_bg.gif) 50% 0 no-repeat;
	text-align: center;
}
body,textarea {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #272727;
}

#Page {
	background: #fff url(../gfx/page_bg.gif) repeat-y;
	margin: 0 auto 25px auto;
	padding: 0;
	width: 974px;
	min-height: 300px;
	text-align: left;
}

#LeftBar {
	width: 211px;
	float: left;
	padding: 0 30px 25px 0;
}

#Content {
	width: 373px;
	float: left;
	padding: 0 0 25px 0;
	text-align: justify;
}

#RightBar {
	width: 270px;
	float: right;
	font-size: 12px;
	line-height: 16px;
	color: #424242;
	padding: 0 30px 25px 0;
}


ul#Navigation {
	display: block;
	margin: 0;
	padding: 10px 0 25px 4px;
	list-style: none;
}
ul#Navigation li {
	display: block;
	padding: 0;
	margin: 0;
	height: 25px;
	width: 211px;
	font-size: 15px;
	line-height: 15px;
	font-family: 'trebuchet ms',helvetica,arial,sans-serif;
}
ul#Navigation li span {
	display: block;
	padding: 5px 0 0 30px;
	height: 20px;
}
ul#Navigation li a:link,
ul#Navigation li a:visited,
ul#Navigation li a:hover,
ul#Navigation li a:active {
	display: block;
	padding: 5px 0 0 30px;
	height: 20px;
	background: #fff;
	text-decoration: none;
	color: #551e00;
}
ul#Navigation li a:hover {
	color: #7c2c00;
}
ul#Navigation li {
	background: #efefef;
	color: #000;
}

#Header {
	width: 100%;
	height: 208px;
	background: #fff url(../gfx/header_bg2.gif) 0 48px repeat-x;
}
#HeaderRightBG {
	width: 100%;
	height: 208px;
	background: url(../gfx/header_bg3.gif) right 0 no-repeat;
}

#RakeGroup {
	float: left;
	width: 100%;
	height: 208px;
	background: url(../gfx/rakegroup.gif) 247px 104px no-repeat;
}

#Footer {
	width: 100%;
	height: 17px;
	padding: 33px 0 0 0;
	text-align: center;
	background: #ededed url(../gfx/footer_bg.gif) no-repeat;
	font-size: 11px;
	color: #b4b4b4;
	line-height: 15px;
}

#Logo {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 186px;
	height: 208px;
	background: transparent url(../gfx/rake_logo.gif) no-repeat;
}

#language {
	padding: 10px 30px 0 0;
	color: #b4b4b4;
	display: block;
	font-size: 11px;
	line-height: 15px;
	float: right;	
}

#language a:link,
#language a:visited,
#language a:active,
#language a:hover {
	color: #b4b4b4;
	text-decoration: none;
}
#language a:active,
#language a:hover {
	border-bottom: 1px solid #b4b4b4;
}

small {
	font-size: 11px;
}

h1,h2,h3,h4 {
	font-family: 'trebuchet MS',helvetica,arial,sans-serif;
}

h2,h3 {
	text-transform: uppercase;
	color: #551e00;
	font-weight: normal;
	padding: 0;
}

h2 {
	font-size: 16px;
	margin: 0 0 15px 0;
}
h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
}

p {
	padding: 0;
	margin: 0 0 15px 0;
}

a:link,
a:visited {
	color: #00577e;
	text-decoration: none;
}

a:hover,
a:active {
	color: #008ac9;
	text-decoration: none;
}