* { margin: 0;	padding: 0; }

body {
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #333333;
}

a, a:visited, a:active {
	color: #2C74A9;
	border-bottom: 1px dashed #2C74A9;
	text-decoration: none;
}

a:hover {
	color: #2C74A9;
	border-bottom: 1px dotted #2C74A9;
	text-decoration: none;
}

img {
	border: none;
}

#container {
	background: #ffffff url("images/bg3.jpg") no-repeat center center;
	width: 805px;
	height: 500px;
	text-align: center;
}

#logo img {
	float: right;
	margin: 30px 80px 0 0;
}

#content {
	float: right;
	clear: both;
	border: 1px solid #D3D3D3;
	padding: 15px;
	background: #ffffff;
	font-size: 40px;
	font-weight: bold;
	width: 650px;
	margin: 105px 70px 0 0;
}

#contact {
	float: right;
	clear: both;
	overflow: hidden;
	width: 420px;
	padding: 15px;
	margin: 100px 50px;
}

#contact div {
	text-align: left;
	line-height: 17px;
}

#contact div img {
	clear: both;
	display: block;
	margin-bottom: 5px;
}

#footer {
	clear: both;
	overflow: hidden;
	display: block;
	border-top: 1px dotted #B2B2B2;
	color: #B2B2B2;
	text-align: right;
	font-size: 10px;
	padding: 5px 0 0 0;
}
