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

body {
	font-family: 'Molengo', Arial, Helvetica, sans-serif;
	font-size: 14px;
	background:#1e629f;
}
a:link, a:visited a:hover, a:active{
	color:#000;
	text-decoration:none;
}
.main {
	width:700px; 
	height:690px;
	background:url(../images/bkgd.png) no-repeat;
	margin: auto;
}
.work {
	width:620px;
	height:430px;
	background:#fff;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 0 5px #fff,0 0 2px #fff;
	-webkit-box-shadow:0 0 5px #fff,0 0 2px #fff;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 23px;
	margin-left: auto;
	padding-top: 20px;
}
.contact {
	width:596px;
	height:34px;
	margin:0 auto;
	background:#fff;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 0 5px #fff,0 0 2px #fff;;
	-webkit-box-shadow:0 0 5px #fff,0 0 2px #fff;
	
	padding: 13px;
}
.exp {
	width:560px;
	height:95px;
	padding:5px 0 0 5px;
	margin:0 auto 5px auto;
}
.exp:hover {
	cursor:pointer;
	-moz-box-shadow:0 0 5px #1e629f;
	-webkit-box-shadow:0 0 5px #1e629f;
}
.thumb {
	float:left;
	margin-right:15px;
}
.desc {
	float:left;
	width: 360px;
}
.desc .sm {
	font-size: 85%;
	margin-top: 10px;
}
.name {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-top:70px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-align: center;
}


