@charset "utf-8";
/* CSS Document */

*{
margin: 0px;
padding:0px;
}

body{
background-color: #2d2d2d;
margin-top:3%;
}

#allcontent{
margin-right:auto;
margin-left:auto;
width: 920px;
}
#header-logo{
width: 910px;
height:90px;
background-image:url(images/marky-lynn-gray-logo.jpg);
background-repeat:no-repeat;
margin-right:auto;
margin-left:auto;
}
#header-logo h1{
margin-top:10px;
margin-right:10px;
float:right;
font-family:"Bell MT";
color: #e6e3c3;
font-size:1.1em;
}

#header-links{
width:910px;
margin-right:auto;
margin-left:auto;
}
table{
margin:0px;
padding:0px;
}
td.custarchserv{
background-image:url(images/title-customarchserv.jpg);
height:150px;
background-repeat:no-repeat;
}
td.custarchserv h1{
font-family:Georgia, "Times New Roman", Times, serif;
color: #e6e3c3;
font-size:1.2em;
text-align:center;
margin-top:65px;
font-weight:100;
font-style:italic;
}
td.custarchserv h2{
font-family:Georgia, "Times New Roman", Times, serif;
color: #161616;
font-size:.8em;
text-align:center;
margin-top:20px;
margin-bottom:10px;
font-weight:100;
font-style:italic;
}
#maincontent{
}

#footer{
width:910px;
margin:10px auto;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
color: #e6e3c3;
font-size:1.2em;
font-weight:100;
}
#footer a:link{
font-family:Georgia, "Times New Roman", Times, serif;
color: #e6e3c3;
font-size:10px;
padding:5px;
line-height:1.2em;
}
#footer a:visited{
font-family:Georgia, "Times New Roman", Times, serif;
color: #e6e3c3;
font-size:10px;
padding:5px;
}
#footer a:hover{
color:#9eb5a0;
}


/*LINKS*/




/*CSS CLASSES*/
.center{
text-align:center;
}
.floatright{
float:right;
}
.floatleft{
float:left;
}
.smalltext{
font-size: 11px;
}
