/* CSS Document
   Template: Signature

/* Main Body */

body {
	font-size: 12px;
	font-family: verdana, sans-serif;
	background: #99ccff;
	margin: 0;
}

/* Header */
#header {
	width: 900px;
	height: auto;
	color: #ffffff;
	margin: 0 auto;
	font-size: 24px;
	padding-top: 16px;
	padding-bottom: 4px;
	text-align: center;
	letter-spacing: 0.4em;
	font-family: vernada, arial;
	background-color: #666633;
}

#header p {
	font-size: 16px;
	letter-spacing: 0.2em;
}

#header a {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0.2em;
}
#container {
	width: 900px;
	padding-bottom: 0;
	margin: 0 auto;
	background-color: #ffffff;
}
	

/* Main Content */

#content {
	float: left;
	width: 630px;
	height: auto;
	font-size: 13px;
	border-right: 2px solid #666633;
	padding: 10px 16px 10px 20px;
}

#content p {
	line-height: 160%;
}

#content h1 {
	font-size: 18px;
	color: #0000ff;
	text-align: center;
}
	
#content h2 {
	font-size: 16px;
	color: #0000ff;
}
	
#content a, a:visited {
	color: #666666;
	text-decoration: none;
}
	
#content a:hover {
	color: #000000;
}

#content ul {
	line-height: 160%;
}
	
/* Sidebar */
#sidebar {
	width: 210px;
	height: auto;
	float: right;
        padding-top: 20px;
}

#sidebar h3 {
	font-size: 14px;
}
	
#sidebar ul {
	line-height: 1.6em;
	font-size: 14px;
	color: #000000;
}
	
#sidebar a, a:visited {
	color: #0000ff;
        font-size: 14px;
        line-height: 1.4em;
	text-decoration: none;
}
	
#sidebar a:hover {
	color: #ff0000;
}
	
/* footer */
#footer {
	clear: both;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	background-color: #666633;
}
	
#footer a, a:visited {
	color: #ffffff;
	text-decoration: none;
}
	
#footer a:hover {
	color: #0000ff;
}

<!--[if IE]>
<style type="text/css">
#sidebar, #content, #footer { margin-top: 20px; }
</style>
<![endif]-->
