/* Stylesheet for blueskyortho.co.uk */

/* DIVS---------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: white;
	text-align: center;
	}

#imagebar {
	position: absolute;
	width: 800px;
	height: 50px;
	left: 50%;
	top: 10px;
	margin: 0;
	margin-left: -400px;
	background-image: url(img/imagebar.jpg);
	background-repeat: no-repeat;
	}
	
#header {
	position: absolute;
	width: 800px;
	height: 149px;
	top: 70px;
	margin-left: -400px;
	left: 50%;
	padding: 0px;
	}

#menu {
	position: absolute;
	width: 800px;
	padding: 0;
	padding-top: 3px;
	margin: 0;
	margin-top: 193px;
	margin-left: -400px;
	left: 50%;
	}

#main {
	position: absolute;
	width: 800px;
	margin-top: 230px;
	margin-left: -400px;
	left: 50%;
	text-align: center;
	font-family: sans-serif;
	}

.leftcolumn {
	width: 150px;
	margin: 0;
	padding: 0;
	float: left;
	}

.rightcolumn {
	position: absolute;
	left: 0;
	width: 650px;
	margin-top: 0px;
	margin-left: 150px;
	padding: 0;
	background-image: url(img/corner.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	}

.historytab {
	width: 150px;
	height: 45px;
	border-bottom: 2px solid #cecece;
	overflow: hidden;
	}

.wwdtab {
	width: 150px;
	height: 45px;
	border-bottom: 2px solid #cecece;
	overflow: hidden;
	}

.wwagtab {
	width: 150px;
	height: 45px;
	border-bottom: 2px solid #cecece;
	overflow: hidden;
	}

.floatleft {
	float: left;
	}

/* FONTS--------------------------------------- */

p {
	color: black;
	text-align: justify;
	font-family: Verdana, Sans-serif;
	padding: 0px;
	margin: 30px;
	}

#menu a {
	color: #66D;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	margin-left: 10px;
	margin-right:10px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	}

#menu a:hover {
	color: white;
	}

#menu .active {
	color: white;
	}

a {
	color: #77f;
	text-decoration: none;
	}

img {
	border: none;
	margin: 0;
	padding: 0;
	}
