@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: Helvetica, Verdana, sans-serif;
	
}

#topbar {
	background-color: #000000;
	height: 28px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 10;
}
.thumb {
	float: right;
	padding-right: 6px;
}

#topbar_contain {
	background-color: #000000;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	height: 28px;
	z-index: 20;
}
#siteID {
	position: absolute;
	left: 0px;
	top: 0px;
}
#topbar_nav {
	float: left;
	position: absolute;
	z-index: 20;
	top: 3px;
	right: 0px;
}
.nav_tab {
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#bar_portfolio {
	height: 4px;
	width: 100%;
	position: absolute;
	top: 28px;
	z-index: 10;
	background-image: url(images/tab_port_bar.png);
	background-repeat: repeat;
}
#bar_contact {
	height: 4px;
	width: 100%;
	position: absolute;
	top: 28px;
	z-index: 10;
	background-image: url(images/tab_contact_bar.png);
	background-repeat: repeat;
}
#bar_blog {
	height: 4px;
	width: 100%;
	position: absolute;
	top: 28px;
	z-index: 10;
	background-image: url(images/tab_blog_bar.png);
	background-repeat: repeat;
}
#bar_about {
	height: 4px;
	width: 100%;
	position: absolute;
	top: 28px;
	z-index: 10;
	background-image: url(images/tab_about_bar.png);
	background-repeat: repeat;	
}
.item {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	z-index: 20;
	margin-top: 75px;
	height: 430px;
	margin-bottom: 75px;
}
.caption {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	position: absolute;
	left: 0px;
	top: 303px;
	width: 300px;
}
.thumb_container {
	position: absolute;
	left: 0px;
	top: 325px;
}
.details {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	position: absolute;
	width: 340px;
	left: 330px;
	top: 40px;
	
}
.details_contact {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	position: absolute;
	width: 340px;
	left: 0px;
	top: 40px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
a {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

