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

body{
	background-color: #FFFFFF;
	height: 100%;
	font-family: Helvetica, Arial;
	color: #878787;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

div{
	border: 0;
}

img{
	border: 0;
}

.container{
	margin: 100px auto;
	width: 740px;
}

.work-container{
	width: 740px;
	height: 358px;
	overflow: hidden;
}

.about-container{
	width: 740px;
	height: 358px;
	overflow: hidden;
}

#work_navigation{
	height: 280px;
	overflow: hidden;
	position:relative;
}

#about_navigation{
	height: 280px;
	position:relative;
}

.about-left-column{
	float: left;
	width: 250px;
	height: 318px;
	position:relative;
}

#about_right_column{
	float: right;
	width: 490px;
	height: 318px;
	position:relative;
	overflow: hidden;
}

.contact_tab_1{
	width: 26px; 
	line-height: 16px;
}

.contact_tab_2{
	width: 460px;
	line-height: 16px;
}

.tab_1{
	width: 86px; 
	vertical-align: top;
	padding-bottom: 6px;
}

.tab_2{
	width: 400px;
	vertical-align: top;
	padding-bottom: 6px;
}

.work-left-column{
	float: left;
	width: 422px;
	height: 318px;
}

.work-right-column{
	float: right;
	width: 318px;
	height: 318px;
	position: relative;
}

.work-headin-margin{
	margin-bottom: 20px;
}

.work-navigation-links-margins{
	height: 19px;
}

.work-description{
	margin: 0px 0px 10px 70px;
	width: 242px;
	text-align: justify;
}

.work-bottom-navigation{
	height: 40px;
	width: 740px;
	clear: both;
	position: relative;
}

.work-bottom-navigation-left{
	width: 422px; 
	height: 40px; 
	float: left;
	text-align: right;
}

.work-bottom-navigation-right{
	width: 318px; 
	height: 40px; 
	float: right;
	position: relative;
}

#work_navigation_up_down{
	width: 50px; 
	text-align: center; 
	margin: 8px 70px 0px 0px; 
	float: right;
}

#about_navigation_up_down{
	width: 250px; 
	text-align: right; 
	height: 40px;	
	clear: both;
}

.picture-next-back{
	width: 40px; 
	float: left; 
	text-align: center; 
	margin-top: 8px;
}

.picture-description{
	float: right; 
	text-align: right; 
	margin-top: 8px;
	padding-right: 3px;
	width: 270px;
}

.picture-title{
	font-style: italic;
}

.home-banner{
	width: 740px;
	height: 318px;
	overflow: hidden;
}

.navigation{
	margin: 152px 0px 0px 0px;
	text-align: center;
}

.site-bottom-navigation{
	margin: 112px 0px 0px 0px;
	text-align: center;
}

.about-site-bottom-navigation{
	margin: 72px 0px 0px 0px;
	text-align: center;
}

.navigation-links{
	float: left;
	margin-left: 106px;
}


a,
a:visited,
a:link{
	font-family: Helvetica, Arial;
	color: #878787;
	font-size: 11px;
	line-height: 14px;
}

a:hover{
	font-family: Helvetica, Arial;
	color: #EC008C;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}