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

body {
background:black url('images/background.jpg');
background-repeat:repeat-x;
margin-top:0px;
margin-bottom:0px;
text-align:center;
	
}

a:link,a:visited {
color:	#76605A;
font-weight:bold;
text-align:left;
font-size:11px;
}

#header {
	margin:auto;
	background:url('images/header.jpg');
	width:952px;
	height:315px;
}

#wrapper {
	width:952px;
	margin:auto;
	margin-bottom:0px;
	text-align:left;
	padding:0px 0px 0px 0px;
}

#left {
	width:13px;
	min-height:443px;
	background:#FF0;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	background:url('images/sidebg.jpg');
}

#right {
	width:13px;
	min-height:443px;
	background:#FF0;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	background:url('images/sidebg.jpg');
}



#menu {
width:249px;
float:right;
padding:0px;
margin-bottom:30px;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;
}

#menu a {
display:block;
width:230px;
height:20px;
border-top:1px solid #ccc;
border-left:10px solid #e6e6e6;
margin-left:0px;
padding-top:10px;
padding-bottom:8px;
margin-right:15px;
vertical-align:bottom;
font-family:helvetica, arial, sans-serif;
font-size:19px;
color:#76605A;
text-decoration:none;
font-weight:bold;
}

#menu a:hover {
color:#000;
border-left:10px solid #76605A;
}


#quotes {
width:676px;
float:left;
overflow:hidden;
	font-family: arial, helvetica, sans-serif;
	font-size:16px;
	color:#666;
}

#quotes p {
padding-left:30px;
padding-right:20px;
margin-top:0px;
margin-bottom:30px;
line-height:25px;
}

#quotes strong {
	color:#000;}


#content {
width:676px;
float:left;
}

#content p {
padding-left:30px;
padding-right:25px;
margin-top:0px;
margin-bottom:20px;
text-align:justify;
}

h1 {

font-size:30px;
color:black;
margin-left:25px;
margin-top:0px;
padding-top:0px;
	
}