.header {
width:800px;
}

.text_box_heading {
font-weight:bold;
font-size:17;
}

#header {
background-color:#08c;
border: 2px solid #08c;
}

.footer {
width:800px;
}

#footer {
background-color:#08c;
border: 2px solid #08c;
font-size:10pt;
font-weight:none;
}

#footer ul {
list-style:none;
margin:0;
padding-left:5px;
}

#footer ul a {
color:#FFF;
text-decoration:none;
font-size:10pt;
}

#footer ul a:hover{
list-style: none;
}

.content_box {
width:800px;
}

#content_box {
background-color:#fff;
border: 2px solid #08c;
margin: 0 0 0 0;
font-family:sans-serif;
color:#666;
font-size:10pt;
}

#introduction_box {
background-color:#fff;
width:780px;
font-family:sans-serif;
color:#666;
font-size:10pt;
font-weight:bold;
margin-bottom:15px;
}

.content_left_col {
width:260px;
float:left;
position:relative;
margin-top:0px;
margin-left:3px;
margin-right:5px;
margin-bottom:0px;
}

.content_middle_col {
width:260;
float:left;
position:relative;
}

.content_right_col {
width:260;
float:left;
position:relative;
}

.clear {
	clear:both;
}