/************************************************************************************************
************************************************************************************************/

/*

CSS for Letters and Logos Limited :: built by Good Web Design UK 2008

*/

/* GENERAL */

body {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	width: 1000px;
	background-color: #ffffff;
}

p {
	margin: 0px;
	padding: 10px 0px 0px;
}
img {
	border: 0px;
	padding: 0px;
}

* {margin: 0; padding: 0;}



br.clear { clear:both; }




img { margin:0 0 0 0;
	}


	
a img{border:none;
}


/*LINK */
	
a:link {
 	font-family: Arial, Tahoma, sans-serif;
	font-size:12px;
	font-weight: normal;
 	color: #663366;
 	text-decoration: none;
}
a:visited {
   	font-family: Arial, Tahoma, sans-serif;
	font-size:12px;
	font-weight: normal;
  	color: #663366;
   	text-decoration: none;
}

a:hover {
   	font-family: Arial, Tahoma, sans-serif;
	font-size:12px;
	font-weight: normal;
   	color: #006699;
   	text-decoration: underline;
}
a.white:link {
	color: #ffffff;
	text-decoration: none;
}
a.white:visited {
	color: #ffffff;
	text-decoration: none;
}
a.white:hover {
	color: #990000;
	text-decoration: none;
}


#nav {
	width: 998px;
	height: 26px;
	float: left;
	background-color: #3b899a;
	padding-top: 10px;
}
#nav ul {
	list-style-type: none;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	border: 0px;
	float: left;
}
#nav li {
	display:inline;
	padding:0px 0px 0px 0px;
	margin:0px;
}
#nav li a {
	text-decoration: none;
	padding: 0px 30px 0px 33px;
	margin: 0px;
	color: #ffffff;
}
#nav li a:hover {
	color: #79b6c8;
	text-decoration: none;
}


/* general formatting ie: text size, colour, etc */


.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	font-style: normal;

}
.large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #663366;
}
.larger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #b6a8bc;
}
.boldpurple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #663366;
	font-size:14px;
}


/* main body of site */

#main {
	width: 1000px;
}
#middle {
	width: 998px;
	text-align: left;
	float: left;
	border: 1px solid #3b899a;
	margin-bottom: 20px;
	min-height: 420px;
}
#textleft {
	float: left;
	width: 320px;
	padding: 0px 0px 0px 0px;
	margin: 20px 20px 0px 0px;
	height: 420px;
	text-align: right;
}
#textright {
	float: left;
	width: 600px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 40px;
}
#text {
	width: 920px;
	float: left;
	margin: 20px 20px 0px 20px;
}

/* top */


#top {
	width: 1000px;
	float: left;
	height: 100px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/top_background.jpg);
	background-repeat: repeat-x;
}
#top_right {
	float: right;
	width: 400px;
	height: 60px;
	text-align: right;
	margin: 40px 20px 0px 0px;
}
#top_left {
	float: left;
	width: 400px;
	height: 75px;
	margin: 25px 0px 20px 20px;
}

/* CONTAINERS */


#container {
	float: left;
	width: 1000px;
	margin-top: 20px;
	border: 1px solid #3b899a;

}
/*******************

heading

********************/

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #3b899a;
	text-transform: uppercase;
}

h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
h3 {
	font-weight: bold;
	color: #3b899a;
	font-size: 12px;

}
.text1 {
	font-weight: bold;
	color: #3b899a;
}
