body {
	background-color:#7E7E7E;
	margin:10px;
	text-align:center;
	background-image:url('img/body-back.png');
	background-repeat:repeat-x;	
}

div#global {
	margin:0 auto;
	width:780px;
	text-align:left;
}

div#container-outer {
	background-color:#DADADA;
	width:765px;
	border:2px solid #ffffff;
}

div#menu-top-wrapper {
	height:155px;
	background-image:url('img/logo.jpg');
	background-repeat:no-repeat;
	margin-bottom:1px;
}

div#menu-top {
	padding-top:90px;
	background-repeat:no-repeat;	
}

/*******************************************************************/

div#left{
	float:left;
	width:210px;
}

div#news-wrapper {
	background-image:url('img/new.png');
	background-repeat:no-repeat;
	height:187px;
	border-bottom:1px solid #DADADA;		
}

div#news {
	padding:60px 10px 10px 10px;
}

div#menu-left {
	background-color:#777777;
}
/*******************************************************************/
div#main {
	border-left:210px solid #777777;
}

div#header {
	height:187px;
	background-repeat:no-repeat;
	border-bottom:1px solid #DADADA;	
	border-left:1px solid #DADADA;	
}

div.position {
	height:25px;
	background-color:#29292B;
	border-bottom:1px solid #DADADA;		
}

div#position-right {
	border-left:1px solid #DADADA;	
	height:100%;
	vertical-align:middle;
	padding:3px;
}

div#content {
	padding:10px;
}
/*******************************************************************/
div#footer {
	border-top:1px solid #DADADA;
	padding:20px;
	background-color:#29292B;
	clear:left;
}

div#menu-bottom {
	margin-bottom:15px;
}

.tx-guestbook-list-row { background-color:#DADADA; }
.tx-guestbook-list-rowleft { background-color:#DADADA;}
.tx-guestbook-list-header {background-color:#29292B;color:#DADADA;font-weight:bold;}