body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #CCC;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:18px;
	line-height:18px;
/*    font-weight:900;*/
	color: #363636;
}

img {
	width: 100px;
	height: 80px;
}

p {
	font-size: 11px;
	line-height: 15px;
	font-family: verdana, arial, helvetica, sans-serif;
}

a {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-weight: 600;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Section for special rules. */
/* */
#Header h1 {
	padding: 20px 0px 0px 210px;
	font-size: 20px;
}

#Content h1 a { font-size: 18px; }

#Content a img { border: 0px; }

#Content ul { margin: 0px 0px 30px 0px; }

#Footer p { padding: 10px 0px 0px 210px; }

#Menu ul {
	margin: 20px 0px 0px 0px;
	list-style-type: none;
}
#Menu p { margin: 80px 0px 0px 30px;}

a:link { color: #000; }
/*a:visited {color: #000;}*/
a:hover {
	color: #5e5e5e;
	text-decoration: underline;
}

/* Div section. */
/* */
#Container {
	width: 90%;
	margin: 10px auto;
	background-color: #BDB8B1;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	line-height: 17px;
	min-width: 800px;
}

#Header {
	height: 80px;
	background: url(images/top25x80-1.png) repeat-x top;
	background-color: #7d7b50;
	border-style: solid;
	border-color: #5e5e5e;
	border-width: 0px 0px 1px 0px;
}

#Content {
	border-style: solid;
	border-color: #5e5e5e;
	border-width: 0px 0px 0px 1px;
	margin: 5px 100px 5px 240px;
	padding: 20px;
	max-width: 800px;
	min-height: 400px;
}

#Menu {
	float: left;
	width: 200px;
	padding: 10px;
}

#Footer {
	height: 80px;
	background: url(images/bottom25x80-1.png) repeat-x bottom;
	background-color:#7d7b50;
	clear: both;
	border-style: solid;
	border-color: #5e5e5e;
	border-width: 1px 0px 0px 0px;
}

#Counter {
	display: none;
}
