@charset "utf-8";
/* CSS Document */
* { margin : 0; padding : 0; }

div#container { width : 740px; 
margin : 0 auto; 
padding : 0; 
text-align : left; 
}

div#branding {
	position : relative;
	width : 100%;
	height : 227px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

div#branding h2{
z-index : 5;
position:absolute;
width:200px;
top:10px;
left:535px;
background-image:url(../images/logo.png);
background-repeat:no-repeat;
}
div#branding h2 a{
display:block;
width:200px;
height:80px;
text-indent : -9999px;
overflow : hidden;
}
div#branding h1{
z-index : 4;
text-align:center;
position:relative;
text-indent : -9999px;
width:100%;
top:100px;
}

div#content {
width : 100%; 
height : 350px;
background-image:url(../images/bg_body.jpg);
background-repeat:no-repeat;
}

div#content_main {
float : right; 
position : relative;
width : 443px;
margin : 0; 
padding : 0; 
}

div#content_sub {
float : left; 
width : 297px;
height:350px; 
margin : 0; 
padding : 0;
}

div#site_info {
	position : relative;
	top :-32px;
	left:370px;
	width : 307px;
	text-align:center;
	height: 40px;
}

div#site_info h5{
	color : #fff;
	font-size:60%;
	text-transform:uppercase;
	text-align:center;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-image: url(../images/copyright.png);
}

div#site_info h6 {
	color : #fff;
	font-size:60%;
	text-transform:uppercase;
	text-align:center;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-image: url(../images/click_copyright.png);
	height: 30px;
}

div#menuwrapper{
z-index:50;
}
