/* CSS Document */
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%;
}
body {
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear:both;
}
/****************************************************************************************************************/
/****************************************************************************************************************/
body {
	background:url(../images/bg.jpg) #D42260 top no-repeat;
}
/****************************************************************************************************************/
#wrapper {
	width:805px;
	margin:0px auto;
}
.splash {
	width:805px;
	height:502px
}
.bottom {
	width:805px;
	height:98px;
	background:url(../images/bottom.jpg) top no-repeat;
}
#content {
}
#content h1 {
	color:#ffffff;
	font-size:25px;
	font-weight:bold;
	line-height:45px;
	border-bottom:double #1C548C 3px;
}
#content h1 a {
	color:#ffffff;
	text-decoration:none;
}
#content h1 a:hover {
	color:#FFFF00;
}
#content p {
	color:#FFFFFF;
	line-height:20px;
	padding:5px 0;
	font-size:12px;
}
#content a {
	color:#FFFF00;
	text-decoration:underline;
	font-weight:bold;
}
#content a:hover {
	color:#FFFF33;
	text-decoration:none;
}
#footer {
	height:80px;
	background:#D42260;
}
#footer p {
	color:#ffffff;
	line-height:80px;
	text-align:center;
}
#footer p a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}
#footer p a:hover {
	color:#FFFF00;
	text-decoration:underline;
}
.left {
	float:left;
	width:400px;
	height:411px;
}
.right {
	float:right;
	width:400px;
	height:411px;
}
