/* CSS Document */
Body {
    background: #000000;
}

h3 {
font-size:24px;
	color: #006699;
	background-color: #D3D1D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height:30px;
	letter-spacing: 2px;
	
}

h4 {
font-size:16px;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	
}

h5 {
    font-size:14px;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight: bold;
	line-height:14px;
	
	
}

h6{
    font-size:11px;
	text-align:left;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;		
}

p {
font-size:12px;
color: #006699;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-weight:normal;
line-height:16px;
}


#headerscript {
width: 910px;
height: 60px;
margin: 0 auto 0 auto;
}

/* Header image*/

#header {
    background:url(../static_images/horses.jpg) no-repeat;
	width:895px;
	height: 126px;
	padding: 0px;
	margin:0 auto 0 auto;
	border-bottom:solid;
	border-top:solid;
	border-color:#FFFFFF;	
}


/* Menu buttons */

#menu {
	width: 895px;
	height: 40px;
	margin: 0 auto 10px auto;
	background-color:#3F056D;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 28px;
	padding: 12px 1px 0 1px;
	background-color: #3F056D;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	color: #6699FF;
	
}

#pagecontent{
   width:895px;
   height:780px;
   margin:0 auto auto;
}

/*navigation on left*/
#navigation {
    background-color:#FFFFFF;
	background-image:url(../static_images/nav_background.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
    width:200px;
    height:775px;
    float:left;
    padding:10px;
}
#navigation a:hover, #navigation .active a {
	color: #9900FF;
	}
/* Content on centre-right */

#content {
	width: 650px;
	height: 775px;
	margin: 0 0 0 3px;
	background-color: #F5EEFF;
	float:Right;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;	
}

#content a:hover, #content .active a {
	color: #6699FF;
	}
	
/* two columns to insert into content area*/	
.columnone{
width:auto;
height:auto;
float:left;
margin: 5px 10px 10px 50px;


}
.columntwo{
width:auto;
height:auto;
float:right;
margin: 5px 50px 10px 10px;


}
/*image container to insert into content area*/
.contentimage{
width:auto;
height:auto;
margin:50px 0 0 0;
float:left;

}

/* Footer */

#footer {
    width: 895px;
	height: 50px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#3F056D;
	color: #CCCCCC;
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 5px;
	margin : 10px 0 0 0;
}

#footer a:hover, #footer .active a {
	color: #66CCFF;
}
	
a:link {
	color: #CCCCFF;
	text-decoration: none;	
}
a:visited {
 text-decoration:none;
 color: #990066;
}

/* designers note and contact*/
#footnote{
width: 895px;
height:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
color:#FFFFFF;
}

#footnote a:hover, #footnote .active a {
	color:#66CCFF;
	}
	
a:link {
	color: #006699;
	text-decoration: none;	
}
a:visited {
 text-decoration:none;
 color: #006699;
}
