* {
    padding: 0;
    margin: 0;
} 

body {
	background: #340002;
	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;
	width: 760px;
}

#header { background: #fff url(header.jpg) no-repeat; height: 200px; }

#header h1 {
	font-size: 26px;
	font-weight: 100;
	letter-spacing: -1px;
	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;
	letter-spacing: -1px;
	line-height: 12px;
}

.articles { margin-top: 0; width: 520px; float: left; text-align: justify; margin-bottom: 15px; padding: 10px; border-color: #900; }
.articles img { float: left !important; margin-right: 16px; margin-bottom: 15px; }
.left { background: #fc9; text-align: justify; margin-top: 10px; padding: 10px; width: 535px; float: left; border-style: solid; border-width: 0; }
.left h2 { color: #340002; font-size: 18px; font-weight: bold; line-height: 14px; padding : 10px 0 15px; }
.left h2 a { color: #340002; }
.right {
	background: #fff;
	margin-top: 10px;
	width: 150px;
	float: right;
	border: solid 5px #900;
	font-size: 12px;
	padding: 10px;
}

.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 #900;
	padding: 10px;
}
