/* Created by Igor Penjivrag (www.colorlightstudio.com) - 12.11.2006 */

img { margin: 0px}

body {
	margin: 0px;
	background: url(img/plumbackgroundtile.png);
	background-repeat: repeat;
	font-family: verdana, Arial, sans-serif;
        font-size: .8em;
}


p { 
	line-height: 17px;
	margin: 0px 0 10px 0;
	padding: 0 px;
}

h1 {
	color: #6E8B3D;
	margin:0px;
	padding:0px;
	font-size: 15px;}
	
h2 {
	color:  #536E27;
	margin:0px;
	padding:0px;
	font-size: 15px;
}

ul {
	font-size: .8em;
	margin:0 px;
	padding:0 px;
	list-style-image: url(img/bullet.gif);
}

a {
	color:#217A40;
}

a:hover {
	text-decoration: none;
}

blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}


/**** Main (center)Container ***/


#wrap { background:#d8fcbb;
border: solid 3px #536E27;
       margin-left: auto;
       margin-right: auto;
       width: 750px;
     
}


/**** Top ***/


#top {
	width: 100%;
	height: 88px;
	color: white;
	background:#450831;
	overflow:hidden;
}

#top h1 {
	color: white;
	letter-spacing: 3px;
	font-size: 2.4 em;
	font-weight: normal;
	position: relative;
	margin: 0px;
	top:33px;
	display:block;
	float:left;
	padding-left: 40px;
	padding-bottom: 5px;
}

#top h1 a {
	color: white;
	text-decoration: none;
}

#top h1 a:hover {
        color: white;
}

#top img {padding:5px 0px 0px 20px;}

/**** Main Menu (upper right nav bar)****/


#menu {
	display: block;
	float:right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
		white-space: nowrap;
		padding: 0px 1px;

}

#menu li a {
	display: block;
	padding: 5px 6px 40px 6px;
	margin-top: 50px;
	text-decoration: none;
	color: #d8fcbb;
	background:#571043;
}

* html #menu a {width:1%;}

#menu li a:hover {color:#fff; 
	
}

#menu li a.current {
	
	color: #536e27;
	background: #d8fcbb;
}

#menu li a.current:hover {
	color: #fff;
}


/**** Content Container ***/


#content {
	width: 100%;
	margin-top:20px;
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}


/**** Content (left main area)****/

#left {
	width: 350px;
	float:left;
	display: block;
        margin-left: 19px; 
	display: inline;
}


#left ul {
	padding: 15px 0 15px 35px;
	margin:0;
}

#left li {
	margin-bottom:5px;
}



/**** Sidebar (right) ***/


#right {
	width: 315px;
	float: right;
	display:block;
	margin-top: 0px;
}

#right .box {
	width: 280px;
	background: #E5FFD0;
	border: 1px solid #A2CD5A;
	padding:10px 10px 10px 10px;
	margin:10px 19px 0px 0px;
	float: right;
}

#right .box h2 {
	font-size: 1.1em;
	margin: 0px 0 0px 0;
	padding:0px 0 5px 0;
}

#right .box a { 
	margin: 10px 0 10px 0;
	color:  #68228B;
	font-size: 12px;
}

#right .box p {
	margin: 5px 0 10px 0;
	line-height: 15px;
}

#right .box ul {
	padding: 0 0 7px 20px;
	margin:10px 0 10px 0;
}

#right .box li { 
	margin-top:5px;
	font-size: 12px;
}

#right img { padding-right: 5px}

/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	overflow:hidden;
	
}

/**** postclear Div by Kira ***/


#postclear {
 margin: 5px 20px 0px 20px;
	width: 95%;
	
}


/**** Footer ***/


#footer { 
        margin: 20px auto 0 auto;
	text-align: center;
	border-top: dotted 1px gray;
	padding: 5px 0px 5px 0px;
	width: 70%;
}

#footer p { font-size: .7em;
	margin: 0px;
	padding: 0px;
}
