body
{
	background-color: #e0c9b7;
	font-family: Georgia, Optima, Verdana, Arial;
	font-size: 11px;
	color: black;
	margin: 0px 20px;
}

#container
{
	width: 718px;
	margin: 0 auto;
	background-image: url(/media/images/layout/background.gif);
	background-repeat: repeat-y;
}

#header
{
	height: 80px;
	width: 700px;
	margin: 10px auto;
	background-image: url(/media/images/layout/logo-extended-red.gif);
	background-repeat: no-repeat;
}

#phone
{
	float: right;
	padding: 5px 25px 0 0;
	color: black;
	font-size: 24px;
	font-weight: bold;
}

#content
{
	width: 650px;
	margin: 0 auto;	
}

#footer
{
	width: 718px;
	height: 28px;
	margin: 0 auto;
	background-image: url(/media/images/layout/footer.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

img
{
	border-width: 0px;
}

h1
{
	margin: 0px;
	color: #ab1b24;
}

h2
{
	margin: 0px;
	color: #ab1b24;
}

p
{
	margin: 10px 0;
	line-height: 1.4em;
}

ul
{
	padding: 0 0 0 15px;
	list-style-position: outside;
	margin: 0px;
}

li
{
	line-height: 1.4em;
}

.content-left
{
	width: 320px;
	float: left;
}

.content-right
{
	width: 320px;
	float: right;
}

#copyright
{
	width: 718px;
	margin: 0 auto;
	color: #888;
	text-align: center;
	font-size: 0.9em;
	line-height: 2em;
}

a
{
	color: #ab1b24;
	text-decoration: underline;
}

table
{
	background-color: #e0c9b7;
	margin: 20px 0;
}

table td
{
	background-color: white;
	text-align: center;
}

table th
{
	background-color: white;
}