* {
    padding: 0;
    margin: 0;
} 

body {
	background: #000;
	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(../layout/header.jpg); height: 260px; border-style: solid; }
.articles img { float: left; margin-right: 10px; margin-bottom: 10px; }
.articles { margin-bottom: 15px; }
#header h1 { color: #900; font-size: 26px; font-weight: 700; letter-spacing: -1px; padding: 12px 0 5px 10px; }

#header h1 a {
	color: #900;
	text-decoration: none;
}

#header h1 a:hover {
	color: #ff0;
	text-decoration: none;
}

#header h2 {
	color: #ff0;
	font-size: 15px;
	font-weight: 100;
	padding: 0 0 0 11px;
	letter-spacing: -1px;
	line-height: 12px;
}

.left { background: #fff; margin-top: 10px; width: 540px; float: left; text-align: justify; padding: 10px; border-bottom: 5px solid #900; border-top-style: solid; border-top-width: 0; border-right-style: solid; border-right-width: 0; border-left-style: solid; border-left-width: 0; }

.left h2 {
	color: #FF4800;
	font-size: 24px;
	letter-spacing: -3px;
	font-weight: 100;
	padding : 10px 0 15px 0;
}

.right {
	background: #fff;
	margin-top: 10px;
	width: 155px;
	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;
}