html, body {
	height: 100% !important;
	background: url("images/bokeh-3.jpg") no-repeat fixed center center 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%;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}

.header-container {
	width: auto;
	background: url("images/border_tran.png") repeat scroll 0 0 Transparent;
	position: relative;
	top: 50px;
	height: 229px;

	border-bottom: 1px solid #DDDDDD;

	-moz-border-radius: 15px 15px 0px 0px; /* Firefox */
	-webkit-border-radius: 15px 15px 0px 0px; /* Safari, Chrome */
	border-radius: 15px 15px 0px 0px;

	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.45);
}

#header {

	height: 190px;

	margin-left: auto;
    margin-right: auto;
    text-align: center;

    top: 20px;

	height: 190px;
    width: 850px;

	z-index: 100;

	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.85);
}
#wrapper {
	background: url("images/container_top_line.png") repeat-x scroll 0 0 #FCFCFC;

	width: 960px;

	text-align: center;
	margin-left: auto;
	margin-right: auto;

	position: absolute;
    top: 280px;
	-moz-border-radius: 0px 0px 15px 15px; /* Firefox */
	-webkit-border-radius: 0px 0px 15px 15px; /* Safari, Chrome */
	border-radius: 0px 0px 15px 15px;

	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.45);
}
#contents {

	float: left;
    width: 640px;
	margin-left: 40px;


 }

 .body-content {

 }


#intro { position: absolute; padding: 2px 10px 2px 10px; }

#sidebar {
	float: right;
    width: 250px;

	padding-bottom: 45px;
}

#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;  color: #000;

	background: url("images/featured-box-1.jpg") repeat-x scroll center bottom transparent;
	height: 35px;
	border-bottom: 1px solid #D0D0D0;
    border-left: 1px solid #DEDEDE;


 }
#sidebar ul li:hover {

	display: block; margin: 0px 0;
	background: url("images/featured-box-3.jpg") repeat-x scroll center bottom transparent;
	height: 35px;
	border-bottom: 1px solid #D0D0D0;
    border-left: 1px solid #DEDEDE;



} /* #001D29 */
#sidebar ul li a { color: #000; display: block; font: bold Arial,Helvetica,sans-serif; font-size: 16px; line-height: 25px;
	padding-top: 5px;
 text-decoration: none;
 }
#sidebar ul li a:visited { color: #000;  }/*#FFE9C6*/
#sidebar ul li a:active { color: #000; }
#sidebar ul li a:hover { color: #000; }

#footer {
    clear: both;
    text-align: center;
    padding-bottom: 15px;
    color: #000;
    padding-top: 20px;
    text-align: center;
    margin-top: -40px;
    height: 60px;
    width: 960px;
}

#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%; }
