body {
	background-color: #FFF;
	margin: 0;
	font-family: Trebuchet MS, Lucida Sans, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.4em;
}

h1 {
	font-size: 18px;
	line-height: 2em;
}

a:link, a:active, a:visited {
	color: #273796;
}

a:hover {
	color: #292033;
}


#wrapper {
	width: 700px;
	height: 400px;
	margin-left: -350px;
	margin-top: -250px;
	left: 50%;
	top: 50%;
	position: absolute;
}

#colLeft {
	padding: 5px;
	width: 440px;
	height: 350px;
	float: left; 
	margin-top: 15px;
}
#colRight {
	padding: 5px;
	width: 240px;
	height: 365px;
	float: right;
}
#footer {
	color: #999;
	text-align: center;
	margin-top: 15px;
}

#logo {
	background-image: url(../img/wecomat.gif);
	background-repeat: no-repeat;
	
	text-indent: -8000px;
	height: 88px;
	width: 400px;
	left: 0px;
	position: relative;
}
#logo h1 a {
	display: block;
	height: 88px;
	width: 400px;
	text-decoration: none;
}

#contact {
	padding-left: 30px;
	padding-top: 15px;
	background-image: url(../img/vcard.gif);
	background-position: 0px 20px;
	background-repeat: no-repeat;
}
#time {
	padding-left: 30px;
	padding-top: 15px;
	background-image: url(../img/time.gif);
	background-position: 0px 20px;
	background-repeat: no-repeat;
}
#administrative {
	padding-left: 30px;
	padding-top: 15px;
	background-image: url(../img/home_48.gif);
	background-position: 0px 20px;
	background-repeat: no-repeat;
}
#distribution {
	padding-left: 30px;
	padding-top: 15px;
	background-image: url(../img/box_address.gif);
	background-position: 0px 20px;
	background-repeat: no-repeat;
}