#gradient {

width:1260px;
height:1000px;

background:
 -webkit-linear-gradient(#D0E5F2, #ffffff);
 /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#D0E5F2, #ffffff);
 /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#D0E5F2, #ffffff);
 /* For Firefox 3.6 to 15 */
background: linear-gradient(#D0E5F2, #ffffff); /*
 Standard syntax (must be last) */
}

a {
text-decoration:none;
}

.picsbox {
position:relative;
float:left;
width:187px;
height:260px;
margin:10px;
border-style:solid;
border-width:1px;
border-color:#C0AC66;
padding-top:10px;
padding-left:15px;
padding-right:15px;
padding-bottom:10px;
}

.individualpicbox {
position:relative;
float:left;
margin:10px;
width:75px;
height:75px;
}

.logotypemain {
position:relative;
float:left;
width:750px;
height:280px;
margin:10px;
border-style:solid;
border-width:1px;
border-color:#C0AC66;
text-align:center;
}
 
.logotypesecondary {
width:1200px;
height:270px;
margin:20px;
border-style:solid;
border-width:1px;
border-color:#C0AC66;
text-align:center;
}
 
.underheaderleft {
position:relative;
float:left;
width:195px;
height:200px;
margin:10px;
border-style:solid;
border-width:1px;
border-color:#C0AC66;
text-align:center;
padding:10px;
}

.underheadercenter {
position:relative;
float:left;
width:700px;
height:800px;
margin:10px;
border-style:solid;
border-width:1px;
border-color:#C0AC66;
text-align:center;
padding:25px;
}

.underheaderright {
position:relative;
float:left;
width:195px;
height:200px;
margin:10px;
border-style:solid;
border-width:1px;
border-color:#C0AC66;
text-align:center;
padding:10px;
}

.black {
color:#484848;
}

.center {
margin-left:auto;
margin-right:auto;
}

h1 {
font-size: 34px;
color:#755113;
line-height:100%;
text-align:center;
}

.specialmedium {
font-family:"Times New Roman", Times, serif;
font-size: 30px;
color:#28549b;
line-height:100%;
text-align:center;
}

h3 
{
color:#755113;
line-height:100%;
text-align:center;
}

.specialsmall
{
color:#755113;
font-family:"Times New Roman", Times, serif;
font-size: 24px;
line-height:100%;
text-align:center;
}

.specialbig
{
color:#28549b;
font-family:"Times New Roman", Times, serif;
font-size: 45px;
line-height:100%;
text-align:center;
}

h4 {

color:#6E6E9F;
line-height:100%;
text-align:center;
}

h5 {
color:#6E6E9F;
line-height:100%;
text-align:center;
}

.flushleft {
text-align:left;
}

.aligncenter {
text-align:centered;
}

.clear {
clear:both;
}


.footer {
width:1200px;
}