/* McNamara Technology Solutions Template CSS File */ 
/* Copyright McNamara Tecnology Solutions, LLC */ 
/* http://www.mcnamaratech.com */ 
/* Date Created:  12/15/2007 */ 

/* Import CSS From Other Files To Separate Functionality */ 
@import url("customize.css"); /*Use this file to customize your website*/

/* Below this tag are the layout elements for the entire website. */

/* Standard HTML Tags */
body {
margin:10px 0px 0px 0px;
}
/* Layout Element IDs */
#wrap {
width:1000px;
margin:0px auto;
}
#masthead {
background-image:url(../images/masthead.jpg);
background-repeat:no-repeat;
width:1000px;
height:102px;
}
#mastheadlink {
float:left;
width:1000px;
height:102px;
position:relative;
top:0px;
left:0px;
display:block;
}
#horiznav {
float:left;
width:1000px;
height:37px;
display:block;
}
#mainbody {
float:left;
width:1000px;
}
#bodycopy {
float:right;
width:810px;
}
#sidebar {
float:left;
width:180px;
}
#credits {
float:left;
width:1000px;
margin:0px auto;
}

