body{text-align:center;}/*THIS WILL HAVE THE DOUBLE LINES REPEATING HORIZ*/

.wrapper{width:750px; margin:0 auto; position:relative;}

.header, .content, .footer{width:100%; position:relative; margin-bottom:10px;}

.header{height:127px;}/*Here i will have the 20dev logo centered, also this will hold the nav*/

.navigation{margin-top:60px; width:0; }

.content{min-height:500px;} /*will hold all content*/

.footer{height:50px;} /*Leave outside of content area*/

/*Layout styles for columns*/
.twoColL, .twoColR, .threeColL, .threeColM, .threeColR{float:left;}

/*Use these for content in a 2 column view*/
.twoColL{width:47%; margin:10px 30px 0 0;}
.twoColR{width:47%; margin:10px 0 0 0;}

/*Use these for having content in a 3 column view*/
.threeColL{width:32%; margin:10px 10px 0 0;}
.threeColM{width:32%;  margin:10px 10px 0 0;}
.threeColR{width:32%; margin:10px 0 0 0;}

.fullWidth{width:100%;}


.header .navigation{width:auto; margin-left:60px;}
.navigation a, .navigation a:visited{display:inline; margin-right:35px; color:#3D3D31; text-decoration:underline;}
.navigation a:hover{text-decoration:overline;}
.navigation a.spacer{margin-left:300px;}

