 /* CSS */
* { margin:0px; padding:0px; border:0px;}
body {
	background-color:#f0edde;
	text-align:center;
	font-family: Helvetica !important;
}
#all_wrap {
	text-align:left;
	margin:10px auto;
	height:622px;
	width:962px;

}
#left_side {
	float:left;
	width:602px;
	height:602px;
	background-color:#e30062;
	border:10px solid #ffffff;
}
#image {
		width:602px;
}
#image img {
			border-bottom:10px solid #ffffff;
}
#content {
	width:603px;
	overflow:auto;
}
h1,h2 {
	color:#ffffff;
	font-size:14px;
	margin:12px 12px;
	margin-top:20px;
	line-height:14px;
}
p {
	line-height:15px;
	font-size:12px;
		margin:12px 12px;
}
a {
	color:#fff;
}
ul {
	list-style:square;
	font-size:12px;
	margin-top:12px;
	margin-bottom:12px;
	margin-left:24px;
	color:#ffffff;
}
ul li ul {
	list-style:none;
}
ul li {
	color:#000;
}
a.link {text-decoration:none;color:#000;float:right;}
#menu {
	width:330px;
	height:349px;
	margin-top:27px;
}
#menu ul {
	list-style:none;
	margin-left:30px;
}
#menu li {
	line-height:14px;
	margin-top:10px;
}
#menu li a {
	color:#e30062;
	text-decoration:none;
	font-size:14px;
}
#menu li.active a,#menu li.current a {
	font-weight:bold;
	color:#848484;
}
#menu li.active a {
	color:#e30062;
	color:#848484;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
#menu li.active li.current a{
	font-weight:bold;
	color:#848484;
}
#menu li.active li a,#menu li.current li a{
	color:#e30062;
	font-weight:normal;
}
#menu li a:hover, #menu li li a:hover {
	font-weight:bold;
	color:#848484;
}
#right_bottom {
	height:216px;
	width:330px;
	background:url(../images/logo.jpg) center bottom no-repeat;
}
#right_side {
	float:right;
	background-color:white;
	height:622px;
	width:330px;
}
#footer {
	clear:both;
	padding-top:5px;
	margin-left:5px;
	color:#827d74;
	font-weight:normal;
	font-size:0.78em;
	text-align:left;
}
#footer a {
	color:#594C39;
	text-decoration:none;
}