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

body{
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container{
	width: 955px;
	position: relative;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#logo{
	height: 112px;
	width: 449px;
	float: left;
}
#phone{
	height: 81px;
	width: 496px;
	float: left;
	position: relative;
	padding-top: 5px;
	text-align: right;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
#menu{
	float: left;
	height: 26px;
	width: 506px;
	position: relative;
}
#header{
	height: 166px;
	width: 955px;
	position: relative;
	float: left;
}
#content_container{
	width: 955px;
	position: relative;
	float: left;
	background-repeat: repeat-y;
}
#main_content{
	float: left;
	width: 627px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding-right: 10px;
	padding-left: 5px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 5px;
	text-align: left;
}
#right_column{
	width: 299px;
	float: left;
	position: relative;
	padding-right: 5px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	padding-bottom: 5px;
}
#footer{
	float: left;
	width: 945px;
	position: relative;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #6C3C87;
	border-right-color: #6C3C87;
	border-bottom-color: #6C3C87;
	border-left-color: #6C3C87;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
