body {
 text-align: center;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-top: 0px;
 margin-left: 0px;
 background: #cdcbc5;
 background-image: url(bg.jpg);
 background-position: top center;
}


body,tr,td,form {
 scrollbar-arrow-color: #e7e5e0;
 scrollbar-track-color: #cdcbc5;
 scrollbar-face-color: #e7e5e0;
 scrollbar-highlight-color: #cdcbc5;
 scrollbar-3dlight-color: #cdcbc5;
 scrollbar-darkshadow-color: #cdcbc5;
 scrollbar-shadow-color: #cdcbc5;
}

#main{
	width: 600px;
	margin: 0px auto;
	padding-top: 355px;
	background-image: url(head2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ffffff;
}

#content { 
	color: #515151;
	font-size: 13px; 
	margin: 0;  
	padding: 0px; 
	line-height: 16px;
	font-family: arial;
	text-align: justify;
}

#top {
	width; 100%;
	margin: 0;  
	text-align: center;
	background-image: url(top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}


#nav a {
    background: none;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 15px; 
    line-height: 15px;
	color:#393332;
	font-size: 12px;
	text-decoration: none;
    font-variant: small-caps;
	font-family: arial, serif;
    word-spacing:2px; 
    letter-spacing:1px;
	}

#nav a:hover {
	background: #ba9986;
   	color: #ffffff;
   	text-decoration: none;
	border-bottom: 0px dotted #ffffff;
}

#footer {
	height: 110px;
	width: 100%;
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
	color: #9d9d9d;
	line-height: 1.5;
	font-size: 11px;
	font-family: Trebuchet MS;
	text-align: center;
	background-image: url(footer2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px auto;
}

input, textarea, select { 
	padding: 5px;
	background: #e5e5e5;
	font-size: 11px;
	font-family: verdana,helvetica,Times New Roman,arial narrow;
	color: #888888; 
	border-style: solid;
	border-color: #c0c0c0;
	border-width: 1px; 
}

p {margin-right: 10px; margin-bottom: 15px; margin-top: 6px; margin-left: 10px; text-align: justify;}

.right {
	float: right;
	border: 3px solid #d1d1d1;
	margin: 5px 5px 5px 8px;
}
.left {
	float: left;
	border: 3px solid #d1d1d1;
	margin: 5px 8px 5px 5px;
}
.middle {
	border: 3px solid #d1d1d1;
	margin: 2px;
}

.code {line-height: 10px; margin-right: 3px; margin-bottom: 3px; margin-top: 3px; margin-left: 3px; text-align: center;}
.center {text-align: center;}
em {font-family: Georgia; color: #b59f5f; font-size: 15px;}
i {font-family: Georgia; color: #966a4e;}
b {font-weight: normal; font-family: century gothic; font-size: 10px; text-transform: uppercase; color: #8c634f;}
h1 {
	font-family: Century Gothic;
	font-size: 20px;
	font-weight: normal;
	text-transform: lowercase;
	height: 19px;
	background-image: url(h1.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #2a2221;
	letter-spacing: 10;
	text-align: right;
	}
h1:first-letter{
	color:#9d6d54;
}
h2 {
	font-family: Century Gothic;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
	height: 19px;
	background-image: url(h1.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #2a2221;
	letter-spacing: 3;
	text-align: center;
	}

table {
 font-family: arial; 
 font-size: 10px; 
}

blockquote {
	margin-right: 100px; margin-bottom: 11px; margin-top: 11px; margin-left: 100px;  
	padding: 5px; 
	color: #747474;
	line-height: 1.6;
	font-size: 11px;
	font-family: Trebuchet MS;
	background-color: #f0f0f0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top right;
	border: 1px dotted #b3b3b3;
}

a {color: #875e73; text-decoration: none; font-family: arial;}

a:hover { color: #000000; background: none; font-weight: none; text-decoration: none; cursor: crosshair;;}
