/* CSS Document */

body {
	background-color: #43607E;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin:0;
}
img {
	border:none;
}
.wrapper {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding:50px 10px 35px 25px;
}

.header {
	height:70px;
	padding:35px 0 35px 0;
}
.header_name {
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:40px;
	color:#FFFFFF;
	padding:0;
}
.header_contact {
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:13px;
	text-transform:uppercase;
	color:#FFFFFF;
	margin-top:10px;
}
.content_wrapper {
	margin:30px 0 30px 0;
	padding:0;
}
.left_col {
	width:275px;
	padding-right:25px;
	float:left;
}
.right_col {
	width:650px;
	float:left;
}
.divider {
	width:230px;
	height:17px;
	background-image: url(images/divider.gif);
	background-repeat:no-repeat;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

p, ul li{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.3em;
	color:#FFFFFF;
}
a:link, a:visited {
	color: #7CD7FE;
	text-decoration: none;
}

a:hover{
	color: #7CD7FE;
	text-decoration: underline;
}
.footer {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
}
.clear {
	clear:both;
}