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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: medium;
	margin:0;
	padding:0;
	color: #000000;
	background-color: #FFFFFF;
}

h1,h2,p{
	margin:0;
	padding:0;
	padding-bottom:10px}

h1, .topd{
	color: #9D302C;
	font-size: x-large;
}
	
h2{
	color: #AB504F;
	font-size: large;
	padding-top: 25px;
	padding-bottom: 15px;
}

a{
	text-decoration:none;
	color: #666666;
	background-image: none;}

a:hover{
	text-decoration:underline;
	color: #E25632;
}

a img {
	border:none; 
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#title{
	margin-top: 20px;
	font-size:small;
	height: 160px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #9D302C;
}

#sidebar, #contact{
	text-align: left;
}
	
#sidebar, #textspace{
	margin-top: 20px;
}

#sidebar{
	width: 300px;
	text-transform: lowercase;
	float: left;
	margin-left: 20px;
}

#sidebar ul{
	margin:0;
	padding:0}

#sidebar li{
	list-style-type: none;
	padding-bottom: 20px;
	list-style-image: url("../Images/CSS_Images/rrr_icon_small.jpg");
	margin-left: 20px;
}

#textspace {
	width: 600px;
	text-align: left;
	float: right;
	margin-right: 40px;
}

#textspace a {
	background-image: url("../Images/CSS_Images/rrr_icon_tiny.gif");
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left bottom;
}

.nice_table {
	width: 550px;
	vertical-align: middle;
	padding: 1px;
	text-align: left;
	white-space: normal;
}

.nice_table th{
	width: 75px;
}

.mailinglist{
	font-style: italic;
	color: #E25632;
}

.month {
	color: #E25632;
	text-transform: uppercase;
}

.time, .photo_credit {
	font-size: small;
	font-style: italic;
	line-height: 30px;
	text-transform: lowercase;
}

.pheader {
	font-weight: bold;
	color: #E25632;
}

.event_date {
	font-weight: bold;
	color: #74893C;
}

.event_title {
	font-weight: bold;
	color: #E25632;
	font-size: large;
}

.hours {
	color: #74893C;
}

.price {
	color: #E25632;
	font-style: italic;
}

.pquote, .pnotes {
	font-style: italic;
}

.pname {
	font-size: small;
	font-style: italic;
	line-height: 30px;
}

.img_floatleft, .img_floatcenter, .img_floatright, .img_alignleft, .img_aligncenter, .img_alignright {
	padding: 6px;
	border: thin #E75632;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 3px;
}
		
.img_floatleft {
	float: left;
}

.img_floatright {
	float: right;
}

.img_alignright {
	background-position: left;
}

.img_aligncenter {
	background-position: center;
}

.img_alignleft {
	background-position: left;
}

.topdiv, .botdiv {
 WIDTH: 400px; HEIGHT: auto}

.topdiv {
	padding:10px;
	font-weight:bold;
	border:1px solid #CCFFFF;
	background:#9D302C;
	color:#FFFFFF;
	text-transform: uppercase;
}

.botdiv {
	padding:10px;
	background-color: #FFFFFF;
	font-size: small;
	color: #333333;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

