/* Start of CMSMS style sheet 'HiFi03 - Basis' */
* {margin:0; padding:0;}

body {    font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:#000000;
	background-image: url(images/template/hifi03/page_bg.png);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #fff;
}

p {
	font-size: 12px;
	padding: 0px 0 5px 0;
}

a {
 color: #ccc;
 text-decoration: underline;
}
 a:hover {
 color: #fff;
 text-decoration: none;
}
a img {
	border:none;
	text-decoration:none;
}


.clear { clear: both; background: none; }

h1 {
}
h2 {
	color: #33ee00;
}
h3 {
	padding: 0px 0 10px 0;
	color: #00a6d2;
}
h4{
	color: #ffff00;
}

td {
 color: #fff;
}


div#content ul,
div#content ol,
div#content dl {
   margin: 0 0 10px 0;
list-style-type:square;
}
div#content ul li,
div#content ol li {
   margin: 0 0 0px 20px;
}


div#pagewrapper {
	width:940px;
	margin: 0 auto 0 auto;
}

div#header {
	height: 190px;
	background-image: url(images/template/hifi03/header_img.png);
	background-repeat: repeat-x;
}

div#main {
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 940px;
	min-height: 300px;
}
div#sidebar_left {
	float: left;
	width: 200px;
}
div#content {
	float: left;
	width: 499px;
	padding: 0 20px;
}
div#sidebar_right {
	float: right;
	width: 200px;
}
#footer {
	height: 20px;
	padding: 7px 0 0 0;
            	text-align: center;
	border-top: 1px dotted #fff; 
	margin-top: 5px;
}

/* End of 'HiFi03 - Basis' */

