/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#393939;
	background:#393939;
}
a img {
	border:none;
}
a {
	color:#9b2d9d;
	text-decoration:none;
}
p {
	margin:12px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:12px 0;
	font-size:11px;
}
address {
	font-style:normal;
}
hr {
	border:none;
	background:none;
	height:1px;
	border-bottom:1px solid #9b2d9d;
}
th {
	text-align:left;
}

#site {
	width:825px;
	padding:0 30px;
	margin:0 auto;
	background:url(../images/site_bg.gif) top center no-repeat;
	height:670px;
	position:relative;
}
#header {
	position:relative;
	height:150px;
}
#logo {
	padding-top:15px;
}

.menu ul, .menu li {
	margin:0;
	padding:0;
	list-style:none;
}
.menu li {
	float:left;
}
.menu a {
	color:#393939;
	font-size:14px;
}
.menu a:hover, .menu a:focus, .menu a.active {
	color:#9b2d9d;
}
#menuLeft {
	position:absolute;
	left:0;
	bottom:0;
}
#menuLeft li {
	padding-right:25px;
}
#menuRight {
	position:absolute;
	right:0;
	bottom:0;
}
#menuRight li {
	padding-left:25px;
}
#container {
	clear:both;
	position:relative;
}

#content {
	margin:14px 0;
}

#footer {
	position:absolute;
	bottom:30px;
	width:825px;
	left:30px;
	border-top:1px solid #9b2d9d;
	padding-top:5px;
}


/* news */

/* news list */
.news-list-container {
	position:absolute;
	top:0;
	right:0;
	width:158px;
}
.news-list-container .tx-ttnews-browsebox p {
	display:none;
}
.news-list-container .tx-ttnews-browsebox table p { 
	display:block;
	margin:0;
}
.news-list-container img {
	border:1px solid #000;
	margin-bottom:5px;
	float:left;
}

/* news latest */
.news-latest-container {
	position:relative;
	top:0;
	left:0;
	width:840px;
	overflow:hidden;
}
.news-latest-container img {
	border:1px solid #000;
	margin-right:12px;
	margin-bottom:12px;
	float:left;
}
	

