body {
	background: #fff;
	color: #282828;
	font: 62.5% verdana, arial, helvetica, sans-serif;
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
}

a img {
	border: 0;
}

::-moz-selection{
	background:#CFDCE6;
	color:#CFDCE6;
}

::selection {
	background:#CFDCE6;
	color:#CFDCE6;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #507FA1;
}

a:hover, a:active, a:focus {
	color: #30BFBF;
}

h1 {
	margin: 0;
	padding: 0;
}

h1 span {
	display: none;
}

h3 {
	background: #458A8A url(img/title_bg.gif) no-repeat;
	margin: 5px 0 0;
	padding: 1px 0;
	height: 17px;
	width: 358px;
	cursor: pointer;
	font-size: 0.99em;
}

h3 a:link, h3 a:visited {
	color: #CFE6E6;
	text-shadow: 2px 2px 1px #8dc036;
	padding: 2px 8px 1px;
	-moz-outline-style: none;
	display: block;
	height: 14px;
	width: 330px;
	text-decoration: none;
}

#container {
	background: url(img/page_bg.gif) top right repeat-y;
	width: 403px;
	text-align: left;
	margin: 0 auto;
}

#header {
	background: url(img/header.gif) top right no-repeat;
	height: 81px;
}

#content {
	background: url(img/page_bottom.gif) bottom right no-repeat;
	padding: 0 10px 25px 33px;
}

p {
	margin: 0 0 1px;
	padding: 5px;
	line-height: 15px;
}

p b{
	color: #408080;
	font-weight: bold;
	font-size: 1.1em;
}

p i {
	font-size: 1.1em;
	font-style: normal;
	color: #282828;
}

a.big {
	font-size: 1.1em;
}

ol {
	margin: 0;
	padding: 0 0 0 30px;
}

li {
	margin-top: 4px;
}

div.wrapper {
	background-color: #EBEBEB;
}

#content div {
	margin: 0;
	padding: 0;
	height: 1%;
}

.stretcher {
	background: none !important;
	background: #fff;
}