@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/camsbg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	width: 950px;
	margin: 0 auto;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	}	
	
#introtext {
	float: left;
	width: 391px;
	background-image:url(images/header/textbg.jpg);
	height: 158px;
	vertical-align: middle;
	}
	
#header02 {
	float: right;
	width: 559px;
	}

#header03 {
	clear: both;
	}

#title1 {
	text-align: center;
	background-color: #FFF;
	}

#main2 {
	background-color: #ffcee7;
	}
	
#footer {
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 70px;
	}
	
.introtextstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
