body.maincontainer {
	margin: auto;
	margin-top: 0px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	background-color: white;
}

/* ---------- Header --------- */
#pageheader {
	width: 100%;
	height: 30px;
	background-color: black;	
}

#pageheader #navi {
	height: 30px;
	width: 700px;
	float: left;
	background: black url("../../images/template/topnav_back.jpg") left center no-repeat;
	padding-left: 280px;
}

#pageheader #navi #search {
	height: 30px;
	float: right;
	margin: 5px 0px 0px 0px;
}

#pageheader #skipflash {
	height: 30px;
	float: right;
	padding: 0px 60px 0px 20px;
	color: white;
	line-height: 28px;
	background: url("../../images/template/arrow_forward_white.gif") left center no-repeat;
}

#pageheader #skipflash:hover {
	height: 30px;
	float: right;
	padding: 0px 60px 0px 20px;
	color: #CCCCCC;
	text-decoration: underline;
	line-height: 28px;
	background: url("../../images/template/arrow_forward_white.gif") left center no-repeat;
	cursor: pointer;
}

/* Main container */
#pagebody {
	margin: auto;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	width: 980px;
	height: auto;
	text-align: left;
	float: left;
}

/* ---------- Sidebar --------- */
#sidebar {
	width: 280px;
	height: 560px;
	float: left;
	background: url("../../images/template/global_back.jpg") bottom left no-repeat;
}

#sidebar .title {
	width: 210px;
	height: 30px;
	font-family: "Arial Narrow";
	font-size: 30px;
	font-weight: bold;
	margin: 0px 0px 10px 70px;
}

#sidebar .subnavi {
	width: 140px;
	height: 15px;
	padding: 1px 0px 0px 22px;
	font-size: 11px;
	margin: 2px 20px 2px 100px;
	color: #c35515;
	font-weight: bold;
	background: url("../../images/template/arrow_forward.gif") left center no-repeat;
}

#sidebar .subnavi:hover {
	width: 140px;
	height: 15px;
	padding: 1px 0px 0px 22px;
	font-size: 11px;
	margin: 2px 20px 2px 100px;
	color: white;
	font-weight: bold;
	background: gray url("../../images/template/arrow_forward_white.gif") left center no-repeat;
	cursor: pointer;
}

#sidebar .subnavi a {
	text-decoration: none;
}

#sidebar .subnavi a:hover {
	text-decoration: none;
}

#sidebar #home {
	height: 108px;
	background: url("../../images/home/homeflap.jpg") bottom left no-repeat;
}

#sidebar #home .info {
	height: auto;
	margin: 2px 20px 2px 100px;
	color: #c35515;
}

#sidebar #home_portrait {
	height: 170px;
	margin-top: 190px;
	background: url("../../images/home/home_portrait.gif") center no-repeat;
}

#sidebar #about {
	height: 108px;
	background: url("../../images/about/aboutflap.jpg") bottom left no-repeat;
}

#sidebar #about_portrait {
	height: 170px;
	margin-top: 190px;
	background: url("../../images/about/about_portrait.gif") center no-repeat;
}

#sidebar #brothers {
	height: 108px;
	background: url("../../images/brothers/brothersflap.jpg") bottom left no-repeat;
}

#sidebar #brothers_portrait {
	height: 170px;
	margin-top: 190px;
	background: url("../../images/brothers/brothers_portrait.gif") center no-repeat;
}

#sidebar #rush {
	height: 108px;
	background: url("../../images/rush/rushflap.jpg") bottom left no-repeat;
}

#sidebar #rush_portrait {
	height: 170px;
	margin-top: 190px;
	background: url("../../images/rush/rush_portrait.gif") center no-repeat;
}

#sidebar #media {
	height: 108px;
	background: url("../../images/media/mediaflap.jpg") bottom left no-repeat;
}

#sidebar #media_portrait {
	height: 170px;
	margin-top: 190px;
	background: url("../../images/media/media_portrait.gif") center no-repeat;
}

#sidebar #web {
	height: 108px;
	background: url("../../images/web/webflap.jpg") bottom left no-repeat;
}

#sidebar #web_portrait {
	height: 170px;
	margin-top: 190px;
	background: url("../../images/web/web_portrait.gif") center no-repeat;
}

#sidebar #wall {
	height: 108px;
	background: url("../../images/wall/wallflap.jpg") bottom left no-repeat;
}

#sidebar #wall_portrait {
	height: 170px;
	margin-top: 190px;
	background: url("../../images/wall/wall_portrait.gif") center no-repeat;
}

#infobar {
	width: 160px;
	height: auto;
	margin: 55px 0px 0px 20px;
	float: left;
	border: 1px solid #cfcecf;
}

#googads {
	width: 120px;
	height: 120px;
	margin: auto;
	margin-bottom: 10px;
	padding: 0px 20px 10px 20px;
}

/* ---------- Content --------- */
#pagecontent {
	width: 508px;
	height: auto;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}

/* ---------- Footer --------- */
#pagefooter {
	width: 100%;
	height: 15px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	color: black;
	text-align: center;
	padding: 5px 0px 2px 0px;	
	float: left;
}

#copyright {
	width: 200px;
	color: gray;
	margin-right: 10px;
	text-align: right;
	/* explorer hack */
	display: inline;
}

div.navilink {
	height: 20px;
	margin: 2px;
	padding: 6px 10px 0px 10px;
	float: left;
	background-color: black;
	color: white;	
}

div.navilinkOver {
	height: 18px;
	margin: 4px 2px 4px 2px;
	padding: 4px 10px 0px 10px;
	float: left;
	background-color: white;	
	color: black;
	cursor: pointer;
}

input.inputsearch {
	font-size: 11px;
	color: #666666;
	width: 144px;
	height: auto;
	border: 1px solid #cfcecf;
	background: white url(../../images/template/searchicon.gif) center left no-repeat;
	padding: 2px 0px 2px 18px;
}

a {
	text-decoration: none;
}

img {
	border: 0px;
}


