* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
background-color:#fff;

	
	font-family: Verdana, Arial;
	font-size: 75%;
	margin: 10px;
	color:#515052; 
}





#page-wrap { width: 700px; margin: 50px auto; }
a { text-decoration: none;color:#515052; }
h3 { margin: 0 0 10px 0;color:#515052; }

.tabs { list-style: none; overflow: hidden; padding-left: 150px; }
.tabs li { display: inline; }
.tabs li a { display: block; float: left; padding: 4px 8px; color: 515052; border: 1px solid #ccc; background: #fff; margin: 0 0 0 -1px; }
.tabs li a.current { background: #19CCBD; border-bottom: 0; position: relative; top: 2px; z-index: 2; }
.tabs a selected a:hover{  background: #04F7E3;color:#fff;                 }
.box-wrapper { -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; padding: 20px; background: #fff; border: 1px solid #ccc; margin: -1px 0 0 0; height: 380px; position: relative;
-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; }
.content-box { overflow: hidden; position: absolute; top: 20px; left: 20px; width: 658px; height:350px; }

.current { }

.col-one, .col-two, .col-three { width: 30%; float: left; position: relative; top: 350px; }
.col-one, .col-two { margin-right: 3%; }
