
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #E6E6E6;
	font-size: 63.5%;
}

#main {
	width: 900px;
	margin: 0 auto;
}


/* @group P & Headings */

p {
	color: #656565;
	text-decoration: none;
	font: normal normal 1.1em/1.2em Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}

h1 {
	color: #305B85;
	text-decoration: none;
	font: normal normal 2em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}


h2 {
	color: #305B85;
	text-decoration: none;
	font: normal normal 1.3em Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 0 2px 0;
}

h3 {
	color: #305B85;
	text-decoration: none;
	font: normal normal 1.4em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 0 3px 0;
}

h5 {
	color: #305B85;
	text-decoration: none;
	font: normal normal 1.5em/1.5em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 3px 0;
}

a:link, a:visited {
	color: #305B85;
	text-decoration: none;
	font: normal normal Tahoma, Arial, Helvetica, sans-serif;
}

a:hover {
	color: #ACBDCE;
	text-decoration: none;
	font: normal normal Tahoma, Arial, Helvetica, sans-serif;
}

#address_space a:link, #address_space a:visited {
	color: white;
	text-decoration: none;
}

#address_space a:hover {
	color: #ACBDCE;
	text-decoration: none;
}

/* @end */


/* @group Content */

#content {
	float: left;
	width: 900px;
	background: white url(../media/white_bg.gif) repeat-y center top;
	margin: 0 auto;
}

#menu_fix {
	float: left;
	background: url(../media/menu.jpg) repeat-y left bottom;
	margin: 10px 0 0 7px;
	display: inline;
}

/* @end */

/* @group Footer */

#footer {
	float: left;
	width: 900px;
	background: white url(../media/white_bg.gif) repeat-y center bottom;
}

#footer p {
	color: #a5a5a5;
	text-decoration: none;
	font: normal normal 1em/1em Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}

#footer #divider {
	float: left;
	display: inline;
	width: 887px;
	height: 3px;
	background: #e6e6e6 url(../media/e6.gif) repeat;
	font-size: .1em; /* I hate IE6 */
	margin:6px 0 3px 6px;
}

#footer #info {
	float: left;
	display: inline;
	width: 887px;
	margin:0 0 6px 6px;
	background: #e6e6e6 url(../media/e6.gif) repeat;
}

#info #links {
	float: left;
	display: inline;
	margin: 13px 0 0 17px;
	width: 627px;
}

a.foot:link, a.foot:visited {
	color: #a5a5a5;
	text-decoration: none;
	font: normal normal 1em/1.2em Tahoma, Arial, Helvetica, sans-serif;
}

a.foot:hover {
	color: #7e7e7e;
	text-decoration: none;
	font: normal normal 1em/1.2em Tahoma, Arial, Helvetica, sans-serif;
}

#info #tch {
	float: right;
	display: inline;
	margin: 13px 0 0 0;
	width: 185px;
}

#tch a {
	color: #a5a5a5;
	text-decoration: none;
	font: normal normal 1em/1.2em Tahoma, Arial, Helvetica, sans-serif;
}

#tch a:hover {
	color: #7e7e7e;
	text-decoration: none;
	font: normal normal 1em/1.2em Tahoma, Arial, Helvetica, sans-serif;
}

/* @end */