body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #F0EAEA;
	}
	
/* Layout */

#wrap {
	min-width: 500px;
	max-width: 1400px;
	background: url(pics/wrap_bg.gif) repeat-y 70% 0;
	}

#content {
	float: left;
	width: 70%;
	font-size: 95%;
	line-height: 1.5em;
	color: #333333;
	border-top: 1px solid #fff;
	}
	
#sidebar {
	float: right;
	width: 30%;
	}
	
#footer {
	clear: both;
	border-top: 1px solid #8A1818;
	border-bottom: 1px solid #8A1818;
	background: #BD9F9F  repeat-x top;
	}

/* Header */

#header {
	background: #8A1818;
	border-top : 1px solid #F0EAEA;
	border-bottom : 1px solid #F0EAEA;
        background: #8A1818 url(pics/header_bg.gif) repeat-x;
	
	}

#header h1 {
	margin: 0;
	padding: 25px;
	font-family: Georgia, serif;
	font-size: 150%;
	text-shadow: #333 5px 4px 2px;
	color: #F0EAEA;
        background: url(pics/logo.gif) no-repeat bottom left
	}
	
/* Message */

#message {
	margin: 0;
	padding: 10px;
	font-size: 90%;
	color: #333;
	border-bottom: 1px solid #8A1818;
	background: #BD9F9F;
	}
	
#message strong {
	padding: 0 0 0 28px;
	background: url() no-repeat 0 50%;
	}
	
/* Gutter */

#content .gutter {
	padding: 25px;
	
	}
	
#sidebar .gutter {
	padding: 15px;
	background: url() no-repeat top left;
	}
	

/* Content */

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	font-weight: normal;
	color: #8A1818;
	}

#content b {
        font-weight: normal;
        color: #8A1818;
        }

#content a {
        color: #8A1818;
        }
dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}

dl.feature:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #8A1818;
	}
	
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0 ;
	padding: 0 4px 4px 0;
	}
	
dl.feature dd {
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666666;
	}
	
/* Sidebar */

.box {
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666666;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
	border-left: 1px solid #F0EAEA;
	border-top: 1px solid #FFF;
	border-right: 1px solid #8A1818;
	border-bottom: 1px solid #8A1818;
	background: #BD9F9F url(pics/box_bg.gif) repeat-y;
	}
	
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #333;
	text-shadow: #333 4px 3px 2px;
	background: url() no-repeat top left;
	}
	
.box p, .box ul {
	margin: 0;
	padding: 0 12px;
	}
	
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	}

.box a {
        color: #8A1818;
        }

/* Footer */

#footer p {
	margin: 0;
	padding: 15px;
	font-size:85%;
	color: #333333;
	}
	
	
/* HACKS */

/* Hide from IE5/Mac\*/
* html #header  { height: 1%; }
* html #message { height: 1%; }
* html #sidebar { width: 30%; }
* html #sidebar { clear: left; }
* html #footer  { height: 1%; }
* html dl.feature { height: 1%; }
/* Hide from IE5/Mac End*/

dl.feature { display: inline-table; }

/* Hide from IE/Mac\*/
* html d.feature { height: 1%; }
dl.feature { display: block; }
/* Hide from IE/Mac end*/