@charset "utf-8";
/* 
	SITE COLOURS
		BG: #7f0504
		Text: #fff
*/

	/* RESET & FLOAT */
div { margin: 0; padding: 0; }
p { margin-top: 0; }
.clearfloat { clear: both; }
.floatright { float: right; }
.floatleft { float: left; }
a img { border:none; }
h1 { margin:-35px 0 14px 70px; font-size:20px; }
hr { color:#cccc99; border-bottom:0; padding-bottom:0; }	
/* #ol, ul { list-style-image:none; list-style-position: outside; list-style-type:none; } */

	/* SITEWIDE SETUP */
body { margin: 0 0 0 0; color: #000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height:18px; background-image: url(../images/bg1.gif); background-repeat: repeat-x; background-color: #cccc99; }

a:link, a:visited, a:active { color: #000000; text-decoration:underline; font-weight:bold; }
a:hover { color: #000000; text-decoration:underline; font-weight:bold; }

#ie-message { background:#C00; text-align:center; border:1px solid #900; color: #fff; position:absolute; top:0; padding:5px;
width:780px; margin: 10px 0 0 40px; }
#ie-message a { color: #fff; text-decoration: underline; }

	/* LAYOUT */
	
#fr { margin:-450px 0 0 300px; }
.heading { font-size:16px; background-color:#cccc99; height:30px; line-height:25px; width:300px; }
#mf { float:right; color:#FFFFFF; margin:6px 50px 0 0; }
#footer { font-size:12px; background-color:#000000; height:50px; }
#cnt { margin:0 auto; width:70%; }


 
