body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	}
	
#wrap_big {
	float: left;
	width: 100%;
	height: 100%;
	background-image: url(../img/grad.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	}
	
#wrap_small {
	float: left;
	width: 820px;
	margin: 0px 0px 0px 50px;
	}
	
.clear{
clear : both;
} 



/* Separators */

#pink_line {
	float: left;
	width: 100%;
	height: 5px;
	background-color: #E88281;
	}
	
#pink_line_two {
	float: left;
	width: 100%;
	height: 5px;
	margin: 10px 0px 10px 0px;
	background-color: #E88281;
	}
	
#pink_line_three {
	float: left;
	width: 100%;
	height: 5px;
	margin: 0px 0px 50px 0px;
	background-color: #E88281;
	}
	
#blue_line {
	float: left;
	width: 100%;
	height: 5px;
	background-color: #7CBDCF;
	}
	
#blue_line_two {
	float: left;
	width: 100%;
	height: 5px;
	margin: 10px 0px 10px 0px;
	background-color: #7CBDCF;
	}
	
#orange_line {
	float: left;
	width: 100%;
	height: 5px;
	background-color: #F4B073;
	}
	
#orange_line_two {
	float: left;
	width: 100%;
	height: 5px;
	margin: 10px 0px 10px 0px;
	background-color: #F4B073;
	}
	
#yellow_line {
	float: left;
	width: 100%;
	height: 5px;
	background-color: #FCF4B6;
	}
	
#yellow_line_two {
	float: left;
	width: 100%;
	height: 5px;
	margin: 10px 0px 10px 0px;
	background-color: #FCF4B6;
	}


	
#page_bottom {
	float: left;
	width: 100%;
	height: 50px;
	}



/* Structure */

.three_col_span {
	float: left;
	width: 820px;
	}
	
.two_col_span {
	float: left;
	width: 540px;
	}
	
.one_col {
	float: left;
	width: 260px;
	margin: 0px 0px 0px 0px;
	}
	
.left_column {
	float: left;
	width: 260px;
	margin: 0px 20px 0px 0px;
	}



/* Top banner */
	
#cbt_logo {
	float: left;
	width: 251px;
	margin: 50px 0px 13px 0px;
	}
	
#cbt_stamp {
	float: right;
	width: 251px;
	margin: 42px 0px 0px 0px;
	text-align: right;
	}



/* Content boxes */

.nav_box {
	float: left;
	margin: 25px 40px 10px 0px;
	}
	
#title_box {
	float: left;
	width: 260px;
	margin: 0px 0px 12px 0px;
	}
	
#text_box {
	float: left;
	width: 260px;
	margin: 0px 0px 12px 0px;
	}

#two_col_img_box {
	float: left;
	width: 540px;
	margin: 0px 0px 20px 0px;
	}



/* Text styles */

.nav_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E88281;
	text-decoration: none;
	}
	
a.nav_text:link {
	color: #E88281;
	}

a.nav_text:visited {
	color: #E88281;
	}

a.nav_text:hover {
	color: #FFFFEE;
	}
	
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #E88281;
	text-decoration: none;
	line-height: 32px;
	}
	
.titles_two {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E88281;
	text-decoration: none;
	line-height: 14px;
	}
	
.titles_two_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFEE;
	text-decoration: none;
	line-height: 14px;
	}
	
.titles_two_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7CBDCF;
	text-decoration: none;
	line-height: 14px;
	}
	
.titles_two_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F4B073;
	text-decoration: none;
	line-height: 14px;
	}
	
.titles_two_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FCF4B6;
	text-decoration: none;
	line-height: 14px;
	}
	
.copy_text {
	font-family: Courier New, Courier, monospace;
	font-size: 11px;
	color: #FFFFEE;
	}
	
a.copy_text:link {
	color: #E88281;
	}

a.copy_text:visited {
	color: #E88281;
	}

a.copy_text:hover {
	color: #E88281;
	text-decoration: none;
	}
	
.copy_text_pink {
	font-family: Courier New, Courier, monospace;
	font-size: 11px;
	color: #E88281;
	}

.copy_text_two {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E88281;
	text-decoration: none;
	}
	
.copy_text_two_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7CBDCF;
	text-decoration: none;
	}
	
.copy_text_two_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F4B073;
	text-decoration: none;
	}
	
.copy_text_two_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FCF4B6;
	text-decoration: none;
	}
	
.list_txt {
	font-family: Courier New, Courier, monospace;
	font-size: 11px;
	color: #FFFFEE;
	/*background-image: url(../img/bullet.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	line-height: 9.5px;
	}