body { background: #f4f4e9; }
a { color: #f22335; }
div#header { margin-top: 36px; }
div#main {
	/*background: #fff;
	border: 1px solid #666;*/
}
div#content { background: #fff; border: 1px solid #666; padding: 18px;
        }
div#sidebar { padding-top: 18px; padding-bottom: 18px; }
a#logo {
        display: block;
	background: transparent url(logo.png) no-repeat scroll left top;
	height: 78px;
	width: 475px;
	z-index: 1000;
	text-indent: -2000em;
}
h2#tag-line { font-weight: bold; }
h3#contact { border-bottom: 1px solid #f22335; }
a#twitter {
        display: block;
        background: transparent url(twitter.png) no-repeat scroll left top;
        height: 72px;
        width: 154px;
        z-index: 1000;
        text-indent: -2000em;
}
div#footer { text-align: center; margin-top: 36px; }
.box { background-color: #fff; }
#home, #internet, #enterprise, #about { border: 1px solid #ccc; }

