body {
	margin: 0px; 
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	border-top: 3px solid rgb(225, 57, 139);
}

#container {
   text-align:left;
   width:900px;
   margin:0 auto;
   padding-left: 3px;
}

#top {
	height: 60px; /* normal 60 */
	background-image: url(/resource/img/complete-logo.gif);
	background-repeat:no-repeat;
	background-position:5px;
}

#bar {
	background:#a183bd url(/resource/v2/imgs/top-bar-middle.gif) top repeat-x;
	height:36px;
}
.barleft {
	background:url(/resource/v2/imgs/top-bar-left.gif) no-repeat;
	width:8px;
	height:36px;
}

.barright {
	background:url(/resource/v2/imgs/top-bar-right.gif) no-repeat;
	width:8px;
	height:36px;
}
	
#bar ul {
	display:inline;
	list-style: none;
	padding:0px;
	margin:0px;
	padding-left:10px;
}
	
#bar li {
	padding:0px;
	margin:0px;
	/* background:url(/resource/img/top-bar-sep2.gif) no-repeat right;*/
	display:inline;
	padding-right:15px;
}
	
#bar a {
	line-height:30px;
	display:inline-block;
	height:33px;
	font-family:Verdana;
	font-size:13px;

	
	color:#fff;
	text-decoration:none;
	padding:1px 2px 1px 2px;
}

#second-bar {
	background:url(/resource/v2/imgs/purple_half_back.gif) repeat-x;
	height:30px;
	font-size: 14px;
	padding-top:5px;
	padding-left:20px;
	padding-right:10px;
	margin-bottom: 5px;
}

#left-side {
	float:left;
	width:185px;
	margin-right:8px;
}

#content {
	margin-left:195px;
	padding-top: 2px;
}

#bottom {
	margin-top:20px;
	border-top:1px solid #6E3F98;
	background:#fee9f7;
	font-size:13px;	
}

#bottom h5 {
	padding:0px;
	margin:0px;
}

#bottom ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.clear-all {
   clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}
