@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/page_back.png);
	background-repeat: repeat-x;
	font-size: 62.5%;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	background-position: 0px 1px;
}
#container {
	width: 887px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#nav {
	background-image: url(images/nav_back.png);
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
}
#nav ul {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: right;
	line-height: 2.4em;
	font-size: 1.5em;
}
#nav li {
	display: inline;
}
#nav a {
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #58B7E7;
	padding-top: 8px;
	padding-bottom: 8px;
}
#content {
	float: left;
	width: 550px;
	padding: 10px;
	font-size: 1.4em;
}
#content a {
	color: #58B7E7;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}


#content h1 {
	font-size: 1.6em;
	color: #58B7E7;
}

#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #58B7E7;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.1em;
}
#footer a {
	color: #3882B3;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


#right_column {
	float: right;
	width: 280px;
	background-image: url(images/right_back.png);
	background-repeat: repeat-x;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#right_column h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #5DB7E9;
}

#right_column .icon_email {
	background-image: url(images/icon_email.png);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 45px;
	padding-top: 8px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#right_column .icon_email a {
	color: #58B7E7;
	text-decoration: none;
}

#right_column .icon_phone {
	background-image: url(images/icon_phone.png);
	padding-left: 45px;
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 8px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

