body {
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	background-color: #FFFFFF;
	background-image: url(imagapame/tr-pla07a.gif);
	background-repeat: repeat;
	background-position: left top;
}

#container {
	width:960px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
}

#header {
	height:auto;
	border-bottom:6px solid #669900;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
}

#header h1 {
	color:#fff;
	font-size:22pt;
	margin:0;
	padding:40px 10px 10px 10px;
}

#content {
	width:665px;
	padding:10px;
	float:right;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h2 {
	color:#000000;
	font-size:18pt;
	border-bottom:1px solid #ccc;
}

#content h3 {
	color:#333;
	font-size:9pt;
}

#photos {
	width:485px;
	height:124px;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.imgbox {
	width:75px;
	height:75px;
	border:1px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}

#sidebar {
	width:240px;
	padding:10px;
	float:left;
	margin:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
	background-color: #FFFFFF;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
	background-color: #FFFFFF;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:230px;
	color:#669900;
	text-indent:35px;
	text-decoration:none;
	background-color: #FFFFFF;
	background-image: url(images/li-off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar ul li a:hover {
	background-color: #FFFFFF;
	background-image: url(images/li-on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.widget {
	height:auto;
	border:1px solid #999999;
	padding:5px;
	text-align:center;
	font-size:8pt;
	background-color: #E8E8EA;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}	

#footer {
	clear:both;
	padding:4px;
	color:#669900;
	font-size:8pt;
	text-align:center;
	background-color: #FFFFFF;
	height: 10px;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

a {
	color:#669900;
	font-weight:bold;
}

a:hover {
	background:#FFFFDD;
}

