/* CSS Document */

html, body {
	height: 100%;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #706557;
	text-align: justify;
}
body {
	background-color: #FEF5D5;
	background-image: url(../assets/bg_01.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*a:link {
	color: #9A1E22;
}
a:visited {
	color: #EAA45E;
}
a:hover {
	color: #594336;
}
a:active {
	color: #9A1E22;
}
*/
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
	background-image: url(../assets/bg_h4.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 19px;
	vertical-align: baseline;
	padding-top: 14px;
	padding-left: 40px;
}
h5 {
	font-size: 11px;
}
#container {
    position: relative;
    min-height: 100%;
}
#content {
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: table; 
}
#intro {
	width: 640px;
	height: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #9A1E22;
	text-align: center;
	padding-top: 110px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #EEE;
	text-decoration: none;
}
#intro A:link, #intro A:active, #intro A:hover, #intro A: visited {
	color: EEE;
}
#introLeft {
	width: 270px;
	float: left;
	text-align: right;
}
#introRight {
	width: 270px;
	float: right;
	text-align: left;
}
#top {
	background-image: url(../assets/top_bg.gif);
	background-repeat: repeat;
	height: 102px;
	width: 640px;
}
#top A:link, #top A:active, #top A:visited, #top A:hover {
	color: FFF;
}
#top A:link {
	color: FFF;
	text-decoration:none;
}
#top A:hover {
	color: FFF;
	font-weight: bold;
	text-decoration:none;
}
#logo {
	float: left;
	width: 360px;
	text-align: right;
	padding-top: 8px;
}
#languageBox {
	float: right;
	width: 165px;
	text-align: right;
	color: #FFF;
	padding-top: 30px;
	padding-right: 15px;
}
#menu {
	text-align: center;
	height: 40px;
	width: 640px;
}
#banner {
	clear: both;
	height: 220px;
	width: 640px;
}
#main {
	width: 600px;
	background-color: #FFF;
	background-image: url(../assets/bg_main.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 42px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 25px;
}
#main A:link, #main A:active, #main A:visited, #main A:hover {
	color: #9A1E22;
}
#main A:hover {
	color: #594336;
}
#main A:visited {
	color: #EAA45E;
}
#bottomMain {
	background-image: url(../assets/bg_bottomMain.gif);
	background-repeat: no-repeat;
	height: 76px;
	width: 640px;
	display: table;
	margin-bottom: 30px;
}
#bottom {
	background-image: url(../assets/bottom.gif);
	background-repeat: repeat-x;
	height: 38px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#bottom a:link, #bottom a:visited, #bottom a:active, #bottom a:hover {
	color:#FFF;
}
#map {
	float: right;
	width: 300px;
	height: 130px;
	margin-top: -20px;
	margin-right: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.photoLink {
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
	float: right;
	margin-top: 0px;
	width: 100%;
	text-align: right;
}

.frame {
	background-color: #FEF5D5;
	padding: 4px;
	border: 1px solid #D8D3CD;
}
.language {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #9A1E22;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #F4F4F4;
}

