﻿/* CSS Document */

body {
	background:#9343B9;
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#777;
	}
a {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted;
	font-weight:bold;
	}
a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	font-weight:bold;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF url("../images/rightcolor_bg.gif") repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:url("../images/leftcolor_bg.gif") repeat-y top left;
	}
#header {
	background:#fdeb85 url("../images/home.jpg") no-repeat top right;
	height:130px;
	padding:0 10px;
	margin:0;
	text-align:left;
	color:#FFF;
	}
#header h1 {
	font-size:200%;
	}
#header p {
	padding-top:100px;
	color:#000;
	}
#header a:hover {
	color:#7A2875;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:0px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#ECB9E8;
	z-index:100;

	/*width: 12em;
	border-right: 1px solid #000;*/
	padding: 0 0em 0 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', 'Verdana', 'Lucida', 'Geneva', 'Helvetica', 'Arial', 'sans-serif';
	color: #333;
	}

#leftcol ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#leftcol li {
	border-bottom: 1px solid #db98d6;
	margin: 0;
	}
#leftcol li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #db98d6;
	border-right: 10px solid #db98d6;
	background-color: #ba50b2;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

html>body #leftcol li a {
	width: auto;
	}

#leftcol li a:hover {
	border-left: 10px solid #a390c8;
	border-right: 10px solid #a390c8;
	background-color: #7d6e99;
	color: #fff;
	}
	
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#D7C4FA;
	z-index:99;
	}
#rightcol h2{
	font-size:90%;
}

#centercol {
	position:relative;
	padding:0 240px;
	}
#centercol a {
	color:#777;
	font-weight:bold;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	font-weight:bold;
	}
#centercol h1{
	font-size:150%;
	color: #9292a3;
	}
#centercol h2{
	font-size:110%;
	}
#footer {
	position:relative;
	top:1px;
	background:#7A2875 url("../images/email-me.jpg") no-repeat top left;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCC;
	}
#footer a{
	float:left;
	width:83px;
	text-align:center;
	margin:40px 10px 0 0;
	/*background:#7A2875 url("../images/email-me.jpg") no-repeat top left;*/
	color:#000;
	}