body {
	background-image: url('img/pattern.png'); 
	margin:0px; 
	text-align:center;
	font-family: Arial;
}

body,div{
	margin:0;
	padding:0;
}

#top{
	height:1px;
}

#top_fixed{
	width:100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow:hidden;
	float:left;
	
}

#top_center{
	display: inline-block;
	background-image:url('img/background_top.png');
	text-align:left; 
	width:860px; 
	height:80px;
	margin: 0 auto;
}

#top_content{
	color:white;
	vertical-align: text-top;
	padding-top:20px;
	padding-left:35px;
}

#bottom_fixed{
	position: fixed;
	width:100%;
	bottom: 0px;
	left: 0px;
}

#bottom_center{
	text-align:left; 
	width:860px; 
	margin: 0 auto;
}

#bottom_black{
	background-color:black;
	color:white;
	height:20px;
}

a.contact{
	color:white;
	text-decoration:none;
}

a{
	color:black;
	text-decoration:none;
}

img{
	border: none;
}

#contact{
	position:relative;
	top:-10px;
	font-size:12px; 
	color:white; 
	margin-right:20px; 
	text-align:right;
}

#main{
	position:absolute;
	margin:0px; 
	text-align:center;
	width: 100%;
	top:120px;
	left:0px;
}

#main_center{
	text-align:left; 
	width:860px; 
	margin: 0 auto;
}

.white_box{
	display: inline-block;
	overflow: hidden;
	float:left;
	background-color: white;
	width:265px;
	height:180px;
}

.box_title{
	background-image:url('img/box_title.png');
	overflow: hidden;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
	padding-top:3px;
	padding-bottom:3px;
}

.box_content{
	overflow: hidden;
	font-size:12px;
	font-weight:600;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:5px;
}

.arrow{
	margin-right:30px;
}

.box_vgap{
	float:left;
	overflow: hidden;
	display: inline-block;
	width:32px;
}

#white_box_detail{
	margin-top:30px;
	display: inline-block;
	overflow: hidden;
	float:left;
	background-color: white;
	width:860px;
	height:260px;
}

#project_details{
	overflow: auto;
	height:100%;
	font-size: 12px;
	padding-right:20px;
}

.project_title{
	font-weight:bold;
	padding-top:5px;
	font-size:14px;
}

.box_inner{
	width:265px;
	float:left;
	display: inline-block;
}
