img, div {
	behavior: url(iepngfix.htc)
}

html { 
	margin: 0; 
	padding: 0;  
}

body {
	background-image:url('images/background.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: center bottom;
	background-color: #000000;
	text-align: center;
	margin: 0; 
	padding: 0;
	font-size: 95%;
	font: 13pt helvetica;
	color: #ccd;
}

p {
	font: 10pt helvetica;
	color: #ffffff;
}

p.phone  {
	font: 13pt helvetica;
	color: #f0712c;
}

p.highlights  {
	font: 14pt helvetica;
	letter-spacing: 1px;
	font-weight: bold;
	color: #bbc;
	margin-bottom: -10px;
	margin-left: 30px;
}

p.orange  {
	font: 14pt helvetica;
	letter-spacing: 1px;
	font-weight: bold;
	color: #f0712c;
	margin-bottom: -10px;
	margin-left: 30px;
}

p2 {
	font: 13pt helvetica;
	color: #f0712c;
}

p3 {
	font: 13pt helvetica;
	color: #ffffff;
}

a:link {
	color: #ccd;
	text-decoration:none;
}

a:visited{
	color: #eef;
}

a.orange:link {
	color: #f0712c;
	text-decoration: none;
}

div#bannertext{
	/*background-image:url('images/banner_bg2.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: top center;
	height: 8em;*/
	background-color: #000;
	height: 200px;
	text-align: center;
	z-index: 1;
}

div#menu {
	border-bottom: 1px solid #000000;
	background-color: #036;
	height: 50px;
}

div#container {
	width: 100%;
	height: 600px;
	min-width: 940px;
	max-width: 940px;
	padding-top: .5em;
}

div#aboutus{
	float: left;
	width: 650;
	height: 500;
	border: 1px solid #ffffff;
	padding: 10px;
	text-align: center;
	color: #ffffff;
}

div#links {
	position: absolute;
	bottom: 0;
	height: 20px;
}

#aboutbutton
{
	display: block;
	float:left;
	width: 160px;
	height: 51px;
	padding: 0;
	margin: 0;
	background: url("images/button_about.png") no-repeat 0 0;
}

#aboutbutton:hover
{ 
	background-position: 0 -51px;
}

#corpbutton
{
	display: block;
	float:left;
	width: 160px;
	height: 51px;
	padding: 0;
	margin: 0;
	background: url("images/button_corp.png") no-repeat 0 0;
}

#corpbutton:hover
{ 
	background-position: 0 -51px;
}

#presentbutton
{
	display: block;
	float:left;
	width: 160px;
	height: 51px;
	padding: 0;
	margin: 0;
	background: url("images/button_pres.png") no-repeat 0 0;
}

#presentbutton:hover
{ 
	background-position: 0 -51px;
}

#eventbutton
{
	display: block;
	float:left;
	width: 160px;
	height: 51px;
	padding: 0;
	margin: 0;
	background: url("images/button_events.png") no-repeat 0 0;
}

#eventbutton:hover
{ 
	background-position: 0 -51px;
}

#commbutton
{
	display: block;
	float:left;
	width: 160px;
	height: 51px;
	padding: 0;
	margin: 0;
	background: url("images/button_comm.png") no-repeat 0 0;
}

#commbutton:hover
{ 
	background-position: 0 -51px;
}

#studiobutton
{
	display: block;
	float:left;
	width: 160px;
	height: 51px;
	padding: 0;
	margin: 0;
	background: url("images/button_studio.png") no-repeat 0 0;
}

#studiobutton:hover
{ 
	background-position: 0 -51px;
}

#homesmbutton
{
	display: block;
	float:left;
	width: 120px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: url("images/button_sm_home.png") no-repeat 0 0;
}

#homesmbutton:hover
{ 
	background-position: 0 -30px;
}
