@charset "UTF-8";
/* CSS Document */

#container {
	margin-left:auto;
	margin-right:auto;
	width: 1024px;
	min-height: 768px;
	background-image:url(images/background_int.jpg);
	background-repeat:no-repeat;
	
}

/*BANNER*/
h1, h2 {
	display:none;
	clear:both;
}
#banner {
	height: 162px;
}
/**MENU8**/
#menu {
	float:right;
	position:relative;
	padding-right:1.5em;
}
#menu li {
	float:left;
	list-style:none;
	margin-left:1.5em;
}
#menu li a, #menu li a:visited {
	color: #666666;
	font:"Adobe Garamond Pro", Garamond, "Times New Roman", serif;
	font-size:14px;
	text-decoration:none;
	letter-spacing: .12em;
	
}
#menu li a:hover, #menu li a:focus {
	color:#8c3124;
}
#menu li a:active{
	color:#000000;
}
/**CONTENT**/

#content {
	height:440px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;	
}

.left {
	float:left;
	width:223px;
}
.center {
	margin-left:223px;
	margin-right:223px;
	padding-left:15px;
	padding-right:15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right:solid 1px #000000;
	height:440px;
}
.right {
	float:right;
	width:223px;
	padding-left:15px;
	height:440px;
}

#right {
	height:400px;
	padding-left:15px;
}

h3 {
	color: #000000;
	font:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-top:0px;
	padding-top:15px;	
}
p {
	color:#000;
	font:small "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
h4.page {
	padding-left:15px;
	font-weight:normal;
	color:#333333;
	padding-bottom:1em;
	margin-bottom:1em;
}
h4 a, h4 a:visited {
	font:small Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration:none;
}
h4 a:hover, h4 a:focus {
	color:#999999;
	text-decoration:underline;
}
h4 a:active {
	color:#CCCCCC;
	text-decoration:underline;
}


.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
}

h5 {
	color:#333333;
	font:x-small Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight: normal;
}
/**LINKS**/
ul {
	padding-left:0px;
}
ul li {
	list-style:none;
	padding: .5em 0px;
}
a, a:visited {
	text-decoration:none;
	color:#677365;
}
a:hover, a:focus {
	color:#394337;
}
a:active {
	color:#c5df98;
}