/* CSS - Pastalicious */

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #454545;
	background: #e6e6e6;
}

ul {
	padding-left: 30px;
	}
	
li { 
	list-style-type: decimal;
	}
	
img { 
	border: 3px solid #e5e5e5;
	margin: 0 15px 5px 0; 
	float: left; 
	}
img.arrows {
	border: none;
	margin: 0px;
	}
	
a { 
	color: #2FB432; 
	text-decoration: none; 
	background: inherit ;
	}
	
a:hover { 
	text-decoration: underline;
	}

blockquote { 
	margin: 0 0 15px 30px; 
	border-left: 3px solid #6cdf6c; 
	padding: 0 0 0 8px;
	}

#content { 
	padding: 10px 10px 10px 10px; 
	margin: 0 auto; 
	width: 765px; 
	background: #fff; 
	}
	
#content .rightimg {
	border: 3px solid #e5e5e5;
	margin: 0 15px 5px 0; 
	float: right; 
	}
	
#title {	
	height: 100px; 
	width: 100%; 
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	border-bottom: 2px;
	border-bottom-color: #6cdf6c;
	}

#title h1 { 
	display: none;
	}
	
#maincontent { 
	width: 100%;
	padding-top: 30px;
	border-top-style: solid;
	border-top: 3px;
	border-top-color: #84c284;
	}		

#left_side { 
	width: 525px; 
	background: transparent; 
	margin-bottom: 20px;
	}
	

#right_side { 
	width: 200px; 
	background: transparent; 
	float: right;
	}

#right_side h3 { 
	height: 22px;
	/* background: transparent url(images/top_bar.png) repeat-x; */
	background: #6cdf6c;
	color: #FFF;
	border: 0;
	font: bold 1.2em "Arial", Sans-Serif;
	padding: 0px 0 0 5px;
	line-height: 22px;
	}

#right_side p {
	padding-left: 10px; 
	background: inherit; 
	}


#footer {
	bottom:0;
	clear:both;
	text-align: left;
	border-top: 1px solid #e5e5e5;
	padding: 3px 0 0 0;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #888;
	background: #FFF;
}
#footer .right { 
	float: right 
	}