/*
GREEN BUD
   Designed & Distributed by: Eden Design Studio http://www.edendesignstudio.com
*/
/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
* { padding: 0; margin: 0; }
body {
	
 font-family: "trebuchet ms", Arial, Helvetica, Geneva, sans-serif;
 font-size: 12px;
 color: #383e3f;
	background-color: #6a0515;
	background-image: url(images/bgback.png);
}

img.left {
margin: 0px 10px 0px 0px;
border: 1px solid #6a0515;
padding: 6px;
}

img.right {
margin: 0px 10px 0px 10px;
border: 1px solid #6a0515;
padding: 6px;
}

#listed li {
margin-left: 35px;
line-height: 20px;
list-style-image: url(images/bullet.gif);
}

hr {
border: none 0;
border-top: 1px dotted #6a0515;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin: 8px 0px;
}

a {
	color: #383e3f;
	text-decoration: none;
	border-bottom: 1px dotted #B1D478;
}

a:hover {

	color: #383e3f;
}

strong {
	color: #6a0515;
}

/*------------------------------------------------------------*
**  Wrapper
**------------------------------------------------------------*/
#mainwrapper { 
 margin: 0 auto;
 width: 738px;
}
#bodywrapper { 
 overflow:hidden;
	background: #faf9f3 url(images/bg.jpg) repeat;
}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header {
 color: #333;
 width: 738px;
 height: 122px;
margin: 0 auto;
 background: url(images/header.png) no-repeat top;
}

/*------------------------------------------------------------*
**  Navigation and Side Bar
**------------------------------------------------------------*/
#leftcolumn { 

 color: #383e3f;
 margin: 0px;
 width: 200px;
 float: left;

}

#leftcolumn ul {
	list-style: none;
}
#leftcolumn ul li {
	list-style: none;
}
#leftcolumn ul li a {
	background: url('images/nav.jpg') no-repeat 0 bottom;
	color: #6a0515;
	display: block;
	font-size: 14px;
	height: 30px;
	width: 160px;
	border: 0px;
	text-decoration: none;
	padding: 5px 0px 0px 30px;
	letter-spacing: 1px;
	font-style: italic;
}
#leftcolumn ul li a:hover {
	background: url('images/navover.jpg') no-repeat 0 bottom;
	font-style: italic;
	text-decoration: none;
	color: #676767;
}
.sidehighlight {
width: 166px;
padding: 0px 12px 8px 18px;
font-size: 10px;
text-align: center;
color: #000;
}

.sidehighlight p {
padding: 6px;
color: #6a0515;
line-height: 16px;
	font-style: italic;
}

.sidehighlight a:hover {
color: #000;
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#rightcolumn { 
 float: right;
 color: #383e3f;
 margin: 0px;
 padding: 10px 40px 0px 10px;
 width: 480px;
 display: inline;
 text-align: justify;

}

#rightcolumn h1 {
font-size: 20px;
color: #6a0515;
margin-bottom: 4px;
letter-spacing: 1px;
	font-style: italic;
	font-weight: normal;
}

#rightcolumn h2 {
font-size: 16px;
color: #6a0515;
font-weight: normal;
font-style: italic;
margin: 4px 0px;
border-bottom: 1px dotted #929293;
}

#rightcolumn h3 {
	font-size: 20px;
	color: #6a0515;
	margin: 10px 0px;
	text-align: center;
}

#rightcolumn p {
margin: 8px 0px;
line-height: 20px;
}

#rightcolumn p.littlebigger {
	font-size: 16px;
}

#rightcolumn ul {
	margin-left: 35px;
	margin-bottom: 10px;
}

#rightcolumn li {
	margin: 5px;
	padding: 0px;
list-style-image: url(images/bullet.png);
	font-size: 14px;
}

blockquote {
	border: 1px dotted #6a0515;
	padding: 15px;
	margin: 10px;
	line-height:20px;
	color:  #6a0515;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer { 
 width: 738px;
 height: 60px;
 clear: both;
 color: #fff;
 padding: 20px 0px 0px 0px;
 background: url('images/footer.png') no-repeat;
 text-align: right;
 font-size: 10px;
 margin: 0 auto;
}

#footer a {
 color: #fff;
 text-decoration: none;
}
#footer p {
margin: 10px 65px 0px 0px;
}
