*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	color: #405076;
	background: #FFFFFF;
}
#container{
	top: 30px;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	position: relative;
}
#logo-box{
	margin-bottom: 8px;
}
#logo-box h1{
	display: none;
}
#blue-box{
	top: 0;
	left: 0;
	width: 500px;
	background: #ECEDF1 url(images/win-top.gif) no-repeat top;
	position: relative;
}
#headline-box, #contact-box, #references-box, #services-box{
	top: 20px;
	left: 160px;
	position: relative;
}
#headline-box{
	width: 320px;
	height: 60px;
	background: url(images/headline.gif) no-repeat top;
}
#contact-box, #references-box, #services-box{
	top: 20px;
	left: 180px;
	position: relative;
}
#contact-box{
	width: 84px;
	height: 24px;
	background: url(images/contact.gif) no-repeat top;
}
#references-box{
	width: 124px;
	height: 24px;
	background: url(images/referenc.gif) no-repeat top;
}
#services-box{
	width: 93px;
	height: 24px;
	background: url(images/services.gif) no-repeat top;
}
h2{
	display: none;
}
#content-box{
	top: 0;
	left: 160px;
	width: 320px;
	margin-top: 40px;
	background: #FFFFFF url(images/frm-top.gif) no-repeat top;
	font: .8em "Book Antiqua", Georgia, serif;
	position: relative;
}
#crutch{
	top: 0;
	left: 160px;
	width: 320px;
	height: 20px;
	background: #FFFFFF url(images/frm-btm.gif) no-repeat top;
	position: relative;
}
#content-box p{
	padding: 10px 20px;
}
p.intro{
	text-align: justify;
}
#content-box h3{
	font: bold 1.2em "Book Antiqua", Georgia, serif;
	padding: 10px 20px;
	letter-spacing: .2em;
	text-transform: uppercase;
}
#content-box a{
	color: #C60B0B;
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#content-box a:hover{
	color: #405076;
	background: #ECEDF1;
	border: 1px solid #405076;
}
#content-box h2{
	font: bold 1.2em "Book Antiqua", Georgia, serif;
	padding: 10px 20px;
	letter-spacing: .2em;
	text-transform: uppercase;
}
.contact-name{
	font: bold .9em "Book Antiqua", Georgia, serif;
}
.contact-co{
	font: bold 1em "Book Antiqua", Georgia, serif;
}
.ref-name{
	font: bold 1em "Book Antiqua", Georgia, serif;
}
#menu-list{
	bottom: 0;
	right: 350px;
	position: absolute;
}
#menu-list ul{
	text-align: right;
	list-style-type: none;
	font: bold .8em "Book Antiqua", Georgia, serif;
	color: #405076;
}
#menu-list ul li{
	margin: 5px 0;
}
#menu-list ul li a{
	color: #C60B0B;
	padding: 0 3px;
	text-decoration: none;
	background: #ECEDF1;
	border: 1px solid #ECEDF1;
}
#menu-list ul li a:hover{
	color: #405076;
	background: #FFFFFF;
	border: 1px solid #405076;
}
#footer{
	padding-top: 30px;
	width: 500px;
	background: #FFFFFF url(images/win-btm.gif) no-repeat top;
	text-align: center;
	color: #354347;
	font: normal 9px Arial, Helvetica, sans-serif;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	color: #aaa;
}





