* {
	margin: 0;
	padding: 0;
}
html {
	background: #F0F0F0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
}

body {
	font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #0e1f69;
}

#c1 {
	margin: 25px auto;
	width: 742px;
	background: #fff url(/_images/background.png) no-repeat bottom right;
}
#c2 {
	padding-right: 8px;
	background: url(/_images/topright.png) no-repeat top right;
}
#c3 {
	padding-bottom: 8px;
	background: url(/_images/bottomleft.png) no-repeat bottom left;
}
h1 {
	background: url(/_images/header.jpg) no-repeat top left;
}
h1 a {
	text-decoration: none;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	height: 200px;
}
#content {
	width: 450px;
	padding: 25px;
	float: left;
}
#content h2 {
	font-size: 1.5em;
	line-height: 1.5em;
}
#content h2 a {
	text-decoration: none;
}
#content p {
	margin-bottom: 0.5em;
}
#content p, #content li, #content blockquote {
	line-height: 1.5em;
}
#content ul, #content ol, #content blockquote {
	margin: 0 3em;
}
#content p.about {
	font-size: 0.7em;
	margin-bottom: 25px;
	margin-top: 10px;
}
#content p.about a {
	text-decoration: none;
}

#content h3 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
}
#content h3#cheader {
	margin-left: 2.25em;
}
#content label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 3px;
}
#content input {
	margin-bottom: 3px;
	width: 200px
}
#content input#remember, #content input#forget {
	width: auto;
	margin-bottom: 6px;
}
#content input#preview {
	width: auto;
	margin-left: 155px;
	margin-top: 3px;
}
#content textarea {
	width: 250px;
	height: 150px;
}
#content .comments li {
	margin-bottom: 1em;
}
#sidebar {
	background: url(/_images/sidebar.png) no-repeat 0 30px;
	float: left;
	width: 180px;
	min-height: 450px;
	padding-left: 25px;
	padding-top: 25px;
}
#sidebar h2 {
	padding-bottom: 0.5em;
	font-size: 1.25em;
}
#sidebar ul {
	list-style: none;
}
#sidebar li {
	padding-bottom: 1em;
}
#sidebar li li {
	margin-left: 1.5em;
	list-style: disc;
	padding-bottom: 0;
}
#sidebar a {
	text-decoration: none; 
}
#footer {
	clear: left;
}
#footer p {
	text-align: right;
	padding-right: 25px;
	padding-bottom: 1px;
	font-size: 0.7em;
}

dt {
	font-size: 1.5em;
	line-height: 1.5em;
}
dd {
	padding-left: 1em;
}