* { padding: 0; margin: 0; }

body {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

a:link {
	text-decoration: none;
	color: #006439;
}

a:visited {
	text-decoration: none;
	color: #006439;
}

a:active, a:hover {
	text-decoration: none;
	color: #008800;
}

img {
	border: 0px;
}
#wrapper { 
	margin: 0 auto;
	width: 770px;
}

#main {
	border: 1px solid red;
	margin-bottom: 5px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
}

#header {
	margin-top: 40px;
	color: #333;
}

#menubox {
}


#headerbar { 
	width: 770px;
	clear: both;
	text-align: center;
}

#rounded_gray_ul, #rounded_gray_top, #rounded_gray_ur,
#rounded_gray_left, #rounded_gray_right
#rounded_gray_ll,#rounded_gray_bottom, #rounded_gray_lr {
	padding: 0;
}

#rounded_gray_ul, #rounded_gray_top, #rounded_gray_ur, #rounded_gray_ll, #rounded_gray_bottom, #rounded_gray_lr {
	height: 20px;
}

#rounded_gray_ul, #rounded_gray_ur, #rounded_gray_left, #rounded_gray_right, #rounded_gray_ll, #rounded_gray_lr {
	width: 20px;
}

#rounded_gray_top, #rounded_gray_bottom {
	background-repeat: repeat-x;
}

#rounded_gray_left, #rounded_gray_right {
	background-repeat: repeat-y;
	height: 25px;
}

#rounded_gray_ul {
	background-image: url("images/rounded_gray_ul.png");
}

#rounded_gray_ur {
	background-image: url("images/rounded_gray_ur.png");
}

#rounded_gray_ll {
	background-image: url("images/rounded_gray_ll.png");
}

#rounded_gray_lr {
	background-image: url("images/rounded_gray_lr.png");
}

#rounded_gray_top {
	background-image: url("images/rounded_gray_top.png");
}

#rounded_gray_bottom {
	background-image: url("images/rounded_gray_bottom.png");
}

#rounded_gray_left {
	background-image: url("images/rounded_gray_left.png");
}

#rounded_gray_right {
	background-image: url("images/rounded_gray_right.png");
}

#rounded_gray_main {
	background: #999999;
}



#rounded_white_ul, #rounded_white_top, #rounded_white_ur,
#rounded_gray_left, #rounded_white_right
#rounded_white_ll, #rounded_white_bottom, #rounded_white_lr {
	padding: 0;
}

#rounded_white_ul, #rounded_white_top, #rounded_white_ur, #rounded_white_ll, #rounded_white_bottom, #rounded_white_lr {
	height: 20px;
}

#rounded_white_ul, #rounded_white_ur, #rounded_white_left, #rounded_white_right, #rounded_white_ll, #rounded_white_lr {
	width: 20px;
}

#rounded_white_top, #rounded_white_bottom {
	background-repeat: repeat-x;
}

#rounded_white_left, #rounded_white_right {
	background-repeat: repeat-y;
	height: 25px;
}

#rounded_white_ul {
	background-image: url("images/rounded_white_ul.png");
}

#rounded_white_ur {
	background-image: url("images/rounded_white_ur.png");
}

#rounded_white_ll {
	background-image: url("images/rounded_white_ll.png");
}

#rounded_white_lr {
	background-image: url("images/rounded_white_lr.png");
}

#rounded_white_top {
	background-image: url("images/rounded_white_top.png");
}

#rounded_white_bottom {
	background-image: url("images/rounded_white_bottom.png");
}

#rounded_white_left {
	background-image: url("images/rounded_white_left.png");
}

#rounded_white_right {
	background-image: url("images/rounded_white_right.png");
}

#rounded_white_main {
	background: #ffffff;
}


#maincolumn {
	float: left;
	color: #333;
	margin: 5px 5px 20px 0px;
/* 	padding: 5px; */
	width: 556px;
	display: inline;
	position: relative;
}

#maincolumn p {
    margin-left: 20px;
	margin-top: 5px;
}

#maincolumn table {
    margin-left: 20px;
	margin-top: 5px;
}



#sidebar { 
	float: right;
	width: 190px;
	display: inline;
	color: #333;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

.sidebaritem {
	width=100%;
}

#footer {
	color: #222;
	width: 770px;
	clear: both;
	text-align: center;
}

.clear { clear: both; background: none; }