@charset "utf-8";
body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #efebde;
	margin:60px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	color:#000000;
}

.oneColFixCtr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cccc99;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:auto;
	height:500px;
	width:560px;
}

.oneColFixCtr #textContent {
	padding: 30px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width:290px;
}

.oneColFixCtr #textContentFpNews {
	padding: 30px 10px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width:280px;
	border-right:1px dotted #B5AA80;
}

.oneColFixCtr #firstImageContent {
	padding:0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:right;
}

.oneColFixCtr #secondImageContent {
	clear:left;
	padding:10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:right;
}


.oneColFixCtr #leftColumn {
	padding:0 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width:180px;
}
.oneColFixCtr #logo {
	padding:0 0 0 2px;
}

.oneColFixCtr #newsMenu {
	margin-left:290px;
	padding:80px 0 0 20px;
}

.oneColFixCtr #menu {
	padding:40px 0 0 15px;
} 


ul {
	margin:0;
	padding:0;
	list-style:none;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
li {
	margin:0;
	padding:3px;
	font-weight:bold;
	color:#333333;
	font-size:12px;
}

li a {
	
	text-decoration:none;
	
}

ul.news {
	margin:10px 0 0 0;
	padding:0;
	list-style:outside;
	list-style-image:url(../images/icon_square.gif);
	font-family:Arial, Verdana, Helvetica, sans-serif;
}


h1 {
	color:#B5AA80;
	margin:0;
	padding:0;
	font-style:italic;
}

h2 {
	color:#B5AA80;
	margin:0;
	padding:0;
	font-style:italic;
	font-size:12px;
}

h3 {
	color:#B5AA80;
	margin:0;
	padding:0;
	font-style:italic;
	font-size:11px;
}

a:hover { text-decoration:underline; }

