#header {
        position:relative;
	background-image: url(assets/images/secondhead-center.gif);
	background-position: 200px top;
	width:100%;
	height: 127px;
	padding: 0px;
	margin: 0px;
}
#rss {  
        color:#FFF;
	position: absolute;
	left: 85%;
	top: 5%;
        border:none;
}
img{
        border:none;
        padding:0px;
}
#ad {  
        color:#FFF;
	position: absolute;
	left: 80%;
	top: 35%;
}
#submenu {
        width:100%;
        height:28px;
        margin-top:4px;
        margin-bottom:4px;
        margin-left:auto;
        margin-right:auto;
        border-top: solid 1px #999999;
        border-bottom: solid 1px #999999;
}
#content {
        width:100%;
 	margin-top: 0px;
        margin-left:auto;
        margin-right:auto;
	margin-bottom: 0px;
	padding: 0px;
        background-color:#CCCCCB;
}
#content h2 {
        font-size:1em;
        font-weight:bold;
        line-height:1.4em;
        color:#220000;
        padding-left:9px;
        border-left: solid 5px #993344;
        border-bottom: solid 1px #999999;
}
#content h3 {
        font-size:0.9em;
        font-weight:normal;
        line-height:1.3em;
        color:#220000;
        padding-left:8px;
        border-left: solid 5px #997744;
}
#content p {
        font-size:0.75em;
        line-height:1.6em;
        color:#222222;
}
#content li {
        font-size:0.75em;
        line-height:1.6em;
        color:#222222;
        margin-left:0.2em;
}
#left-c {
        width:50%;
        padding:10px;
        margin:0px;
        float:left;
}
#menu-side {
        width:20%;
        padding:10px;
        margin:0px;
        float:left;

}
#sideadd {
        width:180px;
        padding:5px;
        margin:0px;
        float:left; 
        border-top: solid 1px #999999;
        border-bottom: solid 1px #999999;
}
#upround {
	background-image: url(assets/images/l-u.gif);
       	background-repeat: no-repeat;
	background-position: left top;
        background-color:#CCCCCB;
        width:100%;
        height:15px;
 	margin: 0px;
        padding:0px;
}
#downround {
	background-image: url(assets/images/l-d.gif);
       	background-repeat: no-repeat;
	background-position: left top;
        background-color:#CCCCCB;
        width:100%;
        height:15px;
 	margin: 0px;
        padding:0px;
}


#hleft {
	background-image: url(assets/images/head-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 191px;
	float: left;
	width: 5%;
}
#hright {
	background-image: url(assets/images/head-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 191px;
	float: right;
	width: 5%;
}