/* css reset code from http://rikrikrik.com/log/css-reset/ */

*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}

body {
	text-align: center;
}

#site {
	width: 920px;
	margin: 30px auto;
	text-align: left;
	background-color: #ddd;
	font-family: Helvetica, sans-serif;
	border: 1px solid #63746B;
	color: #2E3632;
	line-height: 1.25em;
}

#header {
	background-color: #ccc;
	height: 56px;
	padding: 32px 32px;
	border-bottom: 1px solid #63746B;
}

h1 {
	float: left;
}

#navigation {
	float: right;
}

.headerlink {
	width: 140px;
	float: left;
	margin-left: 10px;
	text-transform: uppercase;
	color: #63746B;
	font-size: 10px;
	line-height: 0.9em;
}

.headerlink h3 {
	background: #ccc url(images/headerlinkbg.gif);
	background-position: left bottom;
	padding: 0 0 6px 10px;
	color: #2E3632;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
	line-height: 1.1em;
}

.headerlink a {
	color: #2E3632;
}

#content {
	clear: both;
	height: 400px;
}

#sidebar {
	width: 320px;
	float: left;
	padding: 24px;
/*	border-right: 1px solid #63746B;*/
	height: 352px;
}

#contentpane {
	padding: 24px;
	position: relative;
	height: 352px;
	float: right;
	width: 500px;
	border-left: 1px solid #63746B;
	overflow: auto;
}

#content h2 {
	font-size: 28px;
	text-transform: uppercase;
	color: #2E3632;
	font-weight: bold;
	margin-bottom: 20px;	
	margin-top: 10px;
	clear: both;	
}

#content h3 {
	margin-bottom: 5px;	
	margin-top: 30px;
	clear: both;	
}

#content img {
	border: 1px solid #63746B;
}

#content h3>img {
	border: none;
}

#content .second {
	margin-left: 18px;
}

#content p {
	margin-bottom: 10px;
	color: #2E3632;
}

#sidebar li {
	list-style: square;
	margin-left: 18px;
	list-style-position: outside;
	margin-bottom: 10px;
}

a {
	color: #63746B;
	text-decoration: none;
}

a:hover {
	color: #3E7471;
}

#footer {
	background-color: #ccc;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #63746B;
}

#home #contentpane {
	background-image: url(images/homecontentbg.jpg);
}

h4 {
	font-size: 120%;
	margin-top: 24px;
}

.left {
	float: left;
	margin-right: 20px;
}

.right {
	float: right;
	margin-left: 20px;
}