@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}


#container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 10px none #f9f6ef;
}



h2
{
	font-size: 18px;
	font-weight: bold;




	color: # #333f57;
	text-transform: none;
	font-variant: normal;
	text-align: center;
	color:  #486ab6;
	font-style: italic;
}

h3
{
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFFF;
	text-transform: none;
	font-variant: normal;
	text-align: center;
}

#email {
	margin-top: 60px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}


#header
{
	background-image: none;
	background-repeat: no-repeat;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: #333;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #333;
	border-left-color: #333;
	height: 200px;
	margin-top: 100px;
	border-top-style: none;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#pageheader
{
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: #333;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #333;
	border-left-color: #333;
	height: 220px;
	margin-top: -35px;
	border-top-style: none;
	margin-left: 0px;
	background: url(none) no-repeat;
	padding: 0 0px;
}
#h1
{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}


a:link{
	text-decoration:underline;
	color:486ab6;
	font-size: 16px;
	font-weight: normal;
}
a:visited{
	text-decoration:underline;
	color:#000000;
	font-weight: bold;
	font-size:16px;
}
a:hover{
	color:#666666;
	text-decoration:underline;
	font-size: 16px;
}
#sidebar1
{
/*since this element is floated, a width must be given*/
	width: 400x;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;

}
#sidebar2
{
	float: right;
/*since this element is floated, a width must be given*/
	width: 200px;
/*padding keeps the content of the div away from the edges*/
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#email
{
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#emailcontact
{
	margin-top: -280px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#calContent
{
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 100px;
	padding-left: 0px;
	font-size: 16px;
	color: #887574;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
#listContent
{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 16px;
	color: #69733E;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

#jobContent
{
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 10px;
	padding-right:0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 16px;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
#paypalContent
{
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 10px;
	padding-right:0px;
	padding-bottom: 100px;
	padding-left: 0px;
	font-size: 16px;
	color: #887574;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
#carlaContent
{
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 10px;
	padding-right:0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 16px;
	color: #887574;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
#mainContent
{
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Tahoma, Geneva, sans-serif;
	color: #000000;
	font-size: 16px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 16px;
	font-weight:normal;
}
#enterContent
{
	margin-top: -30px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 670px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 100px;
	padding-left: 0px;
	font-size: 20px;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
#frontContent
{
	margin-top: 250px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 610px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: none;
	background-repeat: repeat;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	width: 600px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#welcomeContent
{
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	colou
}
#info
{
	margin-top: 100px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 100px;
	padding-left: 0px;
	background-image: none;
	background-repeat: repeat;
	font-size: 24px;
	color: #FFFFCC;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
}

#footer
{
	padding: 0 0px 50;
	background-image: none;
	background-repeat: no-repeat;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#footer p
{
	margin: 0;
/*zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs*/
	padding: 0px 0;
/*padding on this element will create space, just as the the margin would have, without the margin collapse issue*/
	padding-bottom: 50px;
}
.fltrt
{
/*this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page.*/
	float: right;
	margin-left: 8px;
}
.fltlft
{
/*this class can be used to float an element left in your page*/
	float: left;
	margin-right: 8px;
}
.clearfloat
{
/*this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float*/
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#logonaz
{
	margin-top: -310px;
	margin-left: -84px;
}
#frontfacebook{
	margin-top:40px;
}
	
#facebook{
	margin-top: -30px;
	float:right}
	
#firstfooter{
	margin-top:450px;
	margin-left:-25px;
	}
	
#secondfooter{
	margin-top:10px;
	margin-left:0px;
	}
#social{
	margin-top: -75px;
	float:right;
	background: #5F87C5;
}


#webcontent h2{
	font-size: 18px;
	color: #627041;
	font-family: Tahoma, Geneva, sans-serif;
	margin-left:20px;
	margin-right:20px;
	font-weight: bold;
	text-align: center;
	}
	
	
#ladybird {
	text-decoration:none;
	color:#887574;
	font-weight: normal;
	font-size:14px;
	padding-left:0px;
	margin-left:20px;
	margin-top:20px;
	padding-bottom:0px;
}

#ladybird a:link{
	text-decoration:underline;
	color:#887574;
	font-weight: normal;
	font-size:14px;
}
#ladybird a:visited{
	text-decoration:underline;
	color:#887574;
	font-weight: normal;
	font-size:14px;
}
#ladybird a:hover{
	color:#887574;
	text-decoration:underline;
	font-size: 14px;
}
#sitemap{
	margin-left:690px;
	font-size: 14px;
	color: #887574A;
	margin-top:-28px;
	padding-bottom: 0px;
}#sitemap a:link{
	text-decoration:underline;
	color:#887574;
	font-weight: normal;
	font-size:14px;
}
#sitemap a:visited{
	text-decoration:underline;
	color:#6F82AA;
	font-weight: bold;
	font-size:14px;
}
#sitemap a:hover{
	color:#333f57;
	text-decoration:underline;
	font-size: 14px;
}
#firstladybird {
	text-decoration:none;
	color:#FFF;
	font-weight: bold;
	font-size:12px;
	padding-left:0px;
	margin-left:670px;
	margin-top:90px;
	padding-bottom:0px;


}

#firstladybird a:link{
	text-decoration:underline;
	color:#FFFFFF;
	font-weight: bold;
	font-size:12px;
}
#firstladybird a:visited{
	text-decoration:underline;
	color:#FFFFFF;
	font-weight: bold;
	font-size:12px;
}
#firstladybird a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	font-size: 12px;
}
#firstsitemap{
	margin-left:670px;
	font-size: 12px;
	color: #FFF;
	margin-top:0px;
	padding-bottom: 50px;
}#firstsitemap a:link{
	text-decoration:underline;
	color:#FFFFFF;
	font-weight: bold;
	font-size:12px;
}
#firstsitemap a:visited{
	text-decoration:underline;
	color:#FFFFFF;
	font-weight: bold;
	font-size:12px;
}
#firstsitemap a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	font-size: 12px;
}
#calandar iframe{
	margin-left:0px;
	margin-right:0px;}
#secondemail
{
	margin-top:40px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 14px;
	background-image: url(images/Untitled-1.png);
}
#thirdemail
{
	margin-top:40px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 14px;
    width: 300px;
}
#welcomepage{
	margin-left:0px;
	font-weight: bold;
	color: #333f57;
	margin-top:-20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
}
#paypal{
	margin-top:30px;
	padding-bottom:50px;}
.headings
{
	font-size: 14px;
	font-weight: bold;
	color: # #333f57;
	text-transform: none;
	font-variant: normal;
	color:  #768BBB;
}
#tabcon{
	margin-left:50px;
}
#classes{
	font-size:14px;
	margin-left:5px;
	margin-right:5px;}
	
	#robbicontact
{
	margin-top: -200px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
	#carlacontact
{
	margin-top: -300px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#contentsite{
	margin-left:400px;
	margin-top:50px;}
	
#consentcontent{
	margin-left:10px;
	margin-top:60px;
	font-size:16px;
    font-family: Arial, Helvetica, sans-serif;
	color: #887574;}
