

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin-bottom: 14px;
	color: #333333;
}

h1 {
	font-size: 1.32em;
}

h2 {
	font-size: 1.36em;
}

h3 {
	font-size: 1em;
}

p, blockquote, ol, ul {
	margin-bottom: 10px;
	line-height: 1.17em;
}

ol, ul {
	list-style: none;
}

ol {
	margin-left: 3em;
	list-style: outside decimal;
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

/* Page */

#page {
	width: 1002px;
	margin: 0 auto;
}

/* Left */

#left {
	float: left;
	width: 180px;
	padding: 0px;
	text-align: left;
	
}

#left h2 {
	margin-bottom: 1em;
	padding-left: 2px;
	border-left: 0px solid #000000;
	text-transform: uppercase;
	text-align: left;
	font-size: .85em;
	font-weight: bold;
	color: #000000;
}

#left ul {
	line-height: 1.32em;
}

#left li {
	padding-left: 2px;
	text-align: left;
}

#left a {
	text-decoration: none;
	font-size: 1.15em;
}

#left a:hover {
	text-decoration: underline;
}

/* Center */

#center {
	float: left;
	width: 490px;
	padding: 5px;
}

/* Right */

#right {
	float: right;
	width: 300px;
	padding: 0px;
}

/* Footer */

#footer p {
	text-align: center;
    letter-spacing: .125em;
	font-size: .77em;
	font-weight: normal;
	color: #000000;
}

#footer a {
	text-decoration: none;
	color: #000000;
}