@import url("reset.css");
@import url("typography.css");

html
{
height: 100%;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
height: 100%;
background: url(images/shadow.png) center repeat-y;
	}	

.shadow {
	background: url(images/shadow.png) repeat-y;
	width: 788px;
	margin: 0 auto;
	}

#container {
	width: 750px;
	margin: 0 auto;
padding-bottom: 3em;
	}

.header-top {
	padding: 10px;
	background: #000;
	font-size: 130%;
	color: #fff;
	}

.site_name {
	color: #cf4711;
	}
	
.header-wrap {
	height: 178px;
	background: url(images/banner_back.gif);
	}

.header-image {
	 height: 178px;
	 width: 425px;
	 float:left;
	 }

.header-textbox {
	background: url(images/banner_stroke.gif) no-repeat;
	padding: 10px;
	padding-top: 25px;
	width: 300px;
	float: right;
	line-height: 2em;
	font-size: 90%;
	color: #685F58;
	height: 143px;
	}


/* top navigation */
.topnav {
	background: url(images/menu_back.gif) repeat-x;
	height: 44px
	}

.topnav ul {
	list-style: none;
	float: left;
	margin: 0;
	margin-left: 30px;
	height: 46px;
	background:url(images/menu_button_back.gif) repeat-x;
	}

.topnav li {
	display: inline;
	}

.topnav li.first {
	background: url(images/menu1.gif) no-repeat;
	padding-left: 8px;
	float: left;
	}


.topnav li a {
	display: block;
	float: left;
	padding: 17px 20px 5px 10px;
	height: 22px;
	background: url(images/menu2.gif) right no-repeat;
	}


.topnav li.last a {
	background: url(images/menu3.gif) right no-repeat;
	}



/* sub navigation */

ul.subnav , ul.subnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}

.subnav li {
	padding-left: 15px;
	background: url(images/bullet.gif) 0 5px no-repeat;
	}


.content-wrap {
	margin: 0;
	_margin-top: -20px;
	padding: 0;
	clear: both;
	}

.left-column, .middle-column, .right-column {
	margin: 0;
	}

.left-column {
	width: 120px;
	padding: 10px;
	float: left;
	}

/*.middle-column {
	float: left;
	width: 365px;
	_width: 352px;
	padding: 0 10px;
	background: #fff;
	}*/

.middle-column {
	float: left;
	width: 585px;
	_width: 572px;
	padding: 0 10px;
	background: #fff;
	}	
	
	
	
	
.right-column {
	width: 200px;
	padding: 10px;
	float: right;
	}

.clear {
	clear: both;
	height: 1%;
	}

#footer {
	background: #EDEAE9;
	padding: 10px 0 10px 140px;
	font-size: 10px;
position: relative;
margin: 0 auto;
width: 610px;
margin-top: -3.5em;
	}
	
.search-box {
float: right;
padding-top: 19px;
padding-right: 5px;
}

/* legacy styles */

A:link {
	color: #CF4711;
	text-decoration:none
}
A:active {
	color: #CF4711;
	text-decoration:none
}
A:visited {
	color: #CF4711;
	text-decoration:none
}
A:hover {
	color: #CF4711;
	text-decoration:underline
}
A.submenu {
	color: #685F58;
	text-decoration:none
}
A.submenu:hover {
	color: #CF4711;
	text-decoration:none
}
A.menu:hover {
	color: #000000;
	text-decoration:none
}
P.infotext {
	color: #685F58
}
P.WrittenBy {
	color: #685F58
}

/* */











#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}



