/* //////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */
/* Style Sheet */
/* Logic Red Web Design  - www.logicred.co.uk */
/* //////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */

/* Body and stuff 
-------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}

body {
	font-family:"trebuchet ms"; 
	font-size: 90%; 
	line-height: 1.3; 
	color: Black;
   text-align: center; /* INTERNET EXPLORER FIX. */
   min-width: 900px; /* INTERNET EXPLORER FIX.  */
	background: url(images/background.jpg) repeat-x;
}

/* DIVS
****************************************************** */
.inside {
	padding: 10px;
}

#wrap {
	width:900px;
	margin-left:auto;
   margin-right:auto;
	padding:0px;
	text-align:left;
}

.clear {
	clear: left;
}

#logo {
	width: 297px;
	height: 306px;
	background-image: url(images/logo.jpg);
	float: left;
}

#phone a {
	display: block;
	width: 603px;
	height: 92px;
	background-image: url(images/phone.jpg);
	float: left;
}

#home a {
	display: block;
	width: 116px;
	height: 45px;
	background-image: url(images/home.jpg);
	float: left;
}

#about a {
	display: block;
	width: 105px;
	height: 45px;
	background-image: url(images/about.jpg);
	float: left;
}

#sessions a {
	display: block;
	width: 109px;
	height: 45px;
	background-image: url(images/sessions.jpg);
	float: left;
}

#staff a {
	display: block;
	width: 95px;
	height: 45px;
	background-image: url(images/staff.jpg);
	float: left;
}

#contact a {
	display: block;
	width: 128px;
	height: 45px;
	background-image: url(images/contact.jpg);
	float: left;
}

#menu_right {
	width: 50px;
	height: 45px;
	background-image: url(images/menu_right.jpg);
	float: left;
}

#frontpage {
	width: 603px;
	height: 169px;
	background-image: url(images/frontpage.jpg);
	float: left;
}

#maintext {
	width: 600px;
	padding-left: 30px;
	float: left;	
}

#rightcol {
	width: 200px;
	float: left;
}

#footer {
	width: 100%;
	height: 70px;
	background: #93B757;
	float: left;
	text-align: center;
	padding-top: 5px;
	color: black;
}

/*
****************************************************** */

#footer a{
	color: #04560E;
}

#footer a:hover {
	color: black;
	text-decoration: none;
}

.heading {
	font-family: "georgia";
	color: #0166B6;
	font-size: 26px;
	line-height: 30px;
}

strong {
	color:#CA4303;
}

.image-border {
	border: 1px solid #03470C;
	padding: 2px;
}

/* HEADINGS
****************************************************** */

h1 {
	color: #78A52E;
	font-size: 23px; 
	line-height: 22px;
	font-family: "myriad pro",arial;
	font-weight: normal;
}

/* //////////////////////////////////////////////////////////////////////// */

ul {
	padding-left: 30px;
}


