body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	margin: 0 auto;
	}
	
h1 {
	font-size: 18px;
	color: #EE017B;
	}
	
h2 {
	font-size: 14px;
	color: #EE017B;
	}
	
h3 {
	font-size: 11px;
	color: #252525;
	}
	
a {
	color: #EE017B;
	text-decoration: none;
	}
	
a:hover {
	color: #252525;
	text-decoration: none;
	}

#content {
	width: 800px;
	margin: 0 auto;
	}

#header {
	}
	
#left {
	float: left;
	display: block;
	width: 180px;
	height: 400px;
	padding: 0;
	text-align: right;
	border-right: 1px solid #ddd;
	padding-right: 20px;
	margin-right: 20px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	}
	
#left a {
	color: #252525;
	}
	
#left a:hover {
	color: #EE017B;
	}
	
#left ul {
	list-style:none;
	margin-left: 0;
	padding-left: 0;
	}
	
#left li {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	}
	
#right {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 570px;
	}
	
#right p {
	line-height: 18px;
	}
	
#right li {
	list-style: none;
	padding-top: 3px;
	padding-bottom: 6px;
	}
	
#footer {
	border-top: 1px solid #ddd;
	margin-top: 15px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	}
	
#footer p {
	font-size: 11px;
	color: #444;
	}
	
.accordion {
	width: 100%;
	}

.accordion h2 {
	margin: 0;
	border-bottom: none;
	cursor: pointer;
	font-size: 12px;
	color: #EE017B;
	font-weight: 100;
	background-color: #ffffff;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 0px;
	}

.accordion h2:hover {
	color: #333333;
	}

.accordion h2.active {
	background-position: right 5px;
	}

.accordion p {
	font-size: 12px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	}
	
.red {
	color:#CC0000;
	font-weight: bold;
	}
	
.forgot {
	font-size: 9px;
	}
	
.forgot a {
	font-size: 9px;
	}
	
.forgot a:hover {
	font-size: 9px;
	}
	
	
.submitphoto form {
}

.submitphoto ul {
	}
	
strong {
	font-weight: bold;
	}
	
.nav-on {
	color: #EE017B;
	}
	
.category-table {
	}
	
.category-title {
	color: #EE017B;
	font-size: 12px;
	}
	
.small {
	font-size: 10px;
	}
	
.msg { 
	background:#eeeeee url(../img/arw.png) no-repeat left top;  
	color:#aaa;
	margin-left:100px; 
	padding:6px;
	padding-top:22px; 
	width:140px;
	font-size: 9px;
	text-align: center;
	}