body {
	color: black;
	font: 11px/140% Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(images/CheckeredBkgrnd.gif) repeat;
}

#contentcontainer {
	width: 764px;
	background: center top url(images/iStock_000000134215Medium.jpg);
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#leftcolumn {
	width: 23%;
	border-right: 2px dotted black;
	text-align: center;
	background: white;
	padding: 15px;
}

#leftcolumn a {
	color: black;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
}

#leftcolumn a:hover {
	color: #ff0000;
	border-bottom-color: #ff0000;
}

#rightcolumn {
	width: auto;
	background: white;
	padding: 15px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
}

#rightcolumn h1 {
	font: bold 150% Arial, Helvetica, sans-serif;
	color: black;
}
#footer {
	width: 100%;
}

#copyright {
	width: auto;
	background: #f8f100;
	padding: 15px;
	text-align: center;
	font: 9px Arial, Helvetica, sans-serif;
}

#copyright a {
	width: auto;
	font-weight: bold;
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

#copyright a:hover {
	width: auto;
	color: #ff0000;
	border-bottom: #ff0000 dotted 1px;
}

#menucontainer {
	width: 612px;
	margin: auto;
}

.menuleftcolumn {
	text-align: left;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

.menuleftcolumn a {
	border-bottom: 1px dotted #f8f100;
	color: #f8f100;
	text-decoration: none;
	font-weight: bold;
}

.menuleftcolumn a:hover {
	border-bottom-color: white;
	color: white;
}

.menurightcolumn {
	float: right;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

.menurightcolumn a {
	border-bottom: 1px dotted #f8f100;
	color: #f8f100;
	text-decoration: none;
	font-weight: bold;
}

.menurightcolumn a:hover {
	border-bottom-color: white;
	color: white;
}

#menuimage {
	text-align: center;
	clear: both;
}