* {
    padding: 0;
    margin: 0;
} 


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #800517;
	background-image: url(images/red_txtr_bckgrnd.jpg);
}

img {

}
a {
	color: #fff;
	text-decoration: none;
}
a:hover { text-decoration: underline; color : #aaa; }

#wrap {
	margin: 40px auto 40px auto;
	width: 800px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#header {
	border: 5px solid #222;
	height: 150px;
	background: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#header h1 {
	letter-spacing: 0px;
	font-weight: 300;
	padding: 12px 0 5px 10px;
	color: #fff;

}
#header h1 a {
	color: #fff;
	text-decoration: none;
}
#header h1 a:hover {
color: #F62817;
text-decoration: none;
}
#header h2 {
	color: #F62817;
	font-size: 15px;
	padding: 0 0 0 11px;
	font-weight: 100;
	letter-spacing: -1px;
	line-height: 12px;
}

.left {
	margin-top: 10px;
	width: 570px;
	float: left;
	text-align: justify;
	border: 5px solid #222;
	padding: 10px;
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-repeat: no-repeat;
	background-color: #000000;
	background-image: url(images/crnr_gray_blk.png);
}
.left h2 {
	color: #F62817;
	font-size: 24px;
	letter-spacing: 0px;
	font-weight: 100;
	padding : 10px 0 15px 0;
}

.right {
	margin-top: 10px;
	width: 160px;
	float: right;
	border: 5px solid #222;
	font-size: 12px;
	padding: 10px;
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 100%;
	background-repeat: repeat-y;
	background-position: right;
	background-color: #000000;
	background-image: url(images/rose_brdr.png);
}
.right ul {
	list-style-type: square;
	padding: 5px 10px 10px 20px;
	color: #fff;
}
.right h2 {
	height: 30px;
	font-size: 12px;
	color: #fff;
	font-weight: 100;
	line-height: 30px;
}
.right a { text-decoration: none }

#footer {
	margin-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	border: 5px solid #222;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #000;
	background-image: url(images/ftr_gray_blk.jpg);
}
#articles p {
	background-color: #000000;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
