* {
	margin: 0 auto;
}

body {
	background: url(../images/bg.jpg) repeat;
	overflow-y: hidden;
}

a img {
	border: none;
}

a {
	color: #0a5470;
	text-decoration: none;
}

#warp {
	margin: 0 auto;
	width: 1020px;
	height: 823px;
	background: url(../images/hand.jpg) no-repeat;
}

.typeface-js {
	font-family: Avenir Next LT Pro; 
	font-weight: normal;
}

#card {
	float: left;
	margin-top: 112px;
	margin-left: 156px;
	width: 707px;
	height: 400px;
	background: url(../images/card.jpg) top no-repeat;
	position: relative;
}

#menu-left {
	float: left;
	margin-top: 70px;
	width: 33px;
}

#menu-left a, #menu-right a {
	float: left;
	padding-bottom: 20px;
}

#menu-right {
	float: right;
	margin-top: 70px;
	width: 33px;
}

.home_active, .contact_active {
	margin-left: 1px;
}

.about_active, .work_active {
	margin-left: -1px;
}

#container {
	float: left;
	margin-top: 70px;
	margin-left: 60px;
	width: 520px;
}

#header {
	overflow: hidden;
	background: url(../images/dotted.jpg) bottom no-repeat;
	height: 30px;
}

#header h3 a {
	color: #3d4141;
	float: left;
}

#header img {
	float: right;
}

#content {
	margin-top: 30px;
	font-size: 12px;
	line-height: 22px;
	overflow: hidden;
}

#content .right {
	width: 350px;
	float: left;
	margin-left: 20px;
}

.left {
	float: left;
	width: 150px;
	overflow: hidden;
}

#content .me  {
	border: 5px solid #e8e8e8;
}

#footer {
	position: absolute;
	bottom: 0;
	right: 90px;
	width: 600px;
	height: 16px;
}

#footer ul {
	list-style: none;
}

#footer li {
	display: inline;
	padding: 0px 2px;
	float: right;
}

#footer li.copyright {
	float: left;
	font-size: 9px;
	color: #818181;
}

/* Insignificant stuff, for demo purposes */
	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 125px; overflow: hidden; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 520px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 520px }
	
	/* Tab nav */
	.coda-nav ul li a.current { text-decoration: underline; }

/* Don't change anything below here unless you know what you're doing */

	p.title {
		display: none;
	}

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { color: #3d4141; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none; font-family: Verdana;}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden; margin-top: 10px; }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: left; text-decoration: none }
	
.panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.panel li {
	display: inline;
}

.panel li a {
	padding: 3px 3px;
	float: left;
}

.panel li img {
	height: 60px;
	width: 60px;
	float: left;
	background: #fff;
	padding: 1px;
	border: 3px solid #7b7b7b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.skills {
	margin-top: 10px;
	list-style: inside url(../images/done.png);
	padding: 0px;
	float: left;
}

.skills li {
	line-height: 10px;
	padding: 1px;
}

#mailform {
	width: 350px;
}

#mailform label {
	padding: 5px;
	float: left;
}

#mailform input, #mailform textarea {
	float: right;
	padding: 5px;
	margin-right: 0px;
	width: 275px;
	border: 1px solid #bebebe;
	background: #ececec;
}

#mailform input[type=submit], #mailform input[type=reset] {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 5px;
	width: 75px;
	background: #ececec;
}

#mailform input:focus, #mailform textarea:focus {
	outline: none;
	background: #fff;
}

#mailform p {
	float: left;
	width: 350px;
}

.error {
	color: red;
}

.accept {
	color: green;
}

.contactlist {
	list-style: none;	
	padding: 0px;
	float: left;
}

.contactlist li {
	line-height: 10px;
	padding: 3px;
}

#tooltip { 
    display:none; 
    background:transparent url(../images/black_arrow.png); 
    font-size:12px; 
    height:15px; 
    width:100px; 
    padding:25px; 
    color:#3b3b3b; 
   	font-family: Avenir Next LT Pro; 
	font-weight: normal;
	text-align: center;
    position: absolute;
    z-index: 1000;  
}
