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

a:link {
	color: #999;
}

body {
	background-color: #FFFFFF;
	margin-top: 0px;
}

#wrapper {
	width : 900px;
	height: 789px;
	margin: 0px auto;
	background-image: url(images/bg.png);
}

#left {
	float:left;
	width : 298px;
	height: 789px;
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color: #3E3F3F;
	text-align: right;
}

#right {
	float:left;
	width : 560px;
	height: 789px;
	margin-left: 20px;
	font-family:"Times New Roman", Times, serif;
	font-size: 33px;
	color: #3E3F3F;
	text-align: left;
}

#logo {
	display: block;
	width : 298px;
	height: 200px;
}

#contactbox {
	width : 479px;
	height: 150px;
	margin: 0px auto;
	padding: 5px;
	background-color: #f7f7f7;
	text-align:center;
	font-size: 26px;
	border: thin solid c6c6c6;

}

