@charset "utf-8";
/* CSS Document */
/* Author: InBusiness */
/* Layout-specific stylesheet */

* {
	margin: 0px;
	padding: 0px;
}

/* Body
---------------------------------------- */
body {
	margin:0;
	background:#FFF;
}

/* Shades
---------------------------------------- */
#shadeTop {
	width:1023px;
	height:24px;
	background:url(../gfx/shadeTop.jpg) no-repeat;
	overflow:hidden;
	margin:0 auto;
}
#shadeBg {
	width:1023px;
	background:url(../gfx/shadeBg.jpg) repeat-y;
	margin:0 auto;
}
#shadeBottom {
	width:1023px;
	height:24px;
	background:url(../gfx/shadeBottom.jpg) no-repeat;
	overflow:hidden;
	margin:0 auto;
}

/* Container
---------------------------------------- */
#container {
	width:903px;
	margin:0 auto;
	padding:36px;
	background:#FFF;
}

/* Header
---------------------------------------- */
#header {
	width:903px;
	height:127px;
	padding-bottom:21px;
}
/* Header - Logo
---------------------------------------- */
#header .logo {
	width:903px;
	height:97px;
	overflow:hidden;
	background:url(../gfx/header.jpg) no-repeat;
}
/* Header - Top Menu
----------------------------------------
Check the droppy.css file
*/

/* Main Content
---------------------------------------- */
#mainContentWrapper {
	width:660px;
	float:left;
}
#mainContentWrapper .mainContentTop {
	background: url(../gfx/maincontenttop.gif) no-repeat;
	width:660px;
	height:10px;
	overflow:hidden;
}
#mainContentWrapper .mainContent {
	background:url(../gfx/maincontentbottom.gif) bottom no-repeat #E8EBEF;
	width:630px;
	padding:5px 15px 0 15px;
	min-height:680px;
	height:auto !important;
	height:680px;
}
#mainContentWrapper .mainContentBottom {
	width:660px;
	font-size:0.92em;
	text-align:center;
}
/* Right
---------------------------------------- */
#right {
	width:222px;
	padding-left:21px;
	float:left;
}
#right .box {
	width:135px;
	height:100px;
	padding:12px 77px 4px 10px;
	background:url(../gfx/boxbg.gif) no-repeat;
	overflow:hidden;
	margin-bottom:13px;
	font-size:0.78em;
	line-height:normal;
	color:#6A8983;
	font-weight:bold;
}
#right .box a,
#right .box a:link,
#right .box a:visited,
#right .box a:hover,
#right .box a:active {
	color:#6A8983;
}
#right .rightArticle {
	width:222px;
}

.rightArticleBoxTop {
	background: url(../gfx/rboxtop.jpg) no-repeat;
	overflow:hidden;
	width:222px;
	height:12px;
}
.rightArticleBox {
	background: url(../gfx/rboxbg.jpg) repeat-y;
	width:202px;
	padding:1px 10px;
	font-size:0.78em;
	line-height:normal;
}
.rightArticleBoxBottom {
	background: url(../gfx/rboxbottom.jpg) no-repeat;
	overflow:hidden;
	width:222px;
	height:12px;
}


/* Footer
---------------------------------------- */
#footer {
	width:903px;
	clear:left;
}

/* Credits
---------------------------------------- */
#credits {
	width:975px;
	margin:0 auto;
	height:20px;
	text-align:right;
	padding:4px 0;
	font-size:0.92em;
}
