@charset "utf-8";
/* CSS Document */
body {margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; height:800px;}
.wrapper {position:relative; width:900px;}
.logo {float:left; width:310px; height:105px; background:url(../images/logo.gif) no-repeat;}
.header {float:left; width:590px; height:105px; background:url(../images/header.gif) no-repeat;}
.email {padding-top:75px;}
a {color:#666666; font-size:15px; text-decoration:none;}
a:hover {text-decoration:underline; color:#990000;}
.content {clear:left; height:350px; border:#000000 solid 1px; background:url(../images/grass.jpg) repeat-x left bottom; padding:20px; text-align:left;}
.menu {float:left; font-size:15px; text-align:right; line-height:18px;}
.item {float:left; border:#3F841B solid 1px; padding:20px; margin-left:20px; height:220px; width:533px; background-color:#EAEEEE;}
.link {clear:left; width:245px; padding-right:15px; cursor:pointer; color:#666666;}
.link:hover {text-decoration:underline; color:#990000;}
.label {clear:left; font-size:17px; width:245px; padding-right:15px; font-weight:bold; background:url(../images/arrow.gif) no-repeat top right;}
.desc {float:left; width:200px; font-size:16px; color:#666666; font-weight:bold;}
.pic {float:right;}
.footer {color:#666666; padding-top:5px;}
