#wrapper {
	width: 960px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 10px solid #000000;
	border-left: 2px solid #000000;
	margin: 0 auto;
	background: #F5F5F5 url(images/bg_column.gif) repeat-y;
}

#main {
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px dotted #F5F5F5;
	padding-top: 15px;
}

body {
	background: #F5F5F5;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 125%;
	color: #333333;
	margin-top: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #D60000;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 5px;
}
h1 {
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: 28px;
	font-weight: normal;
	text-transform: uppercase;
	color: #152D6A;
	letter-spacing: 1px;
	word-spacing: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B2F511;
	margin-top: 0px;
}

.copyright {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	border-top: 1px dashed #999999;
}




img {
	border-style: none;
}
a {
	color: #333333;
}
a:hover {
	color: #D60000;
	text-decoration: none;
}
