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

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	background-image: url(images/flame_pattern.png);
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}

.thrColElsHdr #work_container {
	background-image: url(images/work_BoxBack.gif);
	background-repeat: repeat-y;
	width: 300px;
	margin: 0 auto;
	text-align: left;
	color: #333333;
}

.thrColElsHdr #work_content {
	padding: 15px;
	margin: 0;
}

h1 {font-size: large;}
h2 {font-size: medium;
	font-style:italic;}

.thrColElsHdr #container { 
	width: 900px;
	background-image:url(images/background_color.gif);
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align: left;
} 
.thrColElsHdr #header { 
	background-image: url(images/background_header.gif);
	background-repeat:no-repeat;
	height: 158px;
} 

#navbar_top{
	text-align: right;
	height: 20px;
	width: 875px;
	margin-bottom: 5px;
}


.thrColElsHdr #sidebar1 {
	float: left; 
	width: 185px;
	height: 422px;
	background-image: url(images/menu_box.gif);
	background-repeat:no-repeat;
	padding: 15px 0;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p {
	margin-left: 35px;
	margin-right: 10px;
}

.thrColElsHdr #sidebar2 {
	float: right; 
	width: 350px;
	padding: 15px 0; 
}
.thrColElsHdr #sidebar3 {
	float: right; 
	width: 285px;
	padding: 15px 10px; 
}
.thrColElsHdr #sidebar2 h1, .thrColElsHdr #sidebar2 h2, .thrColElsHdr #sidebar2 p {
	padding-right: 20px;
}

.thrColElsHdr #mainContent {
 	margin: 0 365px 0 200px;
} 
.thrColElsHdr #videoContent {
 	margin: 15px 305px 0 190px;
} 
.thrColElsHdr #footer { 
	background-image: url(images/footer_bar.gif);
	background-repeat:no-repeat;
	height: 63px;
} 
.thrColElsHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-size:smaller;
	color:#999999;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
a:hover {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
}
