* {
	margin: 0;
	padding: 0;
}

a {
color:#FFFFFF;


}

body {
		background-color:#741011;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	color: #fff;
	font: normal 100% "Arial",sans-serif;
	margin-top:20px;
}

.logo
{
text-align:center;
color:#FFFFFF;


}

.container {
	padding:0px;
	margin: 0 auto;
	width: 871px;
	background-color:#001a27;
	background-image:url(images/page_footer.jpg);
background-position:bottom;
background-repeat:no-repeat;
}

.header
{
background-image:url(images/header_back_top.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#001a27;
width:871px;
height:117px;
color:#FFFFFF;
font-style:bold;
padding-top:20px;
font-size:120%;
}

#header_arrow
{
position:absolute;
left:990px;
top:10px;
width:186px;
height:141px;

}

.top_headings
{
float:left;
position:inherit;
width:150px;
font-size:150%;
color:#fff;
padding-left:15px;
text-align:center;
height:70px;
}


.top_headings a
{
text-decoration:none;

}

.top_headings hover
{
text-decoration:none;
background-color:#0099FF;
border-bottom-color:#0099FF;
border-bottom-style:solid;
border-bottom-width:thick;
}



.headings_text
{
font-size:190%;
color:#fff;
}

.sub_heading
{
font-size:30%;
color:#ffffff;
}

.sub_headings_text
{
font-size:50%;
color:#3d88b1;
font-style:bold;
}

.twitter_text
{
font-size:80%;
color:#ffffff;
}


.show_thumbs
{
float:left;
position:inherit;
margin-left:20px;
width:831px;
background-color:#3d080a;
font-size:100%;
color:#fff;
height:129px;
padding-top:10px;
text-align: center;
}

.show_header_thumbs
{
float:left;
position:inherit;
margin-left:20px;
width:831px;
background-color:#741011;
font-size:140%;
color:#fff;
height:31px;
padding-top:10px;
}

.footer
{
padding:0px;
	margin: 0 auto;
	width: 871px;
background-color:#3d88b1;
margin-top:50px;
font-size:140%;
color:#fff;
height:139px;
background-image:url(images/footer_right.jpg);
background-position:right;
background-repeat:no-repeat;
}

.floaty_left
{
float:left;
position:inherit;
font-size:60%;
width: 202px;
padding-top:10px;
}

.left_column_text
{
float:left;
position:inherit;
width:446px;
font-size:90%;
color:#fff;
padding-left:25px;
margin-right:50px;
padding-top:20px;
}


.portfolio_column_text
{
float:left;
position:inherit;
width:446px;
font-size:70%;
color:#fff;
padding-left:25px;
margin-right:50px;
padding-top:20px;
}

.right_column_text
{
float:left;
position:inherit;
width:287px;
background-color:#741012;
font-size:80%;
color:#fff;
}


.special_offer
{

float:right;
position:inherit;
top:10px;
width:164px;
height:164px;
background-image:url(images/button.png);
background-repeat:no-repeat;
font-size:120%;
color:#fff;
text-align:center;
}

.text_inset
{
padding:10px;
width:267px;

}

.frame_text
{
padding:10px;
font: normal 90% "Arial",sans-serif;

}

.twitter_text
{
font-size:75%;
color:#fff;
}


.image_block
{
float:left;
position:inherit;
width:186px;

color:#fff;
text-align:center;
}

.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
	border: 5px solid #741012;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}