* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;
width: 100%;
position: relative;
}

img { border: none; }
a { color: #22456F; text-decoration: none;}
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 10px auto 0 20px!important;
width: 800px;
position: relative;
}

#header {
	border: 15px solid #D47F00;
	height: 100px;
}
#header_in {
	margin: 0;
	width: 770px;
	height: 100px;
	border: 1px solid #ccc;
}
#header h1 {
	font-size: 40px;
	font-weight: bold;
	height: 98px;
	line-height: 98px;
	padding-left: 20px;
}
#header h1 a {
	color: #7D3800;
	text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #aaa;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}



.left {
	margin-top: 10px;
	width: 570px;
	float: left;
	text-align: justify;
	border: 5px solid #D47F00;
	padding: 10px;
}
.left .in {
    width: 570px;
}
.left h2 {
	color: #7D3800;
	font-size: 24px;
	letter-spacing: -3px;
	font-weight: 100;
	padding : 0 0 0 0;
	border-bottom: 4px double #7d3800;
	height: 28px;
	line-height: 28px;
}
.left p {
	line-height: 1.6;
	margin-bottom: 15px;
	font-size: 1.2em;
	padding-left: 5px;
}

.right {
	margin-top: 10px;
	width: 160px;
	float: right;
	border: 5px solid #D47F00;
	font-size: 12px;
	padding: 10px;
}
.right .in {
    width: 160px;
}
.right ul {
	list-style-type: square;
	padding: 5px 10px 10px 20px;
	color: #7D3800;
}
.right ul li a:hover {
	color: pink;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

#footer {
	margin-top: 10px;
	text-align: center;
	color: #444;
	font-size: 11px;
	border: 5px solid #D47F00;
	padding: 10px;
}
