
body {
margin : 0;
padding : 0;
}
#wrap {
margin : 50px auto;
background : url(images/bg.gif) no-repeat top left;
width : 700px;
}
#header {
height : 130px;
}
#header h1 {
padding-left : 240px;
padding-top : 45px;
text-decoration : none;
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 130%;
}
#header h1 a {
color : #1b5500;
text-decoration : none;
}
#header h1 a:hover {
}
#content {
margin : 0;
padding : 0;
border : 8px solid #1b5500;
border-top : none;
border-bottom : none;
}
#left {
float : left;
width : 150px;
margin : 0;
padding : 0;
padding-right : 14px;
}
#left h1 {
	padding : 0 0 0 45px;
	margin : 0;
	font-size : 110%;
	border-bottom : 1px dashed #1b5500;
	clear : both;
	color: #1b5500;
}
#left p {
text-indent : 1em;
font-size : 80%;
font-family : Times New Roman, Times, sans-serif;
line-height : 1.5em;
letter-spacing : 1px;
padding-left : 10px;
}
#left a {
text-decoration : none;
color : #000000;
font-family : Times New Roman, Times, sans-serif;
font-size : medium;
}
#nav {
margin : 0;
padding : 0;
float : left;
}
#nav ul {
margin : 0;
padding : 0;
float : left;
}
#nav a {
display : block;
color : #000;
text-decoration : none;
margin : 0;
padding : 10px;
padding-right : 25px;
font-family : Times New Roman, Times, sans-serif;
font-size : medium;
background : #ffffff;
}
#nav a:hover, #nav a.active {
color : #fff;
background : #000;
background : url(images/bg_nav.gif) no-repeat right 50%;
}
#nav li {
margin : 0;
margin-bottom : 3px;
list-style : none;
background : #1b5500;
padding : 0;
}
#right {
float : right;
width : 480px;
padding : 10px;
border-left : 1px dotted #1b5500;
}
#right h1 {
	padding : 0 0 0 45px;
	margin : 0;
	font-size : 110%;
	border-bottom : 1px dashed #1b5500;
	background : url(images/bg_header.gif) no-repeat left 50%;
	color: #1b5500;
}
h2 {
font-size : 100%;
clear : both;
margin-left : 10px;
}
h3 {
font-size : 90%;
clear : both;
margin-left : 20px;
}
#right p {
text-indent : 1em;
font-size : 90%;
font-family : Times New Roman, Times, sans-serif;
line-height : 1.5em;
letter-spacing : 1px;
}
#right a {
	text-decoration : none;
	color : #1b5500;
	margin : 1px;
	padding : 2px;
	border : 1px dashed #1b5500;
}
#right a:hover {
text-decoration : none;
color : #fff;
border : 1px dashed #fff;
background : #1b5500;
}
img {
float : left;
padding : 3px;
margin-right : 15px;
}
#footer {
margin : 0;
background : url(images/bg_bottom.gif) no-repeat bottom left;
height : 55px;
border-top : 1px dashed #000;
clear : both;
}
#footer p {
margin : 0;
padding : 5px;
text-align : center;
font-family : Arial, Helvetica, sans-serif;
font-size : 60%;
}
#footer a {
text-decoration : none;
color : #000;
}
#footer a:hover {
	text-decoration : none;
	color : #fff;
	background : #1b5500;
}
.clearer {
clear : both;
}
blockquote {
background : url(images/bg_quote.gif) no-repeat left top;
margin : 0;
padding : 20px 10px 20px 35px;
font-size : 80%;
color : #333333;
font-family : Times New Roman, Times, sans-serif;
line-height : 1.5em;
letter-spacing : 1px;
}
