body { font:12px Arial; color:#f9dbbf; background:#1c0701; margin:0; }
body a { text-decoration:none; color:#f9dbbf; }
img { border:0; }

/* PNG */
img, div, input { behavior: url('/js/iepngfix.htc') }

/* Font format */
.italic { font-style:italic; }
.bold { font-weight:bold; }

/* Alignment */
.tx_center { text-align:center; }
.center { margin:auto; }
.left { float:left; }
.right { float:right; }

/* Display */
.block { display:block; }
.clear { clear:both; }
span.clear { display:block; font-size:1px; width:1px; height:1px; }



/* Site Header */
div.header {
	position:relative;
	width:950px;
	margin:auto;
}

div.header a.logo {
	display:block;
	width:210px;
	height:188px;
	float:left;
	background:url('../image/logo.jpg') center center no-repeat;
}

div.header div.menu {
	float:right;
	width:730px;
	height:188px;
	background:url('../image/menu_bg.jpg') bottom right no-repeat;
}

div.header div.menu div.links {
	margin-top:50px;
	float:right;
}

div.header div.menu div.links a {
	margin:0 5px;
}

/* Site Center */
div.center {
	position:relative;
	width:950px;
	height:280px;
	margin:auto;
	background:url('../image/center_banner.jpg') center center no-repeat;
}

/* Site Content */
div.content {
	position:relative;
	width:900px;
	margin:auto;
	padding:20px 25px;
	text-align:justify;
}

div.content img.title {
	margin-bottom:10px;
}

div.content b.title {
	font-size:14px;
}

/* News & Events */
div.content div.news {
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
	background:url('../image/news_divisor.jpg') bottom center repeat-x;
}

div.content div.news a.title {
	font-weight:bold;
	color:#c26938;
}

/* Footer */
div.footer {
	position:relative;
	width:900px;
	padding:15px 20px;
	margin:auto;
	color:#a4846e;
	background:#381506;
}