body {
	background: #e0e0e0;
	color: #303030;
	font: 76% tahoma, verdana, sans-serif;
	margin: 0;
	padding: 15px 0 0;
	font-family: tahoma, verdana, sans-serif;
}
#container {
	background-color: #e1e1e1;
	margin: 0 auto 20px;
	padding: 5px 20px 20px;
	width: 730px;
	text-align: justify;
}

/* Site title */
#logo {
	margin-right: 0;
	margin-left: 0;
	float: right;
}
#logo h1 a {border:none; color:#505050;}
#logo h1 a:hover {
	border: none;
	color: #303030;
	text-decoration: none;
	font-family: "English157 BT";
}
#logo p {
	font-size: 10px;
	color: #505050;
	margin: 0 0 10px 0;
	background-color: #FF0000;
}

/* Tags */
a {border-bottom:1px dotted #505050; color:#303030; text-decoration:none;}
a:hover {
	border-bottom: 1px solid #505050;
	color: #303030;
	text-decoration: none;
	text-align: right;
}
a img {
	border: 0;
	background-color: #e1e1e1;
}
h1 {
	font-size: 4em;
	font-weight: 400;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	padding: 0;
	font-family: "English157 BT";
	text-align: center;
}
h2 {font-size:1.8em; font-weight:400; margin:0 0 12px;}
h3 {font-size:1.4em; font-weight:400; margin:0 0 10px;}
p {
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0mm;
	margin-bottom: 15px;
	text-align: justify;
}
ul,ol {margin:0 0 15px 15px; padding:0;}
li {margin:0 0 3px 0;}

/* Toptabs menu */
#toptabs {
	font-size: .8em;
	margin: 10px auto -13px;
	width: 770px;
}
#toptabs p {color:gray; text-align:right;}
.toptab {background:#e0e0e0 url(images/corner.gif) top right no-repeat; border-bottom:0px solid #fff; border-left:1px solid #fff; font-size:1.1em; margin:0 0 4px; padding:4px 8px; text-decoration:none;}
.toptab:hover {background:#d0d0d0 url(images/corner.gif) top right no-repeat; border-bottom:0px solid #fff; text-decoration:none;}
.activetoptab {background:#505050 url(images/corner.gif) top right no-repeat; color:#fff; font-size:1.1em; margin:0 0 5px; padding:4px 8px 2px; text-decoration:none;}
.activetoptab:hover {color:#fff; text-decoration:none;}

/* Navitabs menu */
#navitabs {
	clear: both;
	margin-top: 20px;
}
.navitab {background:#e0e0e0 url(images/corner.gif) top right no-repeat; border-bottom:0px solid #fff; border-left:1px solid #fff; font-size:1.1em; margin:0 0 4px; padding:4px 8px; text-decoration:none;}
.navitab:hover {background:#d0d0d0 url(images/corner.gif) top right no-repeat; border-bottom:0px solid #fff; text-decoration:none;}
.activenavitab {background:#505050 url(images/corner.gif) top right no-repeat; color:#fff; font-size:1.1em; margin:0 0 5px; padding:4px 8px 5px; text-decoration:none;}
.activenavitab:hover {color:#fff; text-decoration:none;}

/* Header description area */
#desc {
	background-repeat: no-repeat;
	background-position: bottom;









no repeat;
	background-image: url(images/front.jpg);
	background-color: #FFFFFF;
	clear: both;
	color: #fff; /* height:200px; */
	margin: 5px 0 15px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0mm;
	padding-bottom: 5px;
	background-origin: padding-box;
	height: 295px;
}
#desc p {
	font-size: 1em;
	line-height: 1.3em;
	padding: 0 0 0 15px;
	width: 290px;
	background-repeat: no-repeat;
}
#desc h2 {color:#fff; padding:15px 15px 0;}
#desc a {border-color:#fff; color:#fff; text-decoration:none;}

/* Main content */
#main {
	border-right: 1px solid #d8d8d8;
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	width: 550px;
	text-align: left;
}

/* Sidebar */
#sidebar {float:right; width:150px;}
#sidebar p {font-size:0.9em; line-height:1.3em; margin:0 0 15px;}
#sidebar ul {margin:0 0 15px 0; padding:0;}
#sidebar li {list-style:none;}
ul.sidelink li {list-style:none; margin:0 0 3px; padding:0;}
ul.sidelink li a{background:#e1e1e1 url(images/corner.gif) top right no-repeat; border:none; display:block; margin:5px 10px 5px 0; padding:3px 4px 3px 8px; text-align:left; width:140px;}
ul.sidelink li a:hover {background:#fafafa url(images/corner.gif) top right no-repeat; border:none; text-decoration:none;}

/* Footer */
#footer {
	background-color: #e1e1e1;
	border-top: 1px solid #d8d8d8;
	clear: both;
	margin: 0;
	padding: 0;
}
#footer a {color:gray;}
#footer a:hover {color:#303030;}
#footer p {color:gray; font-size:0.8em; line-height:1.3em; margin:15px 0 0; padding:0;}

/* Additional classes */
.photo {background-color:#f0f0f0; border:1px solid #d8d8d8; margin:0 0 15px; padding:2px;}
.timestamp {font-size:1.2em; color:#606060; margin:-12px 0 12px 0;}
.right {
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	text-align: right;
}
.block {background:#f0f0f0; padding:10px;}
.hide {display:none;}
