
/* Website design and hosting by projectfive */

/* Overall Page Layout */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#632475;
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
}
#wrapper {
	width: 960px;
	margin: 20px auto;
	background-color:#FFFFFF;
	/* border:solid 1px #9771a6; */
}
#masthead {
	background-image:url(../images/logo_90px.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding: 0px;
	margin: 0 0 10px 0;
	height:90px;
	text-align:right;
}
#navbar {
	padding:15px 0 10px 0;
	margin: 0;
	background-image:url(../images/menu_bg01.jpg);
	background-repeat:repeat-x;
	font-size:120%;
	border-bottom:solid 1px #9771a6;
}
		#navbar ul {
			list-style-type: none;
			display:inline;
		}
		#navbar li {
			display:inline;
			}
		#navbar a {
			color:#632475;
			text-decoration: none;
			padding: 4px 20px;
		}
		#navbar a:hover {
			color: #c0a5c8;
		}
#footer {
	text-align:center;
	font-size:80%;
	margin: 0;
	clear:both;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Standard Text Elements */

p {
	line-height: 1.5em;
	margin:10px;
}
h1 {
font-size:250%;
margin:10px;
color:#DDCFE0;
}
h2 {
font-size:120%;
margin:10px;
color:#DDCFE0;
}
h3 {
}
h4 {
}
a {
	text-decoration:none;
	color:#C0A5C8;
}
a:hover {
	color:#9771a6;
}
a:visited {
	color:#C0A5C8;
}

/* Home Page */

#home {
	background-image:url(../images/home_bg04.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:505px;
}
		#home_content {
			float:left;
			margin:200px 0 0 350px;
			width:320px;
			color:#FFFFFF;
		}

/* Sub Pages */

#Content {
}
#Content_menu {
	float:left;
	width: 200px;
	/*background-image:url(../images/sideMenu01.jpg);
	background-repeat:no-repeat;
	background-position:top;*/
	background-color:#C0A5C8;
	height:600px;
}
		#Content_menu a {
			color:#632475;
			text-decoration: none;
		}
		#Content_menu a:hover {
			color: #9771a6;
		}

#Content_main {
	float:left;
	margin:20px;
	width:700px;
}

.imagefloatleft {
float: left;
margin: 0 10px 0 0;
}

.imagefloatright {
float: right;
margin: 0 0 0 10px;
}