.bgcolor1
{
	background-color: #B2248F;
}
.bgcolor2
{
	background-color:#FFFFFF;
}
.bgcolor3
{
	background-color:#F0EBE8;
}
.color1
{
	color:#C56DB9;
}
.color2
{
	color:#000000;
}
.color3
{
	color: #FFFFFF;
}

html
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body
{
	margin:0px;
	padding:0px;
	background-color:#00FF00;
	background: url(images/left-col.png) left repeat-y;
	width:1020px;
	height:600px;
	background-color:#F0EBE8;
}

#menu_top
{
}
#menu_top div
{
	float:left;
	background-color: #B2248F;
	list-style-type: none;
	padding-left:6px;
	padding-right:6px;
	padding-top:13px;
	padding-bottom:13px;
	border-left:#FFFFFF 1px solid;
	border-right:#FFFFFF 1px solid;
}
#menu_top div.active
{
	background-color: #FFFFFF;
}
#menu_top div:hover
{
	background-color: #F0EBE8;
}
#menu_top div a
{
	vertical-align:bottom;
	color: #FFFFFF;
	text-decoration:none !important;
	text-transform:capitalize !important;
	padding-left:6px;
	padding-right:6px;
	padding-top:13px;
	padding-bottom:13px;
}
#menu_top div.active a, #menu_top div:hover a
{
	color: #000000;
}
#menu_top div.search_box
{
	background-color:#B2248F !important;
	padding-left:6px;
	padding-right:68px;
	padding-top:8px;
	padding-bottom:7px;
}
<!--IF[IE]-->
<!--
#menu_top div.search_box
{
	padding-right:50px;
	padding-top:6px;
	padding-bottom:7px;
}
-->
#menu_top div.search_box input
{
	height:24px;
	width:205px;
	background: url(images/search-box.png) no-repeat;
	border:none;
}

#banner
{
}

#banner img
{
}
<!--IF[IE]-->
<!--

#banner img
{
}
-->
.moduletable
{
	background:#FFFFFF url(images/bgbox.png) top left no-repeat;
}

.moduletable h3
{
	color: #FFFFFF;
	margin:0;
	padding:0;
	margin-left:20px;
	padding-top:10px;
	font-size:24px;
	font-weight:100;
	font-style:italic;
}

#wrap
{
	margin-left:106px;
	/*overflow:auto;*/
	height:330px;
}
<!--IF[IE]-->
<!--
#wrap
{
	/*overflow:visible;*/
}
-->
#wrap #news
{
	height: 345px;
}
#wrap #news .item
{
	width:210px;
	height:290px;
	float:left;
	margin-left:1px;
	text-align:justify;
	display:none;
}
#wrap #news .item:hover
{
	background-color:#F0EBE8;
}
#wrap #news .item div
{
	position:relative;
	padding:9px;
	padding-top:0px;
}
#wrap #news #left-arrow
{
	float:left;
	background:url(images/left-arrow.png) center no-repeat;
	width: 11px;
	height:290px;
	margin-left:20px;
	vertical-align:middle;
}
#wrap #news #left-arrow a, #wrap #news #right-arrow a
{
	position:relative;
	padding-bottom:140px;
	padding-top:140px;
	padding-left:5px;
	padding-right:5px;
	top:140px;
	text-decoration:none;
}
#wrap #news #right-arrow
{
	float:left;
	background:url(images/right-arrow.png) center no-repeat;
	width: 11px;
	height:290px;
	margin-left:3px;
	vertical-align:middle;
}
#wrap #news .item img
{
	width:190px;
	height:140px;
	padding:9px;
}

#wrap #sub-news
{
	width:613px;
	float:left;
}
#wrap #sub-news img.subimage
{
	width:200px;
	height:150px;
}
#wrap #sub-news .item
{
	height: 175px;
	border-bottom: 6px #F0EBE8 dotted;
}
#wrap #sub-news .item:hover
{
	background-color:#F0EBE8;
}

#wrap #sub-news .item div
{
	position:relative;
	top:-161px;
	left:220px;
	width:343px;
}

#wrap #sub-news .item div.views
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:30px;
	padding-right:5px;
	background: #B2248F url(images/bg-views.png) left bottom no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	position:relative;
	left:220px;
	width:30px;
}
#wrap #sub-news .item div.readmore
{
	padding-top:7px;
	padding-bottom:5px;
	padding-left:30px;
	padding-right:5px;
	font-weight:bold;
	position:relative;
	text-align:right;
	left:450px;
	top:-185px;
	width:100px;
}

#wrap #sub-news .item div.readmore a
{
	color: #B2248F !important;
	text-transform: none !important;
	text-decoration: none !important;
}

#wrap #sub-news .item img
{
	padding:10px;
}

#wrap #modules
{
	margin-left:5px;
	float:left;
	width:277px;
}
span.title
{
	color:#B2248F;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}
#modules .moduletable
{
	margin-bottom:12px;
}
#modules .moduletable .content
{
	padding:17px;
}
#modules #module1 img
{
	width:100px;
	height:100px;
	border:9px #F0EBE8 solid;
	margin-top:2px;
}
#modules #module1 img:hover
{
	border:9px #B2248F solid;
}
#modules #module2 img
{
	width:100px;
	height:100px;
	border:9px #F0EBE8 solid;
}
#modules #module2 img:hover
{
	border:9px #B2248F solid;
}
#modules #module3
{
	text-align:center;
}
#modules #module3 textarea
{
	width:238px;
	height:74px;
	border: 7px solid #F0EBE8;
}
#modules #module3 textarea:focus
{
	width:238px;
	height:74px;
	border: 7px solid #B2248F;
}
input
{
	border: 1px solid #B2248F;
	background-color: #F0EBE8;
}
input:hover
{
	border: 1px solid #F0EBE8;
	background-color: #B2248F;
	color:#FFFFFF;
}
#modules #module3 .item
{
	margin-top: 17px;
	border-bottom: 6px dotted #F0EBE8;
	text-align:left;
}

#wrap .contentheading
{
	font-weight:bold;
	font-size: x-large;
}
#wrap .small, #wrap .createdate, #wrap .modifydate
{
	font-size: smaller;
}

#wrap div.content
{
	padding: 5px;
}

#wrap .back_button a, #wrap .pagenav_next a, #wrap .pagenav_prev a
{
	background-color: #B2248F;
	color: white;
	text-decoration: none !important;
	padding:2px;
}

#wrap .end
{
	font-size:18px;
	font-weight:bold;
}
#wrap .end  a
{
	color:White;
	text-decoration:none;
}

