/* CSS Document */
html, body, form, fieldset {
        height:100%;
		margin: 0;
        padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}
ol {
	margin-left:1em; 	
	}
li, dd, blockquote {
    margin-left: 1.5em;
	margin-bottom:1em;
}
img {border:none;}
a {text-decoration:none; color:#cc772e;}
a:hover {text-decoration:underline;}
h1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:30px;
		color:#cc772e;
		margin:0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#d0a17e;
	margin:7px 0 7px 0;
	background:url(../images/h2-bg.jpg) repeat-x;
	padding:5px 0 2px 0;
	border-bottom:dotted 1px #ccc;
	}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	background:url(../images/body-bg.jpg) repeat-x #fff;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#main-container {
	position:relative; margin:auto;
	width:803px;
	background:#000;
	}
#header {
	position:relative; margin:auto;
	background:url(../images/header-bg.jpg) no-repeat;
	width:803px;
	height:61px;
	margin-top:20px;
	}
#header-left {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	float:left;
	padding: 15px 15px;
	}
#header-right {
	font-family:Arial, Helvetica, sans-serif;
	font-size:42px;
	color:#fff;
	font-weight:bold;
	float:right;
	padding: 5px 15px;
	}
#top {
	height:289px;
	}
#top-left {
	float:left;
	width:162px;
	height:289px;
	border-bottom:solid 1px #ccc;
	background:url(../images/promo.jpg) no-repeat #ccc;
	}
#top-right {
	float:right;
	width:641px;
	height:289px;
	border-bottom:solid 1px #ccc;
	background:#ccc;
	}
#home-body, #main-body {
	float:left;
	position:relative; left:10px;
	width:780px;
	margin:20px 0 0px 0;
	padding-bottom:10px;
	background:#000;
	}
#left, #left-home {
	float:left;
	width:470px;
	}
#left-home {
	background:url(../images/pt-baseline.jpg) no-repeat bottom;
	}
#right {
	float:right;
	width:300px;
	}
#topR, #bottomR, .sidebar, .sidebar-2 {
	float:right;
	width:260px;
	background:#461834;
	padding:3px 10px 3px 10px;
	color:#efc4a4;
	margin-bottom:15px;
	}
.sidebar-2 { /*no right padding, otherwise same as sidebar*/
	width:270px;
	padding: 10px 0 10px 10px;
	}
.sidebar { 
	padding: 10px;
	}
#topR {
	width:280px;
	padding:0;
	}
#bottomR {

	}
#footer {
	width:803px;
	height:75px;
	background:url(../images/footer-bg.jpg) repeat-x top;
	color:#461834;
	padding-top:15px;
	position:relative; margin:auto;
	font-size:12px;}
.footer-left {
	padding:0 0 0 10px;
	}
.footer-left a {
	font-weight:bold;
	color:#461834;
	}
.footer-right {
	font-weight:bold;
	}
.footer-right a {
	font-weight:bold;
	color:#461834;
	}
td.underline {
	border-bottom:solid 1px #ccc;
	}
fieldset {
	border:none;
	}