/* CSS Document */

body{
	margin: 0px 0px 0px 0px;
	background-color: #D9DDE0;
	text-align: center;
	font-family: Arial;
	color: #666666;
}

body.contentpane{
	text-align: left;
	background-color: #ffffff;
}

#container{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	width: 820px;
	margin: auto;

	text-align: center;
	
	background-image: url('images/main-bg.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	padding-top: 9px;
}




#navi{
	background-image: url('images/topo-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 28px;
	margin-top: 2px;
	/*margin-left: 14px;*/
	padding-left: 14px;
	padding-right: 28px; /* for joomfish */
}

#contentshadow{
	background-image: url('images/content-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 10px;
}

#content{
	text-align: left;
	padding: 0px 25px 0px 28px;
}



#footer2{
	color: #9EA0A2;
	font-family: Arial;
	font-size: 12px;
	height: 64px;
	clear: both;
	text-align: left;
	
	width: 800px;
	background-image: url('images/footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	font-weight: bold;
	
}

td {
	color: #9EA0A2;
	font-family: Arial;
	font-size: 11px;
	height: 4px;
	clear: both;
	text-align: left;
}

a:link { color: #9EA0A2; text-decoration:none;  }
a:visited { color: #9EA0A2; text-decoration:none;  }
a:active { color: #9EA0A2; text-decoration:none;  }
a:hover { color: #FF9900; text-decoration:underline; }

