body {
 font-family: arial; 
 color: #282828; 
 margin-right: 0px;
 margin-bottom: 0px;
 margin-top: 0px;
 margin-left: 0px;
 background: #e9e2ce;
 background-image: url(bg.jpg);
}


body,tr,td,form {
 scrollbar-arrow-color: #e9e2ce;
 scrollbar-track-color: #e1d4c3;
 scrollbar-face-color: #e9e2ce;
 scrollbar-highlight-color: #e9e2ce;
 scrollbar-3dlight-color: #e9e2ce;
 scrollbar-darkshadow-color: #e9e2ce;
 scrollbar-shadow-color: #e9e2ce;
}



input, textarea, select { 
 background: #e9e2ce;
 background-image: url(bg2.jpg);
 font-size: 10px;
 font-family: verdana,helvetica,Times New Roman,arial narrow;
 color: #000000; 
 border: 1px dotted #101c26;
}

#main {position: absolute; top: 310px; left: 98px; width: 450px;
 font-size: 10px; 
	text-align: center;
}

#nav {position: absolute; top: 360px; left: 15px; width: 80px;
 font-size: 10px; 
}

#nav a {
    display: block;
    padding-right: 10px;
    padding-left: 5px;
    margin-bottom: 1px;
    height: 20px; 
    line-height: 20px;
	color:#7e010f;
	font-size:8pt;
    font-variant: small-caps;
	text-decoration: none;
	font-weight:none;
	font-family: century gothic;
    word-spacing:2px; 
    letter-spacing:1px;
	}

#nav a:hover {background: #4d3331;
   	color: #e3c9be;
   	text-decoration: none;
}

#footer {
	width: 100%;
	padding-right: 10px; 
	padding-bottom: 10px; 
	padding-left: 10px; 
	color: #534a48;
	font-size: 10px;
	font-family: Trebuchet MS;
	margin: 0px auto;
	text-align: center;
}

p {text-indent: 12px; line-height: 13px; margin-right: 5px; margin-bottom: 6px; margin-top: 3px; margin-left: 10px; text-align: justify;}

strong {font-weight: normal; color: #c21b00; font-family: century gothic; font-size: 10px; text-transform: uppercase;}
em {font-family: Georgia; color: #6e517a;}
i {font-family: Georgia; color: #a4546d;}
b {font-weight: normal; font-family: century gothic; font-size: 9px; text-transform: uppercase; color: #890012;}

.code {line-height: 10px; margin-right: 5px; margin-bottom: 6px; margin-top: 6px; margin-left: 5px; text-align: center;}

h1 {
	font-family: Century Gothic;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
	height: 20px;
	background-image: url(h1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	color: #533433;
	letter-spacing: 5;
	text-align: center;
}
h1:first-letter{
	color:#9c0113;
	font-size: 20px;
	text-transform: uppercase;
}
h2 {
	font-family: Century Gothic;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	height: 20px;
	padding: 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 7px;
	margin-bottom: 1px;
	color: #533433;
	letter-spacing: 5;
	text-align: center;
}

blockquote {
	margin-right: 75px; margin-bottom: 15px; margin-top: 15px; margin-left: 75px;  
	padding: 5px; 
	color: #7a6d5e;
	line-height: 15px;
	font-size: 10px;
	font-family: tahoma;
	background-image: url(bg2.jpg);
	text-align: center;
}

img { border: 0;}


A {color: #000000; text-decoration: none; font-weight: bold;}

A:hover{ color: #000000; background-image: url(bg2.jpg); text-decoration: none; border-bottom: 1px dotted #FFFFFF; cursor: crosshair;}
