html, body {
	margin: 0;
	padding: 0;
}


body {
	background: url(images/blue_bg.jpg) repeat;
}

.container {
    width: 960px;
    margin: 0 auto;
	margin-bottom: 100px;
	min-height: 300px;
}


.container-interior {
    width:960px;
    margin:0 auto;
	margin-bottom: 50px;
	min-height: 200px;
}

.foot-container {
    width:960px;
    margin:0 auto;
    margin-top:55px;
    margin-bottom:55px;
} 

.logo {
	background-image:url(images/Logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 117;
	width: 96,

}
.navi {
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	
}

.navigation ul{
    margin: 0; 
	padding: 0;
    float: right;
}
 
.navigation ul li{
    display: inline;
}
 
.navigation li a{
    float: right; 
	text-decoration: none;
    color: white;
    padding: 10px 10px;
 
}

.header-text {
    margin-bottom: 10px;
    text-align: center;

}


h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	color: #FFF;
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 75px;
}

p1 {
	margin: 0;
	padding-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 18px;
	color: #FFF;
	line-height: 18pt;
}

p2 {
	margin: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 10pt;
}

p3 {
	margin: 0;
	padding-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 18px;
	color: #129EB5;
	line-height: 18pt;
}



h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	color: #129EB5;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 10px;
}



#work {
    background:url(images/texture_background.jpg) repeat;
	color: #FFF;
	min-width:960px;
	padding-top: 55px;
	
}


.section-content {
    width: 960px;
	min-height: 300px;
	margin: 0 auto;
	padding-top: 0px;
    padding-bottom:100px;
}


.section-content_interior {
    width: 960px;
	min-height: 500px;
	margin: 0 auto;
	padding-top: 0px;
    padding-bottom:100px;
}
.footer {
    padding-top:20px;
    padding-bottom:20px;
    background: url(images/blue_bg.jpg), repeat;
    font-size:10px;
	font:Arial, Helvetica, sans-serif;
    color:#FFF;
    text-align: center;
}


.thumbs {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;	
	border-color: #FFF;
	border-style: solid;
	border-width: 2px;
	background-color:#129EB5;
	padding: 10px;
}

