/*================================================================================*/
/*	LONEDOG MULTIMEDIA ALL RIGHTS RESERVED											  */
/*  Author: Aoife Tolerton Email: aoife@lonedog.co.uk       */
/*================================================================================*/

/*--container assets--*/

body {
	margin: 20px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #000066;
	behavior:url("hover.htc");
	}
	
#wrapper {
	margin: 0px auto;
	width: 930px;
	}
	
#header {
	background: url(images/header.png) top left no-repeat;
	width: 930px;
	height: 19px;
	text-indent: -99999px;
	margin: 30px 0px 0 -3px;
	}
	
h1 {
	background:url(images/home_top.jpg) top left no-repeat;
	height: 111px;
	width: 930px;
	text-indent: -99999px;
	float: left;
	margin: 0px 25px 10px 0px;
	}

#mainwrap {
	background: url(images/wrap_back.png) top left repeat-y;
	width: 930px;
	margin: 0px 10px 0px -3px;
	}
	
#footer {
	background: url(images/footer.png) top left no-repeat;
	width: 930px;
	height: 17px;
	margin: -20px 0 30px -3px;
	}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	border-top: 0px solid #999999;
	font-size: 10px;
	float: left;
	color: #999999;
	padding-top: 10px;
	margin: -10px 30px 0px 25px;
	}

/*--end of container assets--*/


/*--column and float assets--*/	

#main {
	margin: 0px 30px 20px 0px;
	width: 930px;
	}

.clear {
	clear: both;
	}

/*--end of column and float assets--*/

/*--start of fonts--*/
.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.bodytxtwht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

/*--end of fonts --*/
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF5B02;
	text-decoration: none;
}
a:active {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitebld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whiteheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.blubld {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
