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

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#contaner {
	background-image: url(../img/mast-photo1.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
}

#contanerhome {
	background-image: url(../img/home.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
}
#contanerpartners {
	background-image: url(../img/partners2.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
}
#contaner2 {
	background-image: url(../img/mast-photo-rust.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
}

#contaner3 {
	background-image: url(../img/Mast-photo-weak-link.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	padding-left: 15px;
	padding-top: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	padding-left: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	padding-left: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 10px;
}

a:link {
	font-weight: bolder;
	font-size: 12px;
}
a:visited {
	font-weight: bolder;
	font-size: 12px;
}
#header {
	width: 100%;
	height: 166px;
}
#header a:link {
	font-weight: bolder;
	color: #FFFFFF;
}
#header  a:visited {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

#header h1 {
	font-size: 36px;
	font-weight: bolder;
	color: #333333;
	text-align: center;
	vertical-align: middle;
}
#navbar {
	width: 875px;
	float: none;
	margin: 0px;
	height: 25px;
	vertical-align: top;
	padding: 3px;
}
#textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #333896;
	font-size: 14px;
	margin: 0px;
}


#navbar a:link {
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	padding-right: 5px;
}
#navbar  a:visited {
	font-weight: bolder;
	color: #000000;
	font-size: 14px;
	padding-right: 5px;
}




 #footer {
	font-size: 11px;
	height: auto;
	width: 98%;
	padding-top: 10px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #84815B;
	margin: 10px;
 }
 
 #footer a:link{
	font-size: 11px;
	font-weight: bold;
 }
#footer a:visited {
	font-size: 11px;
	font-weight: bolder;
}

 
 #footer2 {
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 100%;
	padding-top: 5px;
	text-align: center;
	margin: 0px;
 }


 #footer2 a:link{
	font-size: 11px;
	font-weight: bold;
	}

.caps {
	text-transform: capitalize;
}
