* {
	margin: 0;
	padding: 0;
}

a {
	color: #009ff4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.external {
	background: url('/media/images/icons/external_blue.gif') no-repeat left center;
	margin-left: 3px;
	padding-left: 12px;
}

a img {
	border: 0;
}

body {
	background: url('/media/images/layout/yellow_background.jpg') repeat center top;
	font-family: Arial, Helvetica, sans-serif;
}

blockquote {
	padding-left: 2em;
	padding-right: 1em;
}

h1, h2 {
	color: #6d6f72;
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: -1.5px;
}

p {
	color: #96999c;
	font-size: 10pt;
	padding-top: 10px;
}

div#frame {
	margin: auto;
	overflow: hidden;
	width: 1020px;
}

#shadow-left {
	background: url('/media/images/layout/background_shadow_left.png') repeat-y left;
	padding-left: 10px;
}

#shadow-right {
	background: url('/media/images/layout/background_shadow_right.png') repeat-y right;
	padding-right: 10px;
}

#content, #footer {
	clear: both;
	width: 100%
}

div#content {
	background: #fff;
	float: left;
	min-height: 720px;
	/*padding-bottom: 36px;*/
}

#footer {
	background: #191B23;
	color: #6d6f72;
	font-size: 9pt;
	font-style: italic;
	height: 35px;
	overflow: hidden;
	padding-top: 18px;
}

#footer-left {
	float: left;
	margin-left: 36px;
}

#footer-right {
	margin-left: 300px;
	word-spacing: 4px;
}

#footer-right a {
	word-spacing: normal;
}

#footer-right #poweredby {
	float: right;
	position: relative;
	top: -15px;
}

#header {
	background: url('/media/images/layout/header_gradient.gif') repeat-x center top;
	height: 122px;
}

div#content-left,
div#content-right {
	margin-top: 16px;
}

div#content-left {
	float: left;
	margin-left: 25px;
	width: 250px;
}

div#subheader,
div#content-right {
	margin-left: 300px;
	padding-right: 23px;
}