html {
	overflow: scroll;
}

body {
	background: url('gfx/header_lines.gif');
	background-repeat: repeat-x;
	background-color: #000;
	font: 12px/18px verdana, geneva, helvetica, sans-serif;
	color: white;
}

.width {
	width:100%;
	min-width:780px;
}

.content {
	padding:5px;
}

* html .minwidth {
	padding-left:780px;
}

* html .container {
	margin-left:-780px;
	position:relative;
}

/*\*/
* html .minwidth, * html .container, * html .content, * html .layout  {
	height:1px;
}
/**/


#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 65px;
	clear: all;
}

#left_col {
	margin-top: 75px;
	float: left;
	width: 79%;
}

#right_col {
	margin-top: 75px;
	float: right;
	width: 20%;
}

#menu {
	background: #000;
	padding-top:0;
	padding-bottom:0;
	margin-bottom: 10px;
}

#heading {

	background: #f5c204;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	width: 100%;



}

#menu ul {
	margin-top: 0;
	margin-bottom: 0;
}

#text {
	background: #27176f;
	margin-bottom: 20px;
}

#text p {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 1em;
}

#text h1 {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0em;
}

img.left { 
    float: left;
	clear: left;
    margin: 1em; 
}

img.right { 
    float: right;
	clear: right;
    margin: 1em; 
}

hr {
	clear: left right;
}
