body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
#wrapper {
	border-right: 2px solid #E4287C;
	width: 1000px;
	height: 2000px;
}


a {
	color: #f0609d;
	text-decoration: none;
	}

a:hover {
	color: #6d6c6a;
	}

h1 {
	font-weight: bold;
	font-size: 20px;
	padding: 0;
	margin: 0;
	color: #333333;
	}
	
hr { 
	border: 1px solid #F0609D;
	background-color: #F0609D;
	}

p {
	margin: 0 0 10px 0;
	padding: 0;
	color: #333333;
	}
					
.content {
	clear: both;
	background: url('images/bg-flash.jpg') no-repeat top right;
    width: 1000px;
    margin: 0;
    padding: 0;
    min-height:400px;
  	height:auto !important;
    }

.navigation {
	padding: 0 0 0 7px;
	margin: 0;
	height: 21px;
	}
	
.navigation img {
    padding: 0 1px 0 0;
    margin: 0;
    }
    
.center-content {
	color: #6d6c6a;
	float: left;
	margin: 0 0 0 110px;
	padding: 0;
  	height:auto !important;
  	width: 480px;
  	line-height:160%;
    }
    
.right-sidebar {
	color: #f0609d;
	float: left;
	margin: 79px 0 66px 15px;
	min-height:305px;
	height:auto !important;
	height:305px;
	width: 216px;
	padding: 0;
    }
    
.cc-top {
	background: url('images/content-top.jpg') no-repeat;
	width: 480px;
	height: 10px;
	padding: 0;
	margin: 0;
	}
	
.cc-center {
	background: url('images/content-center.jpg') repeat-y;
	width: 480px;
  	height:auto !important;
  	padding: 0;
	margin: 0;
  	}
  	
.cc-bottom {
	background: url('images/content-bottom.jpg') no-repeat;
	width: 480px;
	height: 22px;
	padding: 0;
	margin: 0;
	}
	
.cc-txt {
	padding-left: 30px;
	width: 410px;
	}
	
.sb-top {
	background: url('images/sidebar-top.jpg') no-repeat;
	width: 216px;
	height: 14px;
	padding: 0;
	margin: 0;
	}
	
.sb-center {
	background: url('images/sidebar-center.jpg') repeat-y;
	width: 216px;
  	height:auto !important;
  	padding: 0;
	margin: 2px 0 0 2px;
  	}
  	
.sb-bottom {
	background: url('images/sidebar-bottom.jpg') no-repeat;
	width: 216px;
	height: 57px;
	padding: 0;
	margin: 0;
	}
	
.sb-txt {
	color: #ffffff;
	padding-left: 20px;
	width: 170px;
	}
	
.sb-txt p {color:#FFFFFF;}
	
.footer {
	text-align: center;
	color: #f0609d;
	font-size: 9px;
	}
	
.footer a {
	text-decoration:none;
	color: #666666;
}

.footer a:hover {
	text-decoration:underline;
}
