
html {
}

html, body {
	min-width: 873px;
}

body {
	background-color: #5e3989;
}

form {
	display: inline;
}

html, body {
	margin: 0;
	height: 100%;
}


body, div, span, td, font {
	font-family: Arial;
	font-size: 9pt;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	color: #a80231;
	text-decoration: underline;
}

a img { 
	border: 0;
}

br {
	letter-spacing: normal;
}


input, textarea {
	font-family: Arial;
	font-size: 8pt;
}

div#header {
	height: 240px;
	background: url(header.png) no-repeat top left;
}

div#logo {
	width:460px;
	height: 80px;
	margin: 0 auto;
	padding-top: 80px;
}

div#content-container {
	width: 100%;
	background-color: white; 
}

div#content {
	width: 850px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

div#content-left {
	width: 400px;
	float: left;
	margin: 10px;
}

div#content-left p {
	font-family: Arial;
	font-size: 40px;
	font-weight: bold;
	text-align: right;
	color: #5e3989;
	margin: 0;
}

div#content-right {
	width: 400px;
	float: right;
	margin: 10px;
}

div#content-right p {
	font-family: Arial;
	font-size: 15px;
	color: #5e3989;
	margin: 0;
	
	margin-top: 10px;
}

div#footer {
	margin: 0 auto;
	width: 460px;
}

div#phone {
	background: url(phone.png) no-repeat top left;
	width: 400px;
	height:  53px;
	
	position: relative;
	top: -25px;
	
	-moz-box-shadow:    2px 2px 16px 0px #757575;
	-webkit-box-shadow: 2px 2px 16px 0px #757575;
	box-shadow:         2px 2px 16px 0px #757575;	
}

div#address {
	width: 400px;
	height:  53px;
}


div#address p {
	color: white;
	text-align: center;
}

div#address a, div#address a:hover {
	color: white;
	text-decoration: none;
}

div#address a:hover {
	text-decoration: underline;
}