* {
	margin:0px;
	padding:0px;
}

body {
	padding:20px;
	background:#ffffff;
}

#container {
	background:#ffffff url('images/rightSide.gif') top right repeat-y;
	border:1px solid #525252;
	position:relative;
	margin:0 auto;
	width:848px;
}

#header {
	background:url('images/header.gif') repeat-y;
	width:100%;
	height:100px;
}

.topLinks {
	font-family:verdana;
	font-size:10px;
	color:#ffffff;
	padding:5px 10px;
}

.topLinks a {
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
}

.topLinks a:hover {
	color:#ffe779;
}

.logo {
	margin-left:65px;
}

#contentLeft {
	width:134px;
	padding:0px;
	float:left;
}

p {
	font-family:verdana;
	font-size:11px;
	color:#000000;
	line-height:18px;
	padding:5px;
}

#content {
width:515px;
padding:0px;
float:left;
}

#contentRight {
width:199px;
padding:0px;
float:left;
}

#contentRight table {
	padding:10px;
}

#contentRight p {
	font-family:arial;
	font-size:13px;
	color:#ffffff;
	margin:10px 0px;
	line-height:18px;
	padding:10px;
}

#contentRight p.author {
	text-align:right;
	font-size:11px;
}

#contentRight a {
	color:#ffffff;
	text-decoration:none;
}

#contentLeft ul {
	list-style:none;
}

#contentLeft ul li a {
	font-family:verdana;
	font-size:11px;
	color:#336633;
	text-decoration:none;
	display:block;
	padding:5px 10px;
	border-bottom:1px solid #336666;
}

#contentLeft ul li a:hover {
	color:#cc0000;
}

#footer {
	position:relative;
	margin:0 auto;
	width:848px;
}

#footer p {
	font-size:11px;
	text-align:center;
	margin:5px 0px;
	line-height:18px;
}


.bodyText {
	font-family:verdana;
	font-size:11px;
	line-height:18px;
	padding:10px 10px 10px 20px;
}

