body {
	background-color: #fff;
	margin:0;
	font: 11px Tahoma;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x	; 
}

a {
	color: #af0d0d;
	text-decoration:underline;
}

a {
	color: #af0d0d;
	text-decoration:none;
}

#bg {
	background-color:#fff;
}

#wrapper {
	width: 710px;
	margin:auto;
}

#header {
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat; 
	height: 35px;
	padding-top:18px;
	padding-left:150px;
	margin: auto;
}

#header a {
	color:#fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	padding-right: 20px;
}

#header a:hover {
	color:#000;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
}

#intro {
	height: 60px;
	padding-top:23px;
	color:#696969;
}

#intro h1 {
	color: #af0d0d;
	margin:0;
	padding:0;
	font-size:16px;
}

#content {
	float:right;
	width: 450px;
	text-align:left;
	margin-bottom:20px;
}

.post {
	width: 450px;	
	border: 5px solid #f4f3f3;
	padding:5px;
}

.post a IMG {
        padding: 10px;
}

.post h2 {
	margin: 0;
	padding: 0;
}

.post h2 a{
	margin: 0;
	padding: 0;
	color: #af0d0d;
	text-decoration:none;
}

.post a{
	color: #af0d0d;
	text-decoration:none;
}

#sidebar {
	float:left;
	width: 239px;
	background: url('../images/side_bg.jpg') repeat-y;
	text-align: center;
}

#footer {
	clear:both;
	width:100%;
	bottom:0;
	background: url('../images/foot_bg.jpg') repeat-x;
	text-align: center;
	height: 240px;
	margin-top:30px;
	padding-top: 10px;
}

div#errorExplanation {
	padding: 10px;
	background-color: #ddd;
	margin: 10px 0 10px 0;
}