html {
	overflow: scroll;
}

body {
	background: url('http://www.skydiveukltd.com/gfx/header_lines.gif');
	background-repeat: repeat-x;
	background-color: #000;
	font: 14px/18px verdana, geneva, helvetica, sans-serif;
	color: white;
	padding: 0;
	margin: 0;
}

a:link {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: blue;}
a:active {text-decoration: none; color: blue;}
a:hover {text-decoration: underline; color: yellow;}

#frame {
	background-image: url(olliesUploads/bgcolor.jpg);
	background-repeat: repeat;
	background-color: #160D3D;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	xxborder: 1px solid white;
	padding: 0 1em 0 1em;
}

#header {
	top: 0px;
	width: 800px;
	height: 67px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	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-left: -1em;
	margin-right: -1em;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	height: 26px;
}

#footing {
	background: #f5c204;
	margin-left: -1em;
	margin-right: -1em;
	margin-top: 2em;
	margin-bottom: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	color: black;
	font-weight: bold;
}

#footer {
	background: #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	width: 800px;
	text-align: center;
}

#footer a:link {text-decoration: none; color: white;}
#footer a:visited {text-decoration: none; color: white;}
#footer a:active {text-decoration: none; color: white;}
#footer a:hover {text-decoration: underline; color: yellow;}

#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;
}

#hw_box {
	background: #37277f;
	font-size: 0.8em;
}

#hw_box table {
	border-spacing: 0;
}

#hide {
	display: none;
}

table td.rpad {
	text-align: right;
	padding-right: 0.5em;
}

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

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

img.middle { 
	margin-left: 5px;
	margin-top: 1px;
}

.small { 
	font-size: 0.8em;
}

.left { 
    float: left;
	clear: left;
    margin: 0em;
    margin-right: 1em; 
}

.right { 
    float: right;
	clear: right;
    margin: 0em;
    margin-left: 1em; 
}

.alert {
	border: 2px solid yellow;
	background: white;
	font-weight: bold;
	color: black;
}

img.up { 
	vertical-align: top;
}

img.pad50r { 
	margin-right: 50px;
}

img.pad60r { 
	margin-right: 60px;
}

form.inline { 
	display: inline;
}

h1 {
	line-height: 120%;
}

hr {
	clear: both;
	visibility: hidden;
}

hr.show {
	clear: both;
	width: 100%;
	visibility: visible;
}
