/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #8731B5;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #8731B5;
}

body {	
	background: transparent url(style/pattern2.png) repeat;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:1.4em;
}

#content {
	margin: 0 auto;
	background: #fff;
	width: 760px;
	text-align: left;
}

#main {
	width: 776px;
	padding-top: 20px;
}

#back { 
	width: 776px;
  	background: url(style/main2.png) repeat-y;  
	color: #353535;
}

#logo {
	width: 768px;
	height: 200px;
	margin-left:4px;
	border-top: 4px solid #522863;
	background: #C6B2CE url(style/header.jpg) no-repeat left center;
	color: #C6B2CE
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}

#logo H2 a {
	font-size: 10px;
	text-transform: uppercase;
}

#menu {
	width: 768px;
	height: 50px;
	margin-left: 4px;
	background: #522863 url(style/menu.png) repeat;
	padding-bottom: 0px;
}

#menu ul {
	list-style: none;
	padding-left: 4px;	
}

#menu li {	
	display: inline; 	
}

#menu ul li a {
	float: left;	
	height: 44px;	
    display: inline;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 18px;
	font-size: 14px;	
	padding-left: 19px;
	padding-right: 19px;
}

#menu ul li a:hover, #menu ul li .active { 	
    height: 30px;
	color: #FFFF33;
	text-decoration: none;
	background: url(style/menu_sel.png) repeat;
}

#left {
	width: 200px;
	margin-left: 20px;
	background: #DED3DE url(style/border-botton.png) bottom no-repeat;
	
}

.boxtop {
	background: url(style/border-top.png) repeat-x top;
	width: 200px;
	height: 7px;	
}

#left2 {
	width: 200px;
	margin-left: 20px;
	background-color: #C6B2CE;	
}

#left H3 {
	width: 175px;
	height: 27px;
	font-size: 13px;
	font-color: #33004B;
	padding-left: 25px;
	padding-top: 15px;
	text-transform: uppercase;
	color: #ffffff;
}

#left ul {
	list-style: none;
	margin-bottom: 10px;	
	background: url(style/border-bottom.png) repeat-x bottom;
}

#left ul {
	border: 0px;
	margin-bottom: 10px;
	padding-top: 20px;
}

#left li {
	padding: 4px;
}

#arc li {
	padding-left: 30px;
}

#left a {
	color: #8731B5;
}

#left a:visited {
	color: #8731B5;
}

#left p {
	padding: 10px;
}

#right {
	float: right;
	width: 538px;
	padding-left: 10px;
}

#right h1 {
	margin: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 12px;
	color: #33004B;
}

#right h2 {
	margin: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 14px;
	font-weight: 600;
	color: #33004B;
}

#right H3 {
	margin: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	color: #33004B;
}

#right H4 {
	margin: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 18px;
	color: #33004B;
}

#right a {
	color: #68268C;
	text-decoration: none;
}

#right a:hover {
	color: #68268C;
	text-decoration: underline;
	}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#quote {	
	font: 12px Arial, Helvetica, sans-serif;
	color: #33004B;
	line-height:1.4em;
	padding-top: 12px;
	padding-bottom: 12px;
}

#right ol, #right ul {
	margin-left: 30px;
}

.date {
	text-align: right;
	color: #B66411;
	font-size: 11px;
}

.date a {
	color: #B66411;
}

#right .box {
	width: 493px;
	margin-bottom: 20px;
}

#right .box2 {
	background: #ffffff url(style/border-top2.png) repeat-x top;
	width: 484px;
	padding: 15px;
}

#right .boxbot {
	background: url(style/border-bottom2.png) repeat-x top;
	width: 514px;
	height: 7px;	
}

#footer {
	height: 50px;
	width: 768px;
	clear: both;
	margin-left: 4px;
	background: url(style/footer.jpg) bottom center no-repeat;
	border-bottom: 4px solid #522863;
}

#footer p {
	padding-top: 10px;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;	
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFFF;	
	text-decoration: underline;
}