/* Layout */


/***************************
           BODY
***************************/

body {
	background-color: #C5C5C5;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a9a9a9;
}

/***************************
         CONTAINER
***************************/

#container {
	background: url(../images/layout/container-bg.gif) repeat-y top;
	width: 812px;
	height: auto;
	margin: 35px auto;
	padding: 0px;
}

/***************************
         HEADER
***************************/

#header {
	background: url(../images/layout/header-bg.gif) no-repeat;
	width: 812px;
	height: 48px;
	margin: 0px;
	padding: 0px;
}

/***************************
        BODY (DIV)
***************************/

#body {
	clear: both;
	width: 800px;
	min-height: 800px;
	margin: 0 0 0 5px;
	padding: 0px;
}
* html #body {
	height: 800px;
}

/***************************
          SIDEBAR
***************************/

#sidebar {
	background: url(../images/layout/sidebar-bg.gif) no-repeat top right;
	float: left;
	width: 149px;
	height: auto;
	margin: 34px 0 0 0;
	padding: 0px;
}

.navigation-btn a {
	display: block;
	width: 149px;
	height: 23px;
	padding: 10px 0 0 0;
	text-align: center;
	font-weight: 700;
}

.navigation-btn a:hover {
	background: url(../images/layout/sidebar-btn-over.gif) no-repeat;
}

.navigation-ad {
	background: url(../images/layout/sidebar-ad-bg.gif) repeat-y;
	width: 144px;
	height: 100%;
	margin: 0px;
	padding: 15px 0 15px 5px;
	font-size: 9px;
	line-height: 14px;
	border-top: #979797 solid 1px;
	border-bottom: #191919 solid 1px;
}

.navigation-ad-link {
	width: 149px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 0em;
	border-top: #979797 solid 1px;
	border-bottom: #191919 solid 1px;
}

.navigation-ad-bottom {
	background: url(../images/layout/sidebar-ad-bottom.gif) no-repeat;
	width: 149px;
	height: 9px;
	padding: 0px;
	margin: -2px 0;
	line-height: 0em;
	border-top: #979797 solid 1px;
	border-bottom: #191919 solid 1px;
}

html:not([dummy]) .navigation-ad-bottom {
	margin: 0px;
}

/***************************
          CONTENT
***************************/

#content {
	float: right;
	width: 591px;
	height: auto;
	margin: 0px;
	padding: 30px;
}

#content-image-lrg {
	float: right;
	width: 651px;
	height: 386px;
	margin: 0px;
	padding: 0px;
}

#content-image-sml {
	float: right;
	width: 651px;
	height: 143px;
	margin: 0px;
	padding: 0px;
}

#content-image-fix {
	position: relative;
	float: right;
	bottom: 0px;
	width: 100px;
	height: 100px;
	background-color:#0000FF;
}

/***************************
          FOOTER
***************************/

#footer {
	background: #C5C5C5 url(../images/layout/footer-bg.gif) no-repeat top left;
	clear: both;
	width: 812px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color: #4d4d4d;
}

#footer ul {
	margin: 11px 0 0 45px;
	padding: 0px;
}

* html #footer ul {
	margin: 11px 0 0 23px;
	padding: 0px;
}

#footer ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}





