body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font-weight: normal;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F49500;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
	position:absolute;
	top: 0px;
	right: 0px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 16px;
	float: right;
	margin-right: 0px;
	position:relative;
	right:128px;
	top: 15px;
}

p, blockquote, ul, ol {
	line-height: 17px;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

a {
	text-decoration: none;	
	color: #000066;
}

/* Header */

#header {
	width: 760px;
	height: 99px;
	margin: 0 auto;
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 0px 67px 0 0;
	font-size: 34px;
}


/* Menu */

#menu {
	width: 780px;
	height: 33px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 9px 22px 0 23px;
	background: url(images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}
#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 720px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #FFFFFF url(images/img04.jpg) repeat-x left bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#subtitle {
	margin: 0;
	padding-bottom: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F49500;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
}

#subtext {
	color: #4c4c58;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
	

#services {
	width: 528px;
	float: right;
	position: relative;
	left: 50px;
	bottom: 488px;
}

#servicestext {
	width: 355px;
	position: relative;
	left: -20px;
	bottom: 35px;
	font-size: 15px;
}

#buttons {
	position: relative;
	left: -20px;
	bottom: 34px;
}
	

#buttontitle {
	text size: 12px;
	color: #000066;
}

#buttontext {
	text-decoration: none;
	font-weight:lighter;
	font-size: 11px;
	width: 366px
}	


#logobar1 {
	position: relative;
	bottom: -585px;
	left: -145px;
	width: 720px;
}

/* Footer */

#footer {
	height: 40px;
	padding: 0px;
	background: #2D2D2D;
	text-align: center;
	color: #999999;
}

#footertext {	
	float: center;
	font-weight: lighter;
	font-size: 10px;
	width: 760px;
	position: relative;
	left: 250px;
	line-height: 20px;
	padding-bottom: 10px;
}	