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

body {
	background-image: url(images/bg.gif);
	padding: 0px;
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#252525;
}

#all {
		width: 832px;
		margin-left: auto;
		margin-right:auto;
		}

#wrapper {
		background-image: url(images/content-bg.jpg);
		background-repeat: repeat-y;
		width: 832px;
		float: left;
		}
#top-home {
	background:url(images/top.jpg) left top no-repeat;
	width: 832px;
	height: 32px;
	margin-left:auto;
	margin-right:auto;
	}
#top_row {
	background:url(images/top.jpg) left top no-repeat;
	width:642px;
	float:left;
	height: 29px;
	padding: 5px 95px 0 95px;
	}

#top_menu {
	background:url(images/top-nav.gif) left bottom no-repeat;
	width:240px;
	float:left;
	height:24px;
	padding:7px 29px 0 29px;
	}
	
#top_rt {
		width: 112px;
		height: 16px;
		float: left;
		padding: 12px 100px 6px 225px;
		}

#header {
		width: 832px;
		height: 358px;
		background-image: url(images/header.jpg);
		position:relative;
		z-index:1;
		}

#header_2 {
		width: 832px;
		height: 357px;
		background-image: url(images/header.jpg);
		float: left;
		}

#menu{
	background:url(images/menu-bg.jpg) left top no-repeat;
	width:668px;
	float:left;
	height:33px;
	padding:2px 74px 1px 90px;
	}
.nav{
	float:left;
	}
.translator {
	float:left;
	width:176px;
	height:24px;
	margin-right:2px;
	margin-top:7px;
	padding-left:20px;
	background:url(images/translate.gif) left top no-repeat;
	}
#translator-home {
	position:absolute;
	width:176px;
	height:24px;
	margin-right:2px;
	margin-top:7px;
	margin-left:100px;
	padding-left:20px;
	background:url(images/translate.gif) left top no-repeat;
	z-index:10;
	}
.goog-logo-link{
	display:none;
	}
#google_translate_element {
	margin-top:-2px;
	height:25px;
	overflow:hidden;
}
#title{
	background:url(images/title.jpg) left top no-repeat;
	width:832px;
	float:left;
	height:75px;
	}

#content {
		float: left;
		width: 554px;
		padding-left: 139px;
		padding-right: 139px;
		}
#content2 {
		float: left;
		width: 600px;
		padding-left: 116px;
		padding-right: 116px;
		}
#sub_content {
		float: left;
		width: 554px;
		height: 32px;
		padding-left: 139px;
		padding-right: 139px;
		padding-top: 30px;
		}

#footer {
		float: left;
		width: 594px;
		height: 72px;
		background-image: url(images/footer.jpg);
		padding:20px 119px 0 119px;
		}
		
/* Text Styles */

#top_row  p{
	font-size:16px;
	color:#FFFFFF;
	padding:0 0 3px 0;
	margin:0;
	text-align:right;
	font-weight:bold;
	}
#content p {
			margin: 0 0 12px 0;
			padding: 0px;
			line-height: 18px;
			}

#footer h1{
	text-align:center;
	font-size:22px;
	padding:0 0 12px 0;
	margin:0;
	color:#FFFFFF;
	}
	
#footer p {
		margin: 0px;
		padding: 0px;
		line-height: 14px;
		color: #FFFFFF;
		font-size: 10px;
		text-align:center;
		}

h1 {
	font-size: 20px;
	padding:0 0 16px 0;
	margin:0;
	}
h2{
	text-align:center;
	font-size:18px;
	padding:0 0 12px 0;
	margin:0;
	}
.pretty{
	font-style:italic;
	font-weight:bold;
	text-align:center;
	color:#6b1908;
	}	
	
/* Link Styles */
p a{
	color:#252525;
	text-decoration:none;
	}
.linked a, a.linked{
	color:#6b1908;
	text-decoration:none;
	font-weight:bold;
	}

#content a{
		color: #252525;
		text-decoration: none;
		}
#footer a{
		color:#FFFFFF;
		text-decoration: none;
		}
#footer a:hover {
		color:#FFFFFF;
		text-decoration:underline;
		}
.copy a, a.copy{
	text-decoration:none;
	padding:0px;
	}
a { 
	border:0;
	}