body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
	background-color: #56653d;
}

#main	{
	width: 800px ;
	margin: 10px auto ;
	/*background-color: #fff ;*/
	background: #fff url(images/dashbackground.jpg) repeat-y top left;

}

/* The Tan hack for IE6 margins */		 
 * html div#main 	{ margin: 10px 10%; }

#header {
	border-top: 1px solid #778899;
	border-bottom: 1px solid #B2BCC6;
	height: 230px;
	width: 800px ;
	background-color: #56653d;
	color: #fff;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat ;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: auto ;
}

#header h1	{
	width: 65% ;
	margin-left: -5000px ;
}

/*#header p	{
	font-size: 2em;
	font-weight: bold;
	padding: 5px;
	margin-left: 480px;
	margin-top: 185px;
	color: #191970;
}*/

#nav {
	width: 190px;
	/*height: 580px ;*/
	float: left ;
	background-color: #fff ;
	color: inherit ;
	}
	
/*#nav table	{ margin: 1em ; }*/

h3	{
	margin: 1em;
	font-weight: bold;
	font-size: 1em;
}

#nav p	{
	margin-left: 1.5em;
	font-size: .95em;
	line-height: 1.5em;
}

#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	font-size: 80%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#nav a:hover {
	color: #778899;
}

h2 {
	font: 150% Georgia, "Times New Roman", Times, serif;
}

#content {
	background-color: #fff;
	color: inherit ;
	padding: 1em 5px ;
	float: right ;
	width: 588px ;
	/*height: 780px ;*/
/*	border-left: 1px dashed #99A99A ;*/
}

/* The Tan hack for IE6 margins */		 
 * html div#content 	{ width: 580px ; }


#content p {
	font-size: 85%;
	line-height: 1.6em; 
	padding: 0 1.2em;
}

#content p.strong	{
	font-weight: bold;
}

/* START quotes and comments styles */

#content blockquote	{
	padding: 0 20px 0 0;
	margin: 0;
	text-align: left;
}

#content p.quote	{
	font-size: 1em;
	padding: 0 20px;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 0;
}

#content cite	{
	text-align: right;
	display: block;
	padding: 0 30px 3em 0;
}

#content blockquote p.quote:before	{
	content: "\201C";
	font-size: 1.2em;
	font-weight: bold;
	font-family: Georgia, Times, "Times New Roman", serif;
}

#content blockquote p.quote:after	{
	content: "\201D";
	font-size: 1.2em;
	font-weight: bold;
	font-family: Georgia, Times, "Times New Roman", serif;
}

#content p.cite	{
	margin: 0;
}

#content cite:before	{
	content: "\2014";
}

#content ul li, #content ol li	{
	line-height: 1.5em;
	font-size: 85%;
	padding: 0 1.5em;
}

#content ol	{
	list-style-type: upper-roman;
	margin-right: 220px;
}

/* END quotes and comments styles */

/* START gallery styles */
div.right2	
{
	float: right;
	margin: 10px ;
}

div.right2 img
{
	border: 1px solid #888 ;
}


div.club	
{
	width: 90% ;
	clear: both;
	padding: 10px 0;
	margin: 25px auto;
}

div.details
{
	width: 40% ;
	margin-top: 10px ;
	margin-right: 20px ;
	padding: 5px;
	clear: left;
}

#content p.details
{
	margin-left: 10px;
}

/* END gallery styles */

/*#content div.making	{
	margin: 1em auto;
}*/

#content div.making img	{
	display: block;
	border: 1px solid #888;
	margin: 2em auto;
}

.alert	{
	border: 1px solid #d46f1d ;
	font-weight: bold ;
}

div.content	{clear: both ;
				margin: 1em 0 0 2em;
				width: 80% ;
				height: auto ;
				 }
				 
div.content img.icon	{
	float: left;
	border: 1px solid #888 ;
	margin: 0 15px 15px 0 ; 
}


 div#content p.desc { 
				clear: right ; 
				padding: 0 25px ;
}

.center	{
	text-align: center;
}

div#content p.center	{
	text-align: center;
	margin-top: -1em;
}

div#content p.desc1:first-letter	{
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: bold;
}

div#content img.center	{
	display: block;
	margin: 10px auto;
	border: 1px solid #888;
}

#footer	{
	clear: both ;
	font-style: italic ;
	font-size: .85em;
	text-align: center;
	background-color: #fff ; 
	padding: 5px 0 ;
	border-bottom: 1px solid #778899;
	border-top: 1px dotted #B2BCC6;
	margin: 0 auto ;
	width: 800px ;
}

#footer p	{
	margin: 0 ;
	line-height: 1.2em ;
}
