@charset "utf-8";
/* 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%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**STYLES**/

body {
	background:url(images/bg.png) repeat-x #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#wrapper {
	margin:auto;
	width:872px;
	
}
#top{
	width:inherit;
	float:left;
	color:#FFF;
}
#top h2{
	font-size:18px;
	text-shadow:#000 1px 1px 1px;
	font-style:italic;
	padding:10px;
	float:left;
}
#asseen{
	float:right;
	background:url(images/asseen.png) no-repeat;
	width:437px;
	height:54px;
}

#container {
	width:792px;
	margin-top:5px;
	padding:40px 40px 20px 40px;
	float:left;
	background:url(images/cont-bg.png) no-repeat;
}


#content {
	width:480px;
	float:left;
}
#sidebar {
	width:230px;
	float:right;
	padding:0px 10px 0px 10px;
	

}

#sidebar h2 {
	font-size:24px;
	color:#d1006c;
	letter-spacing:0px;
	font-weight:bold;
	text-shadow:#000 1px 1px 1px;
}

/**COLORS AND FONTS**/
 h1 {
	font-size:28px;
	font-weight:bold;
	letter-spacing:-1px;
	
}
h2 {
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;

}
p {
	margin:10px 0px 20px 0px;
}
a {
	color:#8d0c4e;
}
a:hover {
	color:#ca056b;
}
.nobold {
	font-weight:normal;
}
.highlight {
	color:#ab0000;
}
.highlight2 {
	color:#005a77;
	text-shadow:#FFF 1px 1px 1px;
}
.highlight3 {
	color:#FFF;
	text-shadow:#000 1px 1px 1px;
}
.center {
	text-align:center;
}
.alignLeft {
	float:left;
	margin-right:20px;
}
.clear {
	clear:both;
}
.separator {
	background:url(images/separator.png) no-repeat;
	width:732px;
	height:32px;
	clear:both;
}
.thumb {
	float:left;
	padding:5px;
	border:1px solid #CCC;
	margin:0px 10px 5px 0px;
	background:#FFF;
}
.floatright {
	text-align:right;
}
.button:active {
	position:relative;
	top:1px;
	left:1px;
}
ul {
	list-style:url(images/bullet.png);
	margin: 10px 0px 10px 50px;
}
li {
	margin-bottom:10px;
}
/**FORM**/
.input-text {
	padding:5px;
	font-size:16px;
	font-weight:bold;
	border:1px solid #5d5d5d;
	width:170px;
}
table td {
	padding:4px;
}
.button:active {
	position:relative;
	top:1px;
	left:1px;
}
#footer{
	clear:both;
	width:100%;
	min-width:872px;
	text-align:center;
	padding:10px 0px 10px 0px;
	color:#FFF;
	font-size:12px;
	background:#252525;

}
#footer a {
	color:#FFF;
}
#footer a:hover {
	color:#CCC;
}
small {
	text-align:center;
	font-size:12px;
	font-style:italic;
}
