@charset "utf-8";
/* CSS Document */
body, html {
	background-color:#D7D2C0;
	height:100%;
	margin:0;
	padding:0;
	width:100%;
	min-width:996px;
	
}

#wrapper {
	background:#FFFFFF none repeat scroll 0 0;
	border-left:10px solid #E9E5D8;
	border-right:10px solid #E9E5D8;
	margin:0 auto;
	width:934px;
	padding-top:20px;
}

#bottom {
	background-image:url(../imgs/pg_bottom.png);
	background-repeat:no-repeat;
	height:45px;
	min-height:45px;
}

#container {
	width:904px;
	margin:0 auto;
}

#logo {
	background-image:url(../imgs/logo.png);
	background-repeat:no-repeat;
	height:198px;
	width:295px;
	float:left;
}

#banner {
	height:198px;
	width:609px;
	float:right;
}

#menu {
	height:428px;
	width:295px;
	float:left;
}

#content {
	min-height:428px;
	float:right;
	max-width:609px;
	min-width:609px;
}

#content h1 {
	height:20px;
	line-height:20px;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	float:left;
	color:#804040;
	text-transform:uppercase;
}

#content h1 a:link, #content h1  a:visited {
	text-decoration:none;
	color:#804040;
}

#content h1 a:hover {
	text-decoration:none;
	color:#CCCCCC;
}

#text {
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	clear:both;
	margin-bottom:10px;
}

#copyright {
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	margin-left:20px;
	float:left;
}

#links_top {
	padding-top: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#bf8f7e;
	margin-right:20px;
	float:right;
	font-weight:bold;
}

#links {
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#bf8f7e;
	margin-right:20px;
	float:right;
	font-weight:bold;
}

#links a:link, #links_top a:link, #links a:visited, #links a:active {
	color:#bf8f7e;
	text-decoration:none;
}

#links a:hover, #links_top a:hover {
	color:#3a1c12;
	text-decoration:underline;
}


#init {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#init a:link, #init a:visited, #init a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#init a:hover {
	color:#CCCCCC;
	text-decoration:none;
}

a:link, a:visited, a:active {
	color:#bf8f7e;
	text-decoration:none;
}

a:hover {
	color:#3a1c12;
	text-decoration:underline;
}


.imgText {
	font-size: 9px;
}

.mid_size {
	font-size: 12px;
	font-weight:bold;
	color:#996666;
}

.brown {
	color:#996666;
}
.clear {
	clear:both;
}


#bottom_esp {
	background:transparent url(../imgs/bottom_esp.png) no-repeat scroll center center;
	height:100px;
	margin:0 auto;
	width:996px;
}

#bottom_eng {
	background:transparent url(../imgs/bottom_eng.png) no-repeat scroll center center;
	height:100px;
	margin:0 auto;
	width:996px;

}