* {
	padding: 5;
	margin: 0;
} 

body {
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	padding: 5;
	margin: 0;
	color: #555;
	line-height: 17px;
	text-align: center;
}

img { border: none; }
a { color: #4A883B; }
a:hover { text-decoration: none; color : #999; }
h3 {
	border-bottom: 1px dotted #aaa;
	color: #00FF00;
	padding-bottom: 4px;
	margin: 14px 0 7px 0;
	font-weight: 100;
	font-size: 22px;
	letter-spacing: -1px;
}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover { color: #999; }

#wrap {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#header {
background: #fff url(../Images/header.jpg) no-repeat;
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
height: 220px;
}
#header h1 {
	font-size: 40px;
	font-weight: 100;
	letter-spacing: -3px;
	padding: 70px 33px 0 0;
	text-align: right;
	color: #FFFFFF;
}
#header h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}
#header h2 {
font-size: 22px;
color: #fff;
padding: 4px 33px 0 0;
text-align: right;
font-weight: 600;
}
.text_bold {
	font-weight: bold;
}


#menu {
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	background-color: #4E4421;
	background-repeat: no-repeat;
	background-image: url(../Images/menu.jpg);
}
#menu li {
float:left;
list-style-type:none;
}
#menu li a {
display:block;
padding:0 10px;
text-decoration:none;
color: #fff;
}
#menu li a:hover {
color:#fff;
text-decoration:none;
background: #4A883B url(../Images/menuover.jpg) repeat-x;
}

#content {
	padding: 0 20px;
	background-color: #fff;
	background-repeat: repeat-y;
	background-image: url(../Images/content.jpg);
}

#left {
padding: 10px 0;
width: 520px;
float: left;
font-size: 12px;
text-align: justify;
}
#left h3 { border-bottom: 1px dotted #aaa; }

#right{
	width: 220px;
	float: right;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 10;
}
#right h3 { font-size: 16px; border: none; padding: 0 0 0 10px; margin: 0; color: #000; }
#right ul { list-style-type: none; padding: 10px 0 20px 20px; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a { color: #4A883B; font-weight: 100; display: block; text-decoration: none; font-size: 12px;  }
#right ul li a:hover { color : #999; }

#footer {
font-size: 10px;
color: #ccc;
text-align: center;
height: 30px;
line-height: 30px;
background: #fff url(../Images/footer.jpg) no-repeat;
}
#footer a { 
color: #ccc;
text-decoration: none;
}
#footer a:hover {
color: #111; 
text-decoration: underline; 
}

#bottom {
background: #fff url(../cloverandflowers/images/bottom.jpg) no-repeat;
padding: 5px 0;
}

.img_right{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}
