/*    LAYOUT     */

html, body {
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
}
body {
    text-align: center; /* IE 5x */
    background: #8f9698 url(bg.gif) repeat-x 0 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    line-height: 18px;
}
#container {
    width: 835px;
    background: #FFF url(wrap_bg.gif) repeat-y 0 0;;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
    border:2px solid #6a6d6c;
    border-top: none;
    border-bottom: none;
    min-height:100%;
    margin-top: -25px; /* negative value of footer height */
    padding: 0 1px 0 1px;
}
* html #container {
    height: 100%;
}
#header {
    height: 201px;
    border-top:25px solid #666;/* match footer height*/
    background: #444;
}
#main {
    width:835px;
}
#footer {
    position: relative;
    height: 25px;
    width:837px;
    margin:auto;
    clear:both;
    background:#867c74 url(footer.gif) repeat-x;
    text-align: center;
    color: #FFF;
    font-size: 10px;
    line-height: 22px;
    border:2px solid #6a6d6c;
    border-top: none;
    border-bottom: none;
}
#footer_inner {
    width: 835px;
    height: 25px;
    border: 1px solid #505252;
    border-bottom: none;
    border-top: none;
}

/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */

#header_shadow {
	background-image: url(header_shadow.gif);
	background-repeat: repeat-x;
	height: 25px;
	margin-bottom: 30px;
	padding: 0;	
}

/*     ///////////////////////////////////////// */

.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 {
	float: left;
	width: 200px;
	padding: 0;
	margin: 10px 10px 0 25px;
}
#mainContent { 
	margin: 0 40px 20px 235px;
	padding: 0 0 30px 30px;
	border-left: dashed 1px #999;
	min-height: 100%;
}


/*    STYLES     */

a{
	color:#4E8098;
	text-decoration: none;
}
a:hover{
	color: #333333;
	text-decoration: none;
}
h1{
	margin-top: 10px;
	margin-bottom: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #52666D;
}
p{
	margin-top: 0;
}
#footer_inner a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
#footer_inner a:hover{
	text-decoration: none;
	color: #4E4E4E;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.images {
	border: 1px solid #999999;
	padding: 2px;
}
.newstitle{
	width: 258px;
	height: 28px;
	background-image: url(newstitle.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin-bottom: 12px;	
}

