* { 
margin: 0;
padding: 0;
}

body {
text-align: center; 
background-color: #474747;
font-family: "Lucida Grande", Verdana, Sans-Serif ;
color: #474747
}

a:link { color: #ede2cb; text-decoration: none; }
a:visited { color: #ede2cb; text-decoration: none; }
a:active, a.act { color: #330000; text-decoration: none; }
a:hover { color: #330000; text-decoration: none; }

div {
text-align: left; 
}

div#wrapper {
width: 1024px;
height: 650px;
margin: 25px auto;
border: 14px solid #c5b390;
background: url(img/bg.png) repeat-y;
}

div#leftCol {
float: left;
width: 242px;
height: 650px;
background: url(img/bg_left.jpg) no-repeat;
}

div#rightCol {
float: right;
width: 462px;
height: 650px;
background: url(img/bg_right.jpg ) no-repeat;
}

div#centerCol {
margin-top: 0;
margin-right: 462px;
margin-bottom: 0;
margin-left: 242px;
height: 650px;
background-color: #dfd3bc;
}

div#menu {
text-align: right;
margin-right: 10px;
margin-top: 400px;
font-family: 'Times New Roman';
font-size: 18px;
}

div#more {
float: right;
margin-right: 60px;
margin-top: 10px;
font-family: "Lucida Grande", Verdana, Sans-Serif ;
font-size: 9px;
color: #d4c700;
}

div#more a {
	font-size: 9px;
	color: #d4c700;
}

span#home {
float: right;
margin-right: 50px;
margin-top: 100px;
display: block;
width: 275px;
height: 175px;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

ul {
list-style-type: square;
list-style-position: inside;
margin-left: 10px;
}

h1 {
font-size: 18px;
padding-left: 15px;
padding-top: 33px;
}

h2 {
padding-bottom: 15px;
font-style: bold;
font-size: 12px;
}

p {
text-align: justify;
padding-bottom: 10px;
font-size: 11px;
}


table { table-layout: auto;
       
font-size: 9px; }

td{padding-right: 9px;}

div#txt	{
padding-top: 20px;
padding-right: 15px;
padding-left: 15px;
font-style: normal;
}

#menu a {line-height: 30px;} 

#txt a:link { color: #474747; text-decoration: none; }
#txt a:visited { color: #474747; text-decoration: none; }
#txt a:active { color: #474747; text-decoration: none; }
#txt a:hover { color: #474747; text-decoration: none; }