/* Colours used */
/*----------------



------------------*/

/*@import	url(other_pages.css);*/

/* Main elements
------------------*/
*	{
	margin:0;
	padding:0;
	background-repeat:no-repeat;
}

body	{
	font-family:Arial, sans-serif;
	background:#ECECEC;
	color:#666666;
	font-size:62.5%;
}

/* SBMH to correct font-size difference */
* html body {
	font-size:x-small; /* for IE5/Win */
	f\ont-size:62.5%; /* for other IE versions */
}
h1,h2,h3,h4,h5	{
	font-weight:normal;
}

h1	{
	font-size:2.2em;
}

h2	{
	font-size:1.8em;
}

h3	{
	font-size:1.6em;
}

h4	{
	font-size:1.4em;
}
h5	{
	font-size:1em;	
}
p	{
	font-size:1.3em;
}
p a	{
	font-weight:bold;
}
a	{
	text-decoration:none;
	color:#666;
}
a:hover	{
	text-decoration:underline;
}
a img	{
	border:0;
}
li	{
	list-style:none;
}
/*
============================
main divs
============================
*/

#affiliates	{
	position:relative;
	float:right;
	top:-50px;
	right:15px;
}
#content	{
	width:930px;
	margin-left:22.5px;
	position:relative;
	top:450px;
	background:#FFF;
	border:1px solid #D6D6D6;
	padding-bottom:20px;
}
p.content	{
	padding:20px;
}
ul.content	{
	font-size:1.2em;
	margin-left:40px;
}
ul.content li	{
	margin-bottom:7px;
	list-style:disc inside;
}
#content-left	{
	margin-left:20px;
	width:420px;
	float:left;
}
#content-right	{
	width:420px;
	margin-right:20px;
	float:right;
}
#footer	{
	margin-top:450px;
	padding:25px;
}
#footer p	{
	float:left;
}
#header	{
	height:125px;
	width:100%;
	background:url(../images/header-gradient.jpg) repeat-x;
}
#inner	{
	background-image:url(../images/main-bg.jpg);
	background-color:#F4F4F4;
}
#inner.other	{
	background:url(../images/main-bg2.jpg) no-repeat 0 -20px;
}
#logo	{
	position:relative;
	top:10px;
	left:25px;
	float:left;
}
#nav	{
	float:left;
	clear:left;
	position:relative;
	top:13px;
	left:25px;
}
#nav li	{
	float:left;
	background:url(../images/seperator.jpg) right no-repeat;
	margin-right:5px;
	padding-right:5px;
}
#nav li.none	{
	background:none;
}
#nav a	{
	color:#FFF;
	padding:5px;
}
#nav a:focus	{
	outline:none;
}
#nav-footer1	{
	float:left;
	position:relative;
	left:160px;
}
#nav-footer1 li,
#nav-footer2 li	{
	display:inline;
}
#nav-footer1 a,
#nav-footer2 a	{
	color:#666;
	font-size:1.2em;
	vertical-align:middle;
}
#nav-footer2	{
	position:relative;
	float:right;
}

#pagetitle	{
	margin:20px 20px 40px;
}
#wrapper	{
	margin:50px auto;
	width:975px;
	background:#F4F4F4;
	border:2px solid #FFF;
}

/*
============================
classes
============================
*/

	.bold	{
		font-weight:bold;
	}
	.bold_italic	{
		font-style:italic;
		font-weight:bold;
	}
	.clear	{
		clear:both;
	}