body {
	background-color:#5E5E5E;
	margin: 0;
	padding: 0;
	background-image:url('../img/back.gif');
	text-align:center;
}

div#container {
	margin: 0 auto;
	padding:0;
	width:930px;
	text-align:left;
}

div#noadd {
	width:760px;
}

div#add-wrapper {
	width:160px;	
	top:0px;	
	position:absolute;
	margin-left:770px;	
}

div#add {
	background-color:#FFFFFF;
	height:600px;		
	position:fixed;
	width:160px;
}

div#header-wrapper {
	background-color:#FFFFFF;
	border-left:1px solid #3E3E3E;
	border-right:1px solid #3E3E3E;
	border-bottom:1px solid #3E3E3E;
	padding: 0 4px 4px 4px;
	margin-bottom:10px;
}

div#header {
	background-color:#4A4A4A;
	background-image:url('../img/nav_bg.jpg');
	background-repeat:repeat-x;
	height:85px;
}

#header div.left  { width: 221px; float: left;}
#header div.right { width: 150px; float: right;}

.menuspacer {
	width:11px;
	background-image:url('../img/menuspacer.jpg');
	background-repeat:no-repeat;			
}

div.boxwrapper {
	background-color:#FFFFFF;
	border:1px solid #3E3E3E;
	padding:4px;
	margin-bottom:10px;
}

div#image {
	background-color:#FA9100;
	height:200px;
	text-align:right;
	background-image:url('../img/bg-orange.png');	
}

div#image-small {
	background-color:#FA9100;
	height:25px;	
}

div#menu-wrapper {
	background-color:#717171;
	border:1px solid #3E3E3E;
	padding:4px;	
	margin-bottom:0px;
}

div#content-wrapper {
	margin-top:10px;
}		

div#content {
	background-color:#ACACAC;
	min-height:200px;
	background-image:url('../img/content-back.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:10px;
}


div#news-wrapper table {
	width:100%;
}

div#news-wrapper table tr {
	margin:0px;
	padding:0px;
}

div#news-wrapper table tr td {
	border:1px solid #3E3E3E;
	padding:5px;
	text-align:right;
	vertical-align:top;
	font-size:8pt;
}

div#news-wrapper table tr td * {
	font-size:8pt;	
}

div#news-wrapper table tr td img {
	margin-bottom:5px;
}

td#news_left {
	background-color:#2F2F2F;
	width:33%;
	color:#ffffff;
	background-image:url('../img/news1-back.gif');
	background-position:left bottom;
	background-repeat:no-repeat;	
}

td#news_center {
	background-color:#3E3E3E;
	width:34%;
	color:#ffffff;
	background-image:url('../img/news2-back.gif');
	background-position:left bottom;
	background-repeat:no-repeat;		
}

td#news_right {
	background-color:#4B4A4A;
	width:33%;	
	color:#ffffff;
	background-image:url('../img/news3-back.gif');
	background-position:left bottom;
	background-repeat:no-repeat;	
}

#news_center *,
#news_right * {
	color:#ffffff;
	text-decoration:none;	
}

a img 				{border:0px;}
div.p-tab 			{display:none;}
div.print 			{text-align:right;}
div.print a 		{text-decoration:none;}
div.print a:hover	{text-decoration:underline;}
