html,body {
	margin:0;
	padding:0
}
body {
	font: 76% arial,sans-serif
}
p { 
	margin:0 10px 10px
}
img {
	border:none;
}
#header {
	height:120px;
}
#logo {
	position:absolute;
	left:5px;
	top:5px;
}
#content p {
	line-height:1.4
}
#footer p { 
	margin:0;
	padding:5px 10px
}
#wrapper {
	float:right;
	width:100%;
	margin-left:-210px
}
#content {
	padding-top:15px;
	padding-left:15px;
	margin-left:210px
}
#side-navigation {
	margin-top:15px;
	float:left;
	width:210px;
	background: url("../images/side-mask.png") repeat-y;	
	background-color:#cbcbcb;
	color:#272727;
	font-size: 9pt;
	padding-bottom: 15px;
	margin-bottom:5px;
}
#side-navigation img {
	position:absolute;
}
#side-navigation h3 {
	padding-left:25px;
}
#side-navigation ul {
	padding-left:45px;
	padding-right:20px;
}
#side-navigation a {
	color:#262626;
}
#extra {
	float:left;
	clear:left;
	width:200px
}
#footer {
	clear:both;
	width:100%;
	background: #192690;
	color: #FFF
}

#slogan {
	position:absolute;
	left:312px;
	top:18px;
	font: 10.5pt "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

/******** NAVIGATION BAR CSS ********/
#navigation {
	position:absolute;
	top:87px;
	left:305px;
}
#navigation a {
	position:absolute;
	width:113px;
	height:33px;
	text-decoration:none;
}
#home:hover, #iphone:hover, #techtinker:hover, #blog:hover, #about:hover {
	background-position: 0 -33px;
}
#navigation a:active {
	background-position: 0 -66px;
}
#home {
	left:23px; 
	background: url("../images/home.png");
}
#home-active {
	left:23px; 
	background: url("../images/home.png") 0 -66px;
}
#iphone {
	left:136px;
	background: url("../images/iPhone.png");
}
#iphone-active {
	left:136px;
	background: url("../images/iPhone.png") 0 -66px;
}
#techtinker {
	left:249px;
	background: url("../images/techtinker.png");
}
#techtinker-active {
	left:249px;
	background: url("../images/techtinker.png") 0 -66px;
}
#blog {
	left:362px;
	background: url("../images/blog.png");
}
#blog-active {
	left:362px;
	background: url("../images/blog.png") 0 -66px;
}
#about {
	left:475px;
	background: url("../images/about.png");
}
#about-active {
	left:475px;
	background: url("../images/about.png") 0 -66px;
}
#end-cap-left {
	position:absolute;
	left:9px;
}
#end-cap-right {
	position:relative;
	left:720px;
}
#extension {
	position:absolute;
	left:588px;
	height:33px;
	width:132px;
	background: url("../images/end-cap-right-extension.png") repeat-x;
}
#search {
	position:absolute;
	left:593px;
	top:5px;
	width:100px;
	z-index:10;
}
#search-box {
	width:138px;
}
.seperator0 {	position:absolute; left:23px; }
.seperator1 {	position:absolute; left:137px; }
.seperator2 {	position:absolute; left:251px; } 
.seperator3 {	position:absolute; left:365px; }
.seperator4 {	position:absolute; left:479px; }
.seperator5 {	position:absolute; left:593px; }
