/*
Theme Name: Fitness Delivered
Description: Custom Designed site for the businesses Fitness Delivered
Version: 1
Author: Anchor Web Design
Author URI: http://anchorweb.com.au

*/


/* html tags altered with css styles */
html {
	min-height:100%;
	margin-bottom: 1px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.3em;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #EC0A0B;
	font-weight: bold;
}
h3 {
	display: inline;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1em;
}

/* CSS for layout of page */
#pageborder {
	width: 758px;
	text-align: left;
	margin: auto;
	border-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-color: #000000;
	border-bottom-style: solid;
	background-image: url(images/menuback.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	float: left;
	width: 610px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content img {
	float: right;
	padding-left: 10px;
}
#content a:link {
	color: #453F7D;
	text-decoration: none;	
}
#content a:hover {
	color: #FF0000;
	text-decoration: underline;	
}
#content a:visited {
	color: #453F7D;
	text-decoration: none;	
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#banner {
	background-image: url(images/banner.jpg);
	width: 760px;
	margin: auto;
	text-align: left;
	height: 162px;
}
.menu {
	float: left;
	width: 130px;
}


/* css to hide alt text for banner in background */
.hidden { 
	display: none; 
}

img {
	border: none;
}
#editpage {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}