@charset "utf-8";
/* CSS Document */

*{
margin: 0px;
padding:0px;
}

body{
background-color: #2d2d2d;
margin-top:3%;
}

#allcontent{
margin-right:auto;
margin-left:auto;
width: 870px;
}
#header-logo{
width: 860px;
height:90px;
background-image:url(images/marky-lynn-gray-logo.jpg);
background-repeat:no-repeat;
}
#header-logo h1{
margin-top:10px;
margin-right:10px;
float:right;
font-family:"Bell MT";
color: #e6e3c3;
font-size:1.1em;
font-style:normal;
text-align:left;
}
#header-links{
width:860px;
}
#form{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:80px;
	color:#333;
}

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;
}

/*MAIN CONTENT CSS*/
#maincontent{
width: 854px;
margin-left:1px;
background-color:#e6e3c4;
border: 1px solid #535743;
}
h1{
font-family:"Bell MT";
font-size: 18px;
font-weight:bold;
font-style:italic;
text-align:center;
}
h2{
font-family:"Bell MT";
font-size: 16px;
font-weight:bold;
font-style:italic;
text-align:center;
}


/*FOOTER CSS*/
#footer{
width:870px;
margin:10px auto;
text-align:center;
clear:both;
}
#footer p{
font-family:Georgia, "Times New Roman", Times, serif;
color: #e6e3c3;
font-size:18px;
font-weight:100;
margin:0;
padding:0px;
}
p.copyright{
font-size:10px;
}

#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;
}

/*PORTFOLIO CSS*/

table.portfolio{
width:850px;
margin:0 auto;
}
table.portfolio td{
font-family:"Bell MT";
font-size: 16px;
text-align:center;
padding:5px;
}
table.portfolio img{
border: 1px solid #a25827;
}

/*LINKS*/
a:link{
color: black;
}
a:visited{
color:#834318;
}
a:hover{
color:#535743;
}



/*CSS CLASSES & PROPERTIES*/
p{
font-family:"Bell MT";
font-size:15px;
margin:15px;
}
hr{
width:90%;
color: #535743;
margin:0 auto;
}
img.border{
border:1px solid #535743;
}
.center{
text-align:center;
}
.floatright{
float:right;
}
.marginright{
margin-right:15px;
margin-left:5px;
}
.floatleft{
float:left;
}
.nopaddingtop{
padding-top:0px;
}
#footer p.smalltext{
font-size: 11px;
}
