@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* #00c2d6 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body 				{line-height: 1;}
ol, ul 				{list-style: none;}
li					{list-style-type:none;}

/* CSS Document */

body					{background-color:#ffffff; font:17px "Courier New", Courier, monospace;font-weight:bold;}

/* Update */
#container			{width:818px; margin:0 auto; padding:25px 0 0 0 ;}
#sidebar,#content		{height:543px;}
#sidebar				{width:218px;}
#title,#navigation		{background:#606060;}
#title				{height:108px;padding:80px 10px;}
h1					{font-size:20px;text-align:center;}
h1 span				{display:block;padding-top:70px;letter-spacing:0.3em;} /*ie6 error - need to fix padding*/
h1 a 				{display:block;}
#navigation			{height:268px;margin-top:6px;}
#navigation ul 		{padding:90px 0 90px 20px;}
#navigation ul li		{padding:5px 0;}
#content				{width:582px;}
#footer				{padding-top:15px;color:#63605D;font-size:12px;text-align:center;}
.gutter				{margin-right:6px;}
#active				{color:#999999;}

/* Float */
.left				{float:left;}
.right				{float:right;}
.clear				{clear:both;}
/* End Float */


a:link, a:visited, a:active
					{color: white;}
a:link,a:visited, a:active,h1 a:hover			
					{text-decoration:none;}
a:hover 				{color:#999999;text-decoration:underline;}
