/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}

h1 { 
	font-size:1.5em;
	margin:0px;
	margin-bottom:5px;
}

h2 {
	font-size:1.2em;
}

h1, h2 {
	color:orange;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:698px;
	background:#4B494A url(../gfx/bg_content.jpg) repeat-x top left;
	background-position: 0px 228px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
}

div#header_top {
	width:698px;
	height:25px;
	background:#303030 url(../gfx/header_top.jpg) no-repeat top left;
}

div#header_body {
	width:698px;
	height:150px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#303030 url(../gfx/header_body.jpg) no-repeat top left;
}

div#header_bottom {
	width:698px;
	height:51px;
	background:#303030 url(../gfx/header_bottom.jpg) no-repeat top left;
}

div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}

div#content a {
	color:orange;
	text-decoration:none;
}

div#content a:hover {
	color:orange;
	text-decoration:underline;
}

#content_holder {
	width:670px;
	vertical-align:top;
}

#content_holder td {
	vertical-align:top;
}

div#content p {
	text-align:justify;
	padding:0 1em;
}

div#content_right_column {
	width:220px;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	background:#636363;
	text-align:left;
	margin-bottom:20px;
}

div#content_right_column h1 { 
	font-size:1.5em;
	margin:0px;
	margin-left:9px;
	margin-bottom:5px;
}



div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#303030 url(../gfx/bg_footer.jpg) no-repeat top left;
	height:32px;
	text-align:center;
}

.footerlink {
	color:#C5C5C5;
	text-decoration:none;
}

.footerlink:hover {
	color:#C5C5C5;
	text-decoration:underline;
}