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

body {
	background-image:url(images/design_files/stucco_bkground_repeat.jpg);
	background-repeat: repeat;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:18px;
	margin:0px;
	padding:0px;
	border:none;
}

a:link {
	text-decoration: none;
	color:#000000;
	border: 0px;
}

a:visited {
	text-decoration: none;
	color:#000000;
	border: 0px;
}

a:hover {
	text-decoration: none;
	color:#000000;
	border: 0px;
}

a:active {
	text-decoration: none;
	color:#000000;
	border: 0px;
}

a img {
	border:none;
	padding:0px;
	margin:0px;
}

/* PAGE STRUCTURE */

.main_wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(images/design_files/repeating_background.jpg);
	background-position:top;
	background-repeat:repeat-y;
	padding:0px;
	border:none;
	text-align:justify;
}

.leftbar {
	width:192px;
	float:left;
}

.header {
	width:708px;
	height:212px;
	float:left;
}
	
.main_content {
	width:678px;
	float:left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.footer {
	width:708px;
	height:20px;
	text-align:center;
	padding-left:192px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 10px;
}


.clear {
	clear:both;
}


/* ADDITIONAL ELEMENTS */

.left_image {
	float:left;
	margin-left:0px;
	margin-top:15px;
	margin-top:15px;
	margin-right:15px;
}

.right_image {
	float:right;
	margin-left:15px;
	margin-top:15px;
	margin-top:15px;
	margin-right:0px;
}

.title {
	color:#CC0000;
	font-size:18px;
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

.sub_title {
	color:#666666;
	font-size:12px;
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.centered {
	text-align:center;
}
