/* main */
body {
	font-family: Verdana, Arial, Helvetica;
	color: #777777;
	text-align: center;
	font-size: 12px;
}
h1 {
	text-align: center;
	color: #AAAAAA;
	font-weight: normal;
	font-size: 36px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h2 {
	padding-top: 0px;
	margin-top: 0px;
	text-align: center;
	color: #0093e4;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a, a:visited {
	color: #0093e4;
}
a:hover {
	text-decoration: underline;
}
.main {
	font-family: Verdana, Arial, Helvetica;
	color: #777777;
	font-weight: normal;
	font-size: 16px;
}
.foot {
	font-weight: normal;
	font-size: 10px;
	color: #999999;
}
.block {
	padding: 20px 20px 20px 20px;
	color: #555555;
	background-color: #DDDDDD;
	width: 500px;
	text-align: center;
}
.head {
		margin-left: 30px;
		border-bottom: 0px solid #0093DA;
		width:60%;
}
.pagename {
		display: inline;
		font-size: 28px;
		vertical-align: bottom;
		margin-left: 20px;
		color:#AAAAAA;
}

/* project */
.project {
	border: 2px dotted #DDDDDD;
	width: 250px;
	margin: 20px 20px 20px 20px;
	padding: 5px 5px 5px 5px;
}
.project .name {
	font-size: 16px;
}
.project .desc {
	font-size: 12px;
	color: #AAAAAA;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 5px;
}
.project .pic img {
	border: 1px solid #0093e4;
}

/* contact us */
.contactus .formname {
	text-align: right;
}
.contactus .forminput {
	text-align: left;
}
.contactus .contactbut {
	background-color: #DDDDDD;
	font-weight: bold;
}
.contactus .contactbut:hover {
	background-color: #EEEEEE;
	width: 50px;
}
.contactus input, .contactus textarea {
	background-color: #DDDDDD;
	border: 1px solid #0093e4;
}
.contactus input:hover, .contactus textarea:hover {
	background-color: #EEEEEE;
}
.contactus .inbox {
	width: 250px;
}


