/* AxesTech Document */

body {
	background-color:#FFF;
	margin: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color:#333;
}
.main {	
	margin:auto; 
	text-align:center; 
	width:370px; 
	margin-top:30px;
}
a { 
	color:#FF6600; 
	text-decoration:none; 
	font-weight:bold;
}
a:hover { 
	text-decoration:underline; 
}
.content {
	border:1px solid #666666; 
	background-color:#FFFFFF; 
	width:400px; 
	height:550px;
}
.side_box {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom:#999999 1px dotted;
}
.side_box h3 {
	font-size:14px;
	color: #333;
	margin-bottom: 5px;
}
.side_box p {
	padding: 10px 0px 0px 10px;
	color: #666;
	line-height: 1.45;
}
.list_project {
	margin-top: 10px;
	height: 100px;
	width:330px;
	margin:0 auto;
}
.list_project li {
	display: inline-block;
	float:left;
}
.list_project img {
	margin-left: 12px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #DDD;
}
.list_project img:hover {
	background-color:#FF6600;
}

