* {
	background-color: #F9F3EA;
    margin: 0;
	padding: 0;
	text-align: center;
    }

body {
	background-color: #F9F3EA;
	color: #000;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    margin: 0 0 1em 0;
	padding: 0;
    text-align: center;
    }

html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
	background-image:url(images/bg_rpt.gif);
    }

a {
	color: #5B2E00;
    }

a:hover {
	color: #996666;
    }

h1 {
    color: #5B2E00;
    font-size:20px;
    font-weight:bold;
    padding-bottom:10px;
    }

h2 {
    color: #5B2E00;
    font-size:14px;
    font-weight:bold;
    padding-bottom:10px;
    }

/* holder styles */

#holder {
	background: url(images/faux.gif) top right repeat-y; /* This image creates the three column faux effect */
	margin: 0 auto 0 auto;
    text-align: left;
    width: 894px;
    }

/* header styles */

#header {
    text-align:right;
    }

/* navigation styles */

#nav {
    background-image:url(images/bg_rpt.gif);
	float:left;
	left: 0px;
	top: 0px;
    width: 188px;
    }

#nav a:link { 
	color: #736B5E;
	text-decoration: none;
	font-weight: bold;
	line-height: 0px;
	
    }

#nav a:visited {
	color: #666;
    }

#nav a:hover, #nav a:active, #nav a:focus {  
	color: #333;
    }

/* content styles */

#content {
    margin:0 282px 0 185px;
    padding: 5px 10px 15px 15px;
    }

#content p {
	line-height: 130%;
    }

/* third column styles */

#pic {
    background-colour: transparent;
	padding: 0 30px 0 5px;
	float: right;
	width: 250px;
    }

#news p {
	color: #FFF; /* third column has a dark color so font must be light for contrast */
    }

/* footer styles */

#footer {
	background-image:url(images/bg_rpt.gif);
    color: #5B2E00;
    font-size:10px;
	height:100px;
	text-align:center;
	padding: 0px 20px 0px 150px;
	}

#bg_fix {
    background: url(images/footer.gif) bottom right no-repeat;
	color: #736B5E;
	}

#more {
	color: #FFF;
	position:absolute;
	top:498px;
    }

#more a:link { 
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
    }

#more a {
	color: #FFF;
	font-weight: bold;
    }

#more a:hover {
	text-decoration: underline;
    }

/* miscellaneous styles */
.brclear {
	background-color: #F9F3EA;
    clear: none;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
	line-height: normal;
    text-align: center;
    }

#main_text{
    position:relative;
    width:380px;
    height:552px;
    overflow:hidden;
    }

#main_text h1 {
    color: #5B2E00;
    font-size:14px;
    font-weight:bold;
    padding-bottom:10px;
    }

#main_text h2 {
    color: #5B2E00;
    font-size:12px;
    font-weight:bold;
    padding-bottom:8px;
    }

#diamond {
	float:left;
	left: 0px;
    margin-left:100px;
    top: -70px;
	width: 188px;
	}
	
#main_text a {
    border-bottom:dashed 1px #5B2E00;
    text-decoration:none;
    }

#tariff_border{
    border:dashed 1px  #5B2E00;
    color: #5B2E00;
    background-color: #CC9966;
    padding:5px;
    }
