body {
	background: #BDBA9C url(img/bg.jpg) repeat-x;
	margin: 0 auto;
	font-family: "Gill¬İSans", Optima, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #635b4c;
}
#wrapper {
	margin: 0 auto;
	width: 770px;
}

.header {
	background-image: url(img/bg_header.jpg);
	height: 165px;
	margin: 0;
	padding: 0;
}	


.toppage {
	height: 35px;
	width: 770px;
	background: url(img/body_top_bg.jpg) no-repeat;
	margin:0;
	padding: 0;
}

.left {
	width: 100px;
	float: left;
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 0 5px 0;
	font-weight: bold;
	color: #642f05;
}
.right {
	width: 560px;
	display: block;
	position: relative;
	margin: 0 0 0 110px;
	border-bottom: 1px solid #642f05;
	padding: 10px 0 5px 0;
}

.page {
	width: 770px;
	background: url(img/body_bg.jpg) repeat-Y;
	margin:0;
	padding: 0;
}
.content {
	width: 670px;
	margin: 0 50px;
}.feature {
	width: 670px;
}
.btmpage {
	background: url(img/body_bg_bm.jpg) no-repeat;
	height: 69px;
	width: 770px;
	margin:0;
}

h1 {
	padding: 0px;
	height: 128px;
	width: 320px;
	display: block;
	margin: 0 -999px;
}
h2 {
	font-size: 12px;
	border-bottom: 1px dotted #635b4c;
	display: inline;
}
p {
	padding: 0;
	margin: 0 0 6px 0;
}
ul {
	padding: 0;
	margin: 0 0 0 20px;
}
li {
	padding: 0 0 5px 0;
	list-style-type: square;
	list-style-position: outside;
}
#nav {
	display: block;
	margin: 0 auto;
	width: 448px;
}
a#gianni {
	width: 112px;
	height: 38px;
	text-decoration: none;
	background: url(img/gianniup.jpg);
	display: block;
	margin-left: 0;
	position: absolute;
	background-repeat: no-repeat;

}
a#gianni img {
	display: block;
	border: 0;

}
a#gianni:hover {
	background: url(img/giannidn.jpg);
	background-repeat: no-repeat;
}
a#resume {
	width: 112px;
	height: 38px;
	margin-left:120px;
	text-decoration: none;
	background: url(img/resumeup.jpg);
	display: block;
	float: left;
	position: absolute;
	background-repeat: no-repeat;
}
a#resume img {
	display: block;
	border: 0;
	float: left;

}
a#resume:hover {
	background: url(img/resumedn.jpg);
	background-repeat: no-repeat;
}

a#mywork {
	width: 112px;
	height: 38px;
	margin-left:240px;
	text-decoration: none;
	background: url(img/myworkup.jpg);
	display: block;
	float: left;
	position: absolute;
	background-repeat: no-repeat;
}
a#mywork img {
	display: block;
	border: 0;
	float: left;

}
.right img {
	float: right;
	margin: 0 0 15px 15px;
}
a#mywork:hover {
	background: url(img/myworkdn.jpg);
	background-repeat: no-repeat;
}

a#print {
	width: 112px;
	height: 38px;
	margin-left:360px;
	text-decoration: none;
	background: url(img/printup.jpg);
	display: block;
	float: left;
	position: absolute;
	background-repeat: no-repeat;
}
a#print img {
	display: block;
	border: 0;
	float: left;

}
a#print:hover {
	background: url(img/printdn.jpg);
	background-repeat: no-repeat;
}

a .alt { display: none; }


.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}


a, a:link {
	color: #642f05;
	text-decoration: none;
}

a:hover {
	color: #c97837;
}
.bg .contentbody_bg .listo li {
	margin-bottom: 12px;
	list-style: url(img/box.gif);
	font: 12px Arial, Helvetica, sans-serif;
}
