/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetia, sans-serif;
	background-color: white;
	text-align: center;
	ackground-color: #999999;
	background-image: url(images/bg.gif);
	background-repeat: repeat x y;
	}
a:link{
	text-decoration: none;
	color: #582254;
}
a:visited {
	text-decoration: none;
	color: #c388bf;
	}

a:hover{
	text-decoration: none;
	color: #c388bf;
	}
a.active{
	text-decoration: none;
	color: #c388bf;
	}
#main{
	position: relative;
	text-align: left;
	width: 930px;
	margin-top: 0px;
	border-top: solid 15px #582254;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;

}

#header{
	position: relative;
	width: 930px;
	margin-top: 120px;
	background-color: #582254;
	font-size: 110%;
	line-height: 1.3em;
	}
#header ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 0;
	padding-left: 0.4em;
	}
#header li{
	display: inline;
	text-decoration: none;
	}
#header li a:link{
	text-decoration: none;
	padding: 0 1em 1em 1em;
	color: #ffffff;
	background-color: #582254;
}
#header li a:visited {
	text-decoration: none;
	padding: 0em 1em 1em 1em;
	color: #ffffff;
	background-color: #582254;
	}

#header li a:hover{
	text-decoration: none;
	color: white;
	background-color: #c388bf;
	}
#header ul li a.active{
	text-decoration: none;
	color: pink;
	background-color: #c388bf;
	}

#wrapper{
	width: 930px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	}

#inner{
	border-left: solid 2px black;
	border-right: solid 2px black;
	border-bottom: solid 2px black;
	background-image: url(images/bgrad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 50px;
	padding-top: 50px;
	background-color: white;
	padding-bottom: 50px;
	}


#content{
	font-family: tahoma, verdana, sans-serif;
	color: black;
	float: left;
	margin-left: 15px;
	width: 460px;
	background-color: white;
	padding: 10px 30px 20px 30px;
	border: solid 2px #c388bf;
	}
#content p{
	font-family: tahoma, verdana, sans-serif;
	font-size: 90%;
	line-height: 1.4em;
	}
#content ul{
	list-style-image: url(images/listbullet.jpg);
	font-family: tahoma, verdana, sans-serif;
	font-size: 90%;
	line-height: 1.8em;
	}
#content h1{
	font-size: 120%;
	border-bottom: dashed 2px pink;
	}
#content h2{
	font-size: 100%;
	border-bottom: dashed 2px pink;
	}
#content h3{
	font-size: 80%;
	text-align: right;
	color: #c388bf;
	}
#content a:link{
	text-decoration: none;
	color: #582254;
}
#content a:visited {
	text-decoration: none;
	color: #c388bf;
	}

#content a:hover{
	text-decoration: none;
	color: #c388bf;
	}
#conent a.active{
	text-decoration: none;
	color: #c388bf;
	}

#side2{
	text-align: center;
	font-family: "tahoma";
	font-size: 14px;
	font-weight: normal;
	color: gray;
	position: relative;
	margin-top: 0px;
	margin-right: 5px;
	float: right;
	width: 230px;
	top: 0px;
	right: 10px;
	padding: 0px 10px 0px 20px;
	border-left: 2px dotted #582254;
	background-color: transparent;
	}

.adbox{
	text-align: center;
	padding: 0 0 0 0 ;
	margin: 0 0 25px 0;
	border: 1px solid black;
	background-color: #fff;
	height: 150px;
	}
.quote{
	background-color: #582254;
	text-align: center;
	font-family: "tahoma";
	font-size: 16px;
	font-weight: bold;
	color: pink;
	padding: 0 8px 0 8px ;
	margin: 0 0 25px 0;
	border: 1px solid black;
	}
.quote2{
	text-align: center;
	font-size: 14px;
	font-family: "tahoma";
	font-weight: bold;
	color: #582254;
	padding: 0 8px 0 8px ;
	margin: 0 0 25px 0;
	border: 1px solid black;
	background-image: url(images/quote.jpg);
	background-repeat: repeat-x;
	}

#footer{
	clear: both;
	font-size: 11px;
	padding-top: 0px;
	text-align: left;
	color: black;
	background-color: transparent;
}

#copy{

	clear: both;
	font-size: 11px;
	padding-top: 1px;
	text-align: left;
	padding-left: 13px;
	color: #999;
	background-color: transparent;
}	
	

