@charset "UTF-8";
/* CSS Document */

#wrapper {
	width:800px;
	margin: 0 auto;


}

#holder {
	width:800px;
	height:auto;
	float:left;
	clear:left;
	background-color:#FFFFFF;
	padding:20px;
	margin: 30px 0 30px 0px;

}


#header {
	float:left;
	width:800px;
}

#logo {
	float:left;
	padding:0 100px 15px 200px;
}

#content {
	float:left;
	width:800px;
	clear:left;
}

#left {
	float:left;
	width:550px;
}

#right {
	float:right;
	width:220px;
	padding-top:15px;
	
}

#blogitem {
	float:left;
	width:522px;
	height:370px;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:auto;
	padding: 0px 20px 20px 0px;
}

.blogtitle {
	float:left;
	width:500;
}

.blogdate {
	float:left;
	width:150px;
}

.blogintro {
	float:left;
	width:400px;
}


#one {
	float:left;
	width:250px;
	height:200px;
	margin-right:20px;
	padding: 0 20px 0 0;
	border-right: 1px #666666 solid;
}

#two {
	float:left;
	width:250px;
	height:200px;
	margin:0 20 0 0px;
	border-right: 1px #666666 solid;
}

#three {
	float:left;
	width:220px;
	height:200px;
	padding:0 0 0 20px;
}

#footer {
	float:left;
	width:800px;
	height:auto;
}
#base {
	float:left;
	width:800px;
	height:auto;
	text-align:center;
	padding: 10px 0 10px 0;
}

#item {
	width:522px;
	height:auto;
	float:left;
}

.leftitem {
	width:90px;
	height:auto;
	float:left;
	padding:0 20px 0 0;
}
.centreitem {
	width:250px;
	height:auto;
	float:left;
	padding:0 20px 0 0;
}
.rightitem {
	width:140px;
	height:auto;
	float:left;
}
.divider {
	width:522px;
	float:left;
	padding:0;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

<!--Font Styles-->

a {
	color:#662c92;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}

h1 {
	color:#662c92;
	font-size:20px;
	font-weight:normal;
}
h2 {
	color:#662c92;
	font-size:16px;
	font-weight:normal;
	margin: 25px 0 15px 0;
}
h3 {
	color:#662c92;
	font-size:20px;
	font-weight:normal;
	margin: 15px 0 15px 0;
}
h4 {
	color:#662c92;
	font-size:14px;
	font-weight:normal;
}
h5 {
	color:#662c92;
	font-size:13px;
	font-weight:bold;
}

body{
	font-family:"Arial", Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#847fb9;
	background-colour:#827db8;
	margin:0px;
	padding:0px;
	background-image:url(images/backgroud_repreat-1.jpg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

li {
	background-image:url(images/li_image.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 25px;
	
}
ul {
	list-style:none;
	line-height:17px;
	padding: 0px 0px 0px 10px;
	
}

a {
	color:#662c92;
}

<!--Font Styles-->

<!--Nav Styles-->

#nav {
	float:left;
	margin-left:55px;
	margin-top:60px;
	width:550px;
	height:70px;
	visibility:visible;
	display:inline;
	clear:left;
}
#nav li {
	float: left;
	list-style-image:none;
	background-image:none;
	padding:0px 0px 0px 0px;
}
#nav  ul  {
	margin: 0;
	padding: 0;
	line-height:normal;
	
}
#nav a {
	display:block;
	float:left;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color:#662c92;
	height: 30px;
	width: 122px;
	margin-right: 5px;
	text-decoration:none;
	text-align: center;
	padding: 15px 0 15px 0;
	vertical-align: text-bottom;	
}
#nav a:hover {
	background-color:#e6e7e8;
	text-decoration:none;
	color: #662c92;
}
#nav .current_page_item a {
	background-color: #D6C5AD;
	text-decoration:none;
	color: #BD2200;
}

<!--Nav Styles-->