@import url("style/firstpage.css");
@import url("style/general.css");
@import url("style/quote.css");

body{
font-family: "Trebuchet MS","Myriad Pro",Arial,Tahoma,sans-serif;
font-size: 80%;
font-weight: normal;
color: #D5E1ED;
padding: 0;
margin: 0;
background-color: #000314;
}

div.cleaner{
clear: both;
}

a img{
border-width: 0;
border-style: none;
}

div#extmasterfirst{
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background-image: url("images/bodyfirstbg.jpg");
background-repeat: repeat-x;
}

div#extmaster{
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background-image: url("images/bodybg.jpg");
background-repeat: repeat-x;
}

div#extmastertwo{
padding:0;
margin: 0;
height: 100%;
width: 100%;
background: url("images/footerbg.jpg") repeat-x center bottom;
}

div#master{
width:1024px;
margin: 0 auto;
padding: 0;
background-image: url("images/masterbg.png");
background-repeat: no-repeat;
position: relative;
}

div#foot{
background-color: #003347;
text-align: center;
font-size: 70%;	
padding-bottom: 5px;
color: #7EB5C9;
}

span.bigger{
color: #6cb600;
}