* {
    padding: 0;
    margin: 0;
} 

body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

img { border: 1px solid #000000;}
a { color: #22456F; text-decoration: none;}
a:hover { text-decoration: underline; color : #000;}

#wrap {
	margin: 5px auto 5px auto;
	width: 835px;
}

#header { background: #fff; height: 62px; border-bottom: 5px solid #f00; border-top-color: #f00; border-right-color: #f00; border-left-color: #f00; }

#header h1 {
	font-size: 26px;
	font-weight: 100;
	padding: 12px 0 5px 10px;
}

#header h1 a {
	color: #182535;
	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;
	line-height: 12px;
}

.left { background: #fff; margin-top: 10px; width: 605px; float: left; text-align: justify; padding: 10px; }

.left h2 {
	color: black;
	font-size: 18px;
	font-weight: 100;
	padding : 10px 0 15px;
}

.right { background: #fff; margin-top: 10px; width: 160px; float: right; font-size: 12px; padding: 10px; border-left: 5px solid #f00; border-top-color: #f00; border-right-color: #f00; border-bottom-color: #f00; }

.right ul {
	list-style-type: square;
	padding: 5px 10px 10px 20px;
	color: #59799F;
}

.right h2 {
	height: 30px;
	font-size: 12px;
	color: #666;
	line-height: 30px;
}

.right a { text-decoration: none }

#footer {
	background: #fff;
	margin-top: 10px;
	text-align: center;
	color: #444;
	font-size: 11px;
	border: solid 5px #f00;
	padding: 10px;
}