body { 
	background: #FFF url(bg.gif) repeat;
	font-family: arial;
	color: #030303;
	font-size: 9pt;
	padding: 0;
	margin: 0;
}

a {
	border: none;
	color: blue;
	text-decoration: underline;
}

a img {
	border: none;
	text-decoration: none;
	border: none;
}

.wrapper {
	margin: 0;
	padding: 0;
	width: 760px;
}

ul, li {
	padding: 0;
	list-style: none;
}

.clear {
	height: 0;
	clear: both;
}

p {
	margin-bottom: 10px;
}

h3 {
	padding-bottom: 10px;
	width: 530px;
	padding-left: 5px;
	border-bottom: 1px solid black;
}

h3.short {
	width: 276px;
}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/
#header {
	border: 4px solid black;
}

.header-content {
	position: relative;
}

#logo {
	border-right: 4px solid black;
	padding: 3px 4px;
}

.header-content h1 {
	display:block;
	left:108px;
	margin:0pt;
	padding:0pt;
	position:absolute;
	top:17px;
	font-size: 15pt;
}

.header-content span {
	display: block;
	left: 108px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 55px;
	font-weight: 700;
	font-size: 10pt;
}

#header-right {
	position: absolute;
	right: 15px;
	top: 20px;
}

/*-------------------------------------------------
Content 
-------------------------------------------------*/
#content {
	margin-top: 17px;
}

/*-------------------------------------------------
LEFT
-------------------------------------------------*/
#left {
	float: left;
	width: 195px;
}

#left a {
	color: #030303;
	font-weight: 700;
	text-decoration: none;
}

#left ul li {
	background: url(menuitem.jpg) no-repeat;
	background-position: 0px 3px;
	margin: 0px 0 20px 15px;
	padding-left: 20px;
}

#left ul li ul {
	padding-top: 15px;
}

#left ul li li {
	background: none;
	margin: 0 0 10px 15px;
}

#left ul li.active {
	background: url(menuitem_active.jpg) no-repeat;
	background-position: 0px 3px;
}

/*-------------------------------------------------
RIGHT
-------------------------------------------------*/
#right {
	float: left;
	width: 565px;
}

.content {
	padding-top: 10px;
}

.main-content h2 {
	margin: 0;
	padding: 0;
	font-size: 24pt;
	padding-bottom: 12px;
	border-bottom: 2px solid black;
	font-weight: normal;
}

.front .main-content h2 {
	padding-bottom: 50px;
}

.rightside {
	float: right;
	text-align: center;
}

.entry {
	margin-bottom: 45px;
	padding-left: 5px;
}

.footer {
	margin-top: 20px;
	text-align: center;
}

.footer-border {
	border-top: 1px solid black;
	width: 450px;
	margin: 0 0 20px 50px;
	text-align: center;
}
