body {
	background-color: #1F2D5A;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 76%;
	color: #1F2D5A;
}

#container {
	width: 790px;
	margin: 0 auto;
	background: url(../images/content_background.gif) top center repeat-y;
	text-align: center;
	position: relative;
}

#header {
	margin: 0;
	width: 790px;
	height: 383px;
	background: url(../images/index_background.jpg) top center no-repeat;
	text-align: left;
}

#header img {
	position: absolute;
	top: 115px;
	left: 34px;
}


#menu {
	width: 470px;
	height: 14px;
	position: absolute;
	top: 146px;
	left: 320px;
}

#menu ul {
	position: relative;
	top: 0px;
	width: 470px;
	height: 14px;
	list-style: none;
	background: url(../images/menu_background.gif) no-repeat;
}

#menu li {
	display: inline;
}

#menu01 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 44px;
	height: 14px;
}

#menu01link {
	display: block;
	text-indent: -5000px;
	text-decoration: none;
	width: 44px;
	height: 14px;
	background: url(../images/home.gif) no-repeat;
	background-position: 0px -14px;
}

#menu01link:hover {
	background-position: 0px 0px;
}

#menu02 {
	position: absolute;
	top: 0px;
	left: 44px;
	width: 76px;
	height: 14px;
}

#menu02link {
	display: block;
	text-indent: -5000px;
	text-decoration: none;
	width: 76px;
	height: 14px;
	background: url(../images/about.gif) no-repeat;
	background-position: 0px -14px;
}

#menu02link:hover {
	background-position: 0px 0px;
}

#menu03 {
	position: absolute;
	top: 0px;
	left: 120px;
	width: 71px;
	height: 14px;
}

#menu03link {
	display: block;
	text-indent: -5000px;
	text-decoration: none;
	width: 71px;
	height: 14px;
	background: url(../images/contact.gif) no-repeat;
	background-position: 0px -14px;
}

#menu03link:hover {
	background-position: 0px 0px;
}

#menu04 {
	position: absolute;
	top: 0px;
	left: 191px;
	width: 158px;
	height: 14px;
}

#menu04link {
	display: block;
	text-indent: -5000px;
	text-decoration: none;
	width: 158px;
	height: 14px;
	background: url(../images/solutions.gif) no-repeat;
	background-position: 0px -14px;
}

#menu04link:hover {
	background-position: 0px 0px;
}

#menu05 {
	position: absolute;
	top: 0px;
	left: 349px;
	width: 121px;
	height: 14px;
}

#menu05link {
	display: block;
	text-indent: -5000px;
	text-decoration: none;
	width: 121px;
	height: 14px;
	background: url(../images/business.gif) no-repeat;
	background-position: 0px -14px;
}

#menu05link:hover {
	background-position: 0px 0px;
}


#content {
	width: 790px;
	text-align: left;
	margin: -80px 0 0 0;
}

#content h1 {
	text-indent: -5000px;
	width: 300px;
	height: 53px;
	background-position: top left;
	position: absolute;
	top: 210px;
	left: 38px;
	padding: 0;
}

#content h2 {
	margin: 0 160px;
	font-size: 1.2em;
}

#content h3 {
	margin: 0 160px;
	color: #1F2D5A;
	font-size: 1.0em;
}

#content p  {
	margin: 0px 150px 0 150px;
	padding: 10px;
	line-height: 1.3em ;
}

#content img {
	margin-left: 160px;
}

#content ul {
	margin: 10px 160px;
}

#content a {
	color: #B50F1B;
}

#content a:hover {
	color: #0E522B;
}

#content .red {
	color: #B50F1B;
}

p.small {
	font-size: 0.8em;
}

#footer {
	width: 790px;
	height: 90px;
	background: url(../images/footer_background.gif) top center no-repeat;
	text-align: right;
}

#footer img {
	border: none;
	padding: 0px 5px 1px;
	vertical-align: middle;
}

#footer p {
	padding-top: 60px;
}
