/* CSS Document */

body {
	margin-top: 20px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/web-bkgd.jpg);
	text-align: left;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wrapper-bkgd.jpg);
	border: 1px solid #666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Header */

#header {
	background-color: #e8d17f;
    position:relative;
    border-bottom: 1px solid #666;
	padding-top:10px;
	padding-left: 10px;
	padding-bottom: 0;
}

#background {
background-image: url(../images/wrapper-bkgd.jpg);
border-left: 1px solid #666;
border-right: 1px solid #666;
}

/* Header */

#header {
	background-color: #e8d17f;
    position:relative;
    border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding:10px;
	font-family: Georgia, Times New Roman, Times, serif;
font-size: .85em;
font-style: italic;
color: #663333;
}


/* Navigation */

#nav {
	padding-top:10px;
	padding-bottom:10px;
	background-color: transparent;
	font-family: Georgia, Times New Romon, Times, serif;
	font-size: .85em;
	color: #333333;
	background-color: #e8d27f;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

#nav a {
	color: #660000;
	text-decoration: none;
}

#nav a:hover {
	color: #333333;
	text-decoration: underline;
}

#tabs {
font-family: Georgia, Times New Roman, Times, serif;
font-size: .85em;
color: #e8d17f;
background-color: #b16629;
margin-bottom: 6px;
margin-top: 6px;
border: 1px solid #999;
padding: 10px;
line-height: 175%;
}

#tabs a {
color: #e8d17f;
text-decoration: none;
}

#tabs a:hover {
color: #fff;
text-decoration: underline;
}

#tabs a:active {
color: #fff;
text-decoration: none;
}





#top {
height: 249px;
margin-top: 6px;
margin-bottom: 6px;
border: 1px solid #999;
}

#translate {
float: left;
width: 175px;
}

#text {
float: right;
width: 750px;
border: 1px solid #999;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 6px;
background-color: #fff;
font-family: Verdana, Arial, Helvetica, san-serif;
color: #333333;
font-size: .80em;
}

#text h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #660000;
	font-weight: bold;
	text-align: left;
}

#text a {
color: #993300;
text-decoration: underline;
}

#text a:hover {
color: #333333;
text-decoration: none;
}



#footer {
	clear:both;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 70%;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 10px;
    text-align:right;
    color: #e8d17f;
    background-color: #b16629;
	border: 1px solid #666;
	height:15px;
}

#footer a {
color: #330000;
text-decoration: none;
}

#footer a:hover {
color: #000000;
text-decoration: underline;
}

#footer a:active {
color: #330000;
text-decoration: none;
}

#footer a:visited {
color: #330000;
text-decoration: none;
}

