/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/


#page-wrap { width: 800px; }
a { text-decoration: none; }
h3 { margin: 0 0 10px 0; }

.tabs { list-style: none; overflow: hidden; padding-left: 0px; }


.tabs li a.current {  border-bottom: 0; position: relative; top: 2px; z-index: 2; }

.box-wrapper { margin:-1px 0 0px 100px;  position: relative; }
.content-box {
	overflow: hidden;
	position: absolute;
	top: 1px;
	width: 796px;
	height: 590px;
	left: -148px;
} 

.current { }

.col-one { width:440px; float: left; position: relative; top: 700px; padding-left:70px }
.col-two { width: 170px; float: left; position: relative; top: 700px; padding-left:-20px }
.col-one, .col-two { margin-right: 3%; }

.tabs {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 188px;
height:1390;
padding: 10px;
margin: 0px;
}


.tabs ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none; 
}
.tabs ul li {
margin: 0px;
padding: 0px;
}
.tabs ul li a {
font-size: 80%;

padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:160px;
}

.tabs ul li a:hover, .tabs ul li a:focus {
color: #000000;

}
