/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	padding: 0;
	background: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

h2 { font-size: 24px; }
h3 { font-size: 18px; }

p, ol, ul {
	line-height: 16px;
}

a {
	color: #108064;
}

a:hover {
	text-decoration: bold;
}

.image {
	float: left;
	margin: 5px 15px 0 0;
	border: 2px solid #666666;
}

.byline {
	margin: 0;
	padding: 0 0 0 5px;
	background: #FFFFFF;
	font-size: 13px;
        color: #333333;
        border: 2px solid #445844;
}

/* Header - this is working properly now */

#header {
	width: 720px;
	height: 80px;
	margin: 0 auto;
	background: url(http://www.sharktracks.co.uk/images/logo_large.jpg) no-repeat;
        background-position: center center;
	border: 2px solid #000000;
}

/* Menu */

#menu {
	width: 720px;
	height: 22px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 18px;
	padding: 4px 0 0 0;
	background: #DDFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #999999;
}

#menu a:hover, #menu .active a {
	background: #FFFFFF;
	color: #30B070;
}

/* Content - I try to cange colOne's width and colTwo stays in the same place. If I alter colTwo's width it doesn't work either!*/

#content {
	width: 720px;
	margin: 0 auto;
	background: #FFFFFF url(images/img5.gif) repeat-y;
	border: 2px solid #000000;
}

#colOne {
	float: left;
	width: 100px;
	padding: 20px;
        background: #ffffff;
}

#colOne h3 {
	margin: 5px 0 10px 0;
	color: #009999;
}

#colOne ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colOne a {
	color: #0080a0;
}

#colTwo {
	float: right;
	width: 530px;
	padding: 20px;
}

/* Footer */

#footer {
	width: 720px;
	margin: 0 auto;
	background: #FFFFFF;
        border: 2px solid #102030;
}

#footer p {
	margin: 0;
	padding: 0 0 4px 0;
	text-transform: lowercase;
	text-align: center;
	font-size: 9px;
	color: #409070;
}

#footer a {
	color: #904070;
}
