/* Global Styles */

body {
	background-color: rgb(192, 223, 253);
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

p.two {
	font-family:      "Comic Sans MS";
	font-size:		14px;
	text-align: center;
	display: block;
	}

p.ora {
	color: #ff6633;
	}

p3 {
	font-family:      "Comic Sans MS";
	font-size:		14px;
	text-align: center;
	}


h5	{
	color:	red;
	font-family:      "Comic Sans MS";
	font-size:	26px;
	text-align: center;
	}
h6
	{
	display: inline;
	color:	#33bbee;
	font-size:	16px;
	text-align: center;
	}
	
a.button {
	background: transparent url('http://www.seabreezefitness.co.uk/images/button.gif') scroll no-repeat;
	background-position: top;
	text-align: center;
	color: #ff6633;
	display: block;
	float: center;
	font: normal 14px arial, sans-serif;
	height: 24px;
	outline: none;
	margin-right: 6px;
	text-decoration: none;
}
a.button:hover {
	background-position: bottom;

	outline: none; /* hide dotted outline in Firefox */
}

a.button:active {
		color: #777777;
	outline: none; /* hide dotted outline in Firefox */
}

/* DIV Settings */

#header
{
	padding: 15px;
	margin: 0px;
	text-align: center;
	}

#wrapper {
	width: 80%;
	background-color:#FFFFFF;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: thin solid #000000;
}

#main {
	margin-left: 22%;
	margin-right: 7%;
	margin-top: 1px;
	padding: 10px;
}
#nav {
	width: 18%;
	padding: 10px;
	margin-top: 1px;
	float: left;
	}

/* Class Styles */
	
.linktext {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #ff6633;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}

.linktext:hover {
	color: #777777;
}

