body {
	margin: 0px;
	padding: 0px;
	background: #EBEBEB url(images/background.png) repeat-y center;
	color: #888888;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
#top {
	background: url(images/header.gif) no-repeat;
	margin-top: 0px;
	height: 180px;
	width: 997px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	width: 1024px;
	overflow: hidden;
	position:relative;
	margin: auto;
}
#content {
	background: #FFFFFF;
	width: 704px;
	float: left;
	display:inline;
	padding: 10px;
	margin-left: 26px;
	margin-right: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content ul {
	list-style-image: url("images/yes.png");
}
#content li {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 25px;
	color: #821A8B;
}
.list {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7E3A8D;
	text-transform: uppercase;}
#side {
	background: #EEEEEE;
	float: right;
	width: 240px;
	margin-left: 0px;
	margin-right: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#side h2 {
	background: #454545;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 8px 0px 8px 10px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	border-bottom: 1px solid #FFFFFF;
	}
	
#side ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#side li {
	background: #E5E5E5;
	list-style: none;
	margin: 0px;
	padding: 10px;
	}
	
#side ul li {
	margin: 0px;
	padding: 0px;
	}
	
#side ul li a {
    display: block;
	color: #C21E6A;
	text-decoration: none;
	margin: 0px;
	}

#side ul li a:hover {
	color: #333333;
	text-decoration: none;
	}
#footer {
	background: url(images/footer.jpg) no-repeat;
	margin-top: 0px;
	height: 145px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#bottom {
	float: bottom;
	text-align: center;
	font-size: 10px;
	height: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 960px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#bottom a {
	color:#A60749;
	text-transform:none;
	text-decoration:none;
	letter-spacing:normal; 
	font-weight: normal;
}
h1 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
h2{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #B8AFB6;
	text-decoration: none;
	font-weight: normal;
}
a {
	color:#A60749;
	text-transform:none;
	text-decoration:none;
	letter-spacing:normal; 
	font-weight: normal;
}
a:hover {
	color:#CCCCCC;
	text-transform:none;
	text-decoration:none;
	letter-spacing:normal; 
}
.bright {
	color:#333333;
	font-weight: bold;
}

