* {
	padding: 5;
	margin: 0;
	height: auto;
	width: auto;
} 

body {
background: #000 url(images/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #333333;;
}

img { border: none; }
a { color: #0A6380; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 20px;
width: 1000px;
}

#header { 
height: 305px;
}
#header h1 {
font-size: 73px;
font-weight: 100;
letter-spacing: -3px;
padding: 75px 250px 35px;
}
#wrap #content .left .articles p {
}

#header h1 a {
color: #0A6380;
text-decoration: none;
}
#header h1 a:hover {
color: #222;
text-decoration: none;
}

#content {
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
}

.left {
	width: 775px;
	float: left;
	text-align: justify;
	text-indent: 3px;
}
.left h2 {
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: bolder;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 5;
	text-decoration: underline;
}

.right {
width: 160px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 12px;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
background: url(images/sidebar_h2.jpg) no-repeat;
max-height:28px;
max-width:129px;
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

#footer {
border-top: 1px solid #bbb;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
}
#wrap #content .right li {
}
#wrap #content .right a {
	list-style-image: url(images/list.png);
	list-style-type: none;
}
#wrap #footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
#wrap #content .left h2 {
	list-style-type: none;
}
#wrap #content .left h2 {
	background-image: url(images/sidebar_h2.jpg);
#wrap #content p {
}
#wrap #content .left .articles p {
}

