*
{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	line-height: 16px;
}

.clear
{
	width: 100%;
	clear: both;
	height: 1px;
	line-height: 1px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

img.left
{
	margin-right: 10px;
	margin-bottom: 10px;
}

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

a:hover
{
	text-decoration: underline;
}

p, li
{
	line-height: 18px;
}

p
{
	margin-bottom: 18px;
}

body
{
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	background: #EEE;
	color: #666;
}

#container
{
	width: 880px;
	text-align: left;
	margin: auto;
	overflow: hidden;
	background: #FFF;
	border: 1px solid #CCC;
	border-top: none;
	padding: 5px;
	margin-bottom: 20px;
}

#header
{
	height: 80px;
	background: #0099cc;
}

#header h1
{
	padding: 10px;
	padding-bottom: 0;
	font: normal 32px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	padding-left: 15px;
}

#header h1 a
{
	color: #FFF;
}

#header h2
{
	font: normal 14px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #FFF;
	padding-left: 15px;
}





#navigation
{
	border: 1px solid #CCC;
	border-top: 1px solid #333;
	height: 40px;
	background: #EFEFEF;
}

#navigation ul
{
	list-style: none;
}

#navigation ul li
{
	float: left;
}

#navigation ul li a
{
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 40px;
}







#content
{
	float: left;
	width: 620px;
	margin: 20px;
}

#content ul
{
	margin-left: 25px;
	margin-bottom: 18px;
}

#content h2
{
	font: normal 20px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #0099cc;
}



#sidebar
{
	float: left;
	width: 180px;
	margin: 10px;
	margin-left: 0;
	background: #f1f3ff;
	padding: 15px;
}

#sidebar a
{
	text-decoration: underline;
	color: #333;
}

#sidebar h4
{
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#sidebar ul
{
	margin-left: 20px;
	margin-bottom: 18px;
}


#footer
{
	border: 1px solid #CCC;
	height: 40px;
	background: #EFEFEF;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer span
{
	line-height: 40px;
}

