html, body {
	height: 100% !important;
	background: url("images/body_paper_texture.jpg") repeat fixed 0 0 transparent;
    font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #AEAEAE;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/*
a { background: url(dotlink.gif) repeat-x scroll left bottom; }
a:link, a:visited { color: #5785a4; }
a:hover { color: #1d8fdb; }
*/
.clearBoth {
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    height: 0;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
    width: 0;
}

.master-container {
	position: relative;
	width: 100%;
	height: 100%;
	background: url("/images/websites/themes/pagination/images/header_leather.jpg") repeat-x scroll 0 0 transparent;
}

#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background: url("/images/websites/themes/pagination/images/header_highlight_leather.png") no-repeat center top transparent;
}

.header-container {
	width: auto;
	background: url("images/top_header.png") no-repeat scroll 0px 0px transparent;
	position: relative;
	top: 50px;
	height: 230px;
}

#header {

	height: 190px;

	margin-left: auto;
    margin-right: auto;
    text-align: center;

    top: 30px;

	height: 190px;
    width: 850px;

	z-index: 99999;
}
#wrapper {
	background: url("images/middle_bg_center.png") repeat-y scroll 0 0 Transparent;
    width: 990px;

	text-align: center;
	margin-left: auto;
	margin-right: auto;

	position: absolute;
    top: 280px;

	-moz-border-radius: 0 0px 0px 0; /* Firefox */
	-webkit-border-radius: 0 0px 0px 0; /* Safari, Chrome */
	border-radius: 0 0px 0px 0; /* CSS3 */
}
#contents {

	float: right;
    width: 680px;
	margin-right: 40px;

    /*padding: 20px 70px 20px 245px;
	height: 100%;
	margin-bottom: 25px;
	color: #FFF;
	border: 0px solid #FEFEFE;
	background: url("images/middle_bg_center.png") repeat-y scroll top transparent;
    position: relative;
	min-height: 600px;
	*/
 }

 .body-content {

 }


#intro { position: absolute; padding: 2px 10px 2px 10px; }

#sidebar {
	margin-left: -23px;
	float: left;
    width: 250px;
	z-index: 9999914;
	padding-bottom: 45px;

	/*
	float: left; width: 210px; height: 100% auto;
	margin-bottom: 25px;
    margin-left: -10px;
    margin-top: 20px;

	border: 0px solid #FEFEFE;

	position: absolute;
    top: 270px;
	clear: both;
	*/
}

#sidebar .title { display: none; }
#sidebar ul { list-style: none none outside; margin: 0px; padding: 0px; }
#sidebar ul li { display: block; margin: 0px 0; padding: 0px 0 0px; border-bottom: 0px solid #FEFEFE; color: #000;


	height: 67px;


 }
#sidebar ul li:hover {

	display: block; margin: 0px 0; border-bottom: 0px solid #FEFEFE;
	background: url("images/nav_bg.png") no-repeat Transparent;
	height: 67px;


} /* #001D29 */
#sidebar ul li a { color: #000; display: block; font: bold Arial,Helvetica,sans-serif; font-size: 16px; line-height: 25px;  padding: 14px 10px 5px 45px; text-decoration: none;  }
#sidebar ul li a:visited { color: #000;  }/*#FFE9C6*/
#sidebar ul li a:active { color: #FFF; }
#sidebar ul li a:hover { color: #FEFEFE; }

#footer {
    clear: both;
    text-align: center;
    padding-bottom: 15px;
    color: #000;
    margin-top: -40px;
    height: 60px;
    width: 990px;
    padding-top: 20px;
}
#footer p { margin: 0; padding-top: 10px; font: 11px Tahoma, Arial, sans-serif; }
#footer p a { color: #6495ed; }
#footer p a:hover { color: #FEFEFE; }

#edit-contents { background-color: #ff9; height: 100%; }
