@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
}
a:link, a:visited {
	margin-right: 5px;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
}
p {
	margin-top: 0px;
	margin-bottom: 16px;
}
img {
	border:none;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 16px;
}

.pad20 {
	padding: 20px;
}
.ul0 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.ul-lst li {
	line-height: 24px;
}

.date {
	font-size: 10pt;
	color: #999;
	margin-left: 5px;
}

.clear {
	clear: both;
}
.head {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	height: 40px;
	padding-top: 20px;
}

.head-nav {
	list-style-type: none;
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
.head-nav li {
	float: right;
}
.head-nav  a{
	margin-right: 10px;
}

.main {
	padding: 15px;
	min-width:950px;
	_width:expression((document.documentElement.clientWidth||document.body.clientWidth)<949?"950px":"");
}
.about-this {
	float: left;
	width: 60%;
}
.new-proj {
	float: right;
	width: 40%;
}
.new-proj .ul0 {
}
.new-proj .ul0 li {
	padding-bottom: 20px;
	background-image: url(../images/date.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
.new-proj p {
	margin: 0px;
	line-height: 20px;
	text-indent: 16pt;
}


.msgb {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}

.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
}

.imgbox {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.imgbox li {
	min-height:130px;
	height: 130px;
	height:auto !important;
	clear: left;
}
.imgbox li .siteshot {
	background-image: url(../images/bg_img.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 220px;
	height: 100px;
	padding: 10px;
	float: left;
}
.imgbox li .siteshot img   {
	width: 220px;
	height: 100px;
}
.imgbox .des h3 {
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
}
.imgbox .des {
	margin-left: 250px;
}
.imgbox strong {
	color: #0066CC;
	padding-right: 5px;
	font-weight: normal;
}
.form {
	margin: 0px;
	padding: 20px;
}
.form label {
	line-height: 30px;
	display: block;
}
.form .text {
	margin-right: 20px;
	border: 1px solid #CCCCCC;
}
.userform {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
}
