body {
	margin: 0;
	padding: 0;
	font-family: arial;
}

#shell {
	background-image: url(images/tile.png);
	background-repeat: repeat-y;
	margin: auto;
	width: 790px;
}

#wrapper {
	margin: auto;
	width: 750px;
}

#logo {
	float: left;
}

#header_image {
	float: right;
	clear: right;
}

.header_text {
	text-align: center;
}

.header_text h1 {
	font-size: 20px;
	font-style: italic;
	line-height: 16px;
}

#graybar {
	width: 750px;
	height: 20px;
	background-color: #cccccc;
	clear: both;
}

#content {
	font-size: 12px;
}

#content a {
	color: blue;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#left_column {
	width: 200px;
	float: left;
}

#navigation ul {
}

#navigation li {
	list-style-image: url(images/arrow.png);
}

#navigation li a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
}

#navigation li a:hover {
	text-decoration: underline;
}

#right_column {
	width: 530px;
	float: right;
	clear: right;
	padding-top: 20px;
	padding-right: 20px;
}

#footer {
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 100px;
	clear: both;
}

#footer_nav {
	padding-top: 5px;
	width: 750px;
	margin: auto;
	text-align: center;
}

#footer_nav ul {
	padding: 0;
}

#footer_nav li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#footer_nav li a {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

#footer_nav li a:hover {
	text-decoration: underline;
}

#poweredby {
	font-size: 10px;
	text-align: center;
	padding-right: 20px;
}

#poweredby a {
	color: blue;
}