* {
	margin: 0;
	padding: 0;
}

body {
	background:#DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
	text-align:center;
}

#wrap {
	margin: 0 auto;
	width: 900px;
	background: #fff;
}

#header {
	height: 219px;
	width: 900px;
	float:left;
	background:url(../images/image.JPG);
}

#header a { 
	padding-left:10px;
	padding-top:3px;
	color: #e68400; 
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
	font-weight:bold;
	float:left;
}
#header a:hover {
	padding-left:10px;
	padding-top:3px;
	color: #e68400; 
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
	font-weight:bold;
	float:left;
}

#content {
	padding: 0 20px 20px 20px;
}

.right {
	padding-top:20px;
	float: right;
	width: 200px;
	background: #ffffff;
	text-align:justify;
}

.right a {
	text-decoration: none;
	color: #004990;
}
.right a:hover {
	text-decoration: underline;
	color: #004990;
}

.right h3 {
	margin: 10px 0 0 0;
	height: 28px;
	line-height: 28px;
	color: #004990;
	font-size: 14px;
}

.left {
	float: left;
	width: 620px;
	background: #ffffff;
	text-align:justify;
}
.left h1 {
	margin: 10px 0 0 0;
	height: 28px;
	line-height: 28px;
	color: #004990;
	font-size: 16px;
}

.left a {
	color: #004990;
	text-decoration: none;
	font-size: 12px;
}
.left a:hover {
	color: #333333;
	text-decoration:underline;
	font-size: 12px;
}

#footer {
	height: auto;
	line-height: 20px;
	background: #a1c9ec;
	text-align: center;
	font-size: 12px;
	color: #333333;
}
#footer a { 
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration:underline;
}