/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* GENERAL */

html{background-color:#3a3523; font-family: Georgia, "Times New Roman", Times, serif; font-size:0.8em;
background-image:url('topbg.jpg'); background-position:top; background-repeat:repeat-x; height:175px; margin:0;padding:0;}
.clearboth{clear:both;}
strong{font-weight:bold;}
td{padding:5px;}

/* GENERAL FONTS */
h1{font-size: 1.4em;}
h2{font-size:1.2em;}
h3{font-size:1.1em;}
p,td,li,h1,h2,h3{line-height:1.7em; margin-bottom:10px; color: #eee9d2;}
h1,h2,h3{font-weight:bold; color:#d8cb96;}
h1{border-bottom: 1px solid #675E3F;}
h2{border-bottom: 1px dotted #675E3F;}
a{color: #9A8C5F;}

/* HEADER */
.header{width:380px;}
.shadow{}

/* MAIN */
.main{width:900px; margin:0px auto;}
.content,.image{margin-bottom:10px;}
.content{float:left;width:400px;}
.content ul{list-style-type:disc; list-style-position:inside;}
.image{float:right; width: 446px; text-align:right; }
.mainimage{padding:23px; padding-bottom:36px; background-image:url('imgbg.gif'); background-position:bottom; background-repeat:no-repeat;}

/* MENU */
.menu{width:180px; float:left;}
.menu a{display:block;text-decoration:none; color: #9A8C5F; }
.menu a:hover { text-decoration:underline; }
.address{float:right; width:180px; text-align:left;}

/* FOOTER */
.footer{border-top:1px solid #675E3F; padding-top:10px;padding-bottom:15px;margin-top:10px;width:900px;margin:0px auto; font-size:0.8em; color:#675E3F;}
.footer a{color:#675E3F; text-decoration: none;}
.webdesign{float:right; width:420px; text-align:right;}
.copyright{float:left;width:420px;}