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;
}

* {
 scrollbar-arrow-color: #ffffff;
 scrollbar-track-color: #bfbfbf;
 scrollbar-face-color: #ffffff;
 scrollbar-highlight-color: #bfbfbf;
 scrollbar-3dlight-color: #bfbfbf;
 scrollbar-darkshadow-color: #bfbfbf;
 scrollbar-shadow-color: #bfbfbf;
}

#main{
	width: 650px;
	margin: 0px auto;
	padding-top: 290px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ffffff;
}

#content { 
	color: #5a5a5a;
	font-size: 11px; 
	margin: 0;  
	padding: 0px; 
	line-height: 16px;
	font-family: arial;
	text-align: center;
}

#nav a {
    background: none;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 15px; 
    line-height: 15px;
	color:#1b244f;
	font-size: 9px;
	text-decoration: none;
    font-variant: small-caps;
	font-family: arial, serif;
    word-spacing:2px; 
    letter-spacing:1px;
	}

#nav a:hover {
	background: #373c52;
   	color: #ffffff;
   	text-decoration: none;
	border-bottom: 0px dotted #ffffff;
}

#footer {
	width: 100%;
	padding: 0px; 
	color: #9d9d9d;
	line-height: 13px;
	font-size: 10px;
	font-family: Trebuchet MS;
	text-align: center;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0px auto;
}

input, textarea, select { 
 background: #f8f8f8;
 font-size: 10px;
 font-family: verdana,helvetica,Times New Roman,arial narrow;
 color: #888888; 
 border-style: solid;
 border-color: #e2e2e2;
 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;
}
.middle:hover {
	border: 3px solid #afafaf;
	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: #467377;}
i {font-family: Georgia; color: #5c3061;}
b {font-weight: normal; font-family: century gothic; text-transform: uppercase; color: #030e0b;}
h1 {
	font-family: georgia;
	font-size: 17px;
	font-weight: normal;
	text-transform: lowercase;
	font-style: italic;
	height: 19px;
	background-image: url(h1.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #556a83;
	letter-spacing: 10px;
	text-align: center;
	}
h1:first-letter{
	color:#4c2143;
}
h2 {
	font-family: Century Gothic;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	height: 19px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #2a2221;
	letter-spacing: 3px;
	text-align: center;
	}

table {
 font-family: arial; 
 font-size: 10px; 
}

blockquote {
	margin-right: 120px; margin-bottom: 11px; margin-top: 11px; margin-left: 120px;  
	padding: 5px; 
	color: #979797;
	line-height: 19px;
	font-size: 10px;
	font-family: Trebuchet MS;
	background-color: #f4f4f4;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top right;
	border: 1px solid #dfdfdf;
}

a {color: #3b5db4; text-decoration: none; font-family: arial;}

a:hover { color: #000000; background-color: #c3c3c9; text-decoration: none; cursor: crosshair;;}
