body
	{
	background: #fff;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	}
	
img
	{
	border: 0;
	}

a
	{
	text-decoration: none;
	color: #e22;
	}

a.active
	{
	text-decoration: none;
	color: #666;
	}

a:hover
	{
	color: #f66;
	text-decoration: underline;
	}
	
h1, h2, h3, h4, p, li, div, blockquote, td
	{
	font-family: arial, sans-serif;
	margin: 0;
	}

h4, p, li, div
	{
	color: #666;
	}

p, ul, ol
	{
	padding: 0 0 15px 0;
	}

p, li
	{
	font-size: 12px;
	line-height: 140%;
	}

ul, ol
	{
	margin: 0 0 0 20px;
	}
	
h1
	{
	font-size: 24px;
	padding: 0 0 2px 0;
	font-weight: normal;
	color: #593;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	}

h2
	{
	font-size: 18px;
	padding: 0;
	font-weight: normal;
	color: #079;
	}

h3
	{
	font-size: 13px;
	padding: 0;
	color: #079;
	}

div, div#bottomborder p
	{
	margin: 0;
	padding: 0;
	}

.right
	{
	float: right;
	padding-left: 15px;
	}

.left
	{
	float: left;
	padding-right: 15px;
	}

div#box
	{
	width: 720px;
	margin: 0 auto;
	text-align: left;
	}

div#container
	{
	background: 0 0 no-repeat;
	border-bottom: 2px solid #fff;
	}

div#logo
	{
	margin: 5px 0 0 120px;
	float: left;
	}
	
div#content
	{
	padding: 120px 25px 0 25px;
	}

div#bottomborder
	{
	height: 15px;
	border-left: 5px solid #ddd;
	border-right: 5px solid #ddd;
	width: 710px;
	}
	
div#bottomborder p
	{
	height: 15px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background-color: #ccc;
	line-height: 0%;
	}
	
p#footer
	{
	font-size: 10px;
	padding: 10px 0 0 25px;
	font-weight: bold;
	}