@charset "UTF-8";
/* CSS Document */

/*RESET*/

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, font, img, small, strike, strong, sub, sup,
b, u, i, center, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}



/*MAIN STYLES*/


body {
font-family:Helvetica, arial, sans-serif;
text-align: left;
color: #140004;
font-size: 14px;
line-height: 20px;
background-image: url(background_web.jpg);

}

a {
text-decoration: none;
color: #50191e;
}

a:hover {
color: #f5e6c7;
text-decoration: none;
}



h1 {
font-family:Helvetica, arial, sans-serif;
font-weight: normal;
text-transform: none;
color: #50191e;
font-size: 16px;
letter-spacing: 4px;
line-height: 20px;
text-align: center;
border-bottom: solid #50191e 1px;
}



h2 {
font-family:Garamond Premier pro, serif;
color: #50191e;
font-size: 14px;
line-height: 16px;
letter-spacing: 2px;
border-bottom: solid 1px;
}



#nav li a {
font-family:Garamond Premier pro, serif;
color: #f5e6c7;
background-color: #5d3138;
border-bottom: solid #73464d 1px;
font-size: 12px;
text-transform: none;
line-height: 12px;
letter-spacing: 2px;
text-align: center;
display: block;
padding: 4px;
}

#nav li a:hover {
border-right: solid #f5e6c7 5px;
background-color: #50282e;
color: #d9c49a;
text-decoration: none;
}









body {
margin-top: 0;
margin-left: 0;
margin-right: 0;
}

#header
{
width: 970px;
margin: 0px auto;
background-color: white; 
padding: 20px;
}

#container
{
width: 970px;
margin: 0px auto;
}

#main {
width: 970px;
}

#leftcolumn {
width: 150px;
height: 600px;
background-color: white;
float: left;
overflow: auto;
padding: 10px;
}

#rightcolumn {
width: 750px;
height: 600px;
background-color: white;
float: left;

overflow: auto;
padding: 10px;
margin-top: 0px;
margin-right: 0px;
}





#copyright {
color: #999999;
font-size: 10px;
text-transform: none;
letter-spacing: 1px;
line-height: 14px;
}









