#main {
  width: 1210px; 
  height:100%;
  margin-right: auto;
  margin-left: auto;

}
#wrapper {      
	margin: 0 auto;
    text-align: left;
    vertical-align: left;
}
#logo {
	position:relative;
	top:0px;
	width:194px;
	height:135px;
	z-index:10;
	background-image: url(../images/logo.gif);
}	
#header {
	position:relative;
	left:0px;
	top:0px;
	width:1210px;
	height:135px;
	z-index:1;
	background-color: #8599ba;
	text-indent:-10000px;
}	
#imageframe {
	/*position:absolute;*/
	/*top:135px;*/
	/*bottom:0px;*/
	width:1210px;
	height:380px;
	z-index:1;
	background-image: url(../images/splash.jpg);
}

#content {
  width:400px;
  padding:30px 30px 30px 195px;
}

#content h1 {
  font-family: 'new_cicleregular';
  	font-size: 24px;
	font-weight: normal;
	color:#777777;
}

#content p {
  font-family: 'new_cicleregular';
  color:#777777;
}

#content a {
  color:#777777;
  text-decoration:none;
}

#footer {
	position:relative;
	/*bottom:0px;*/
	width:1210px;
	height:66px;
	z-index:1;
	background-color: #4b576d;
}

#footer p {
	font-family: 'new_cicleregular';
	text-transform:uppercase;
	padding-top:50px;
	margin-left:195px;
	color:#ffffff;
	font-size: 11px;
        letter-spacing: 1px;
}
