@import "style.css";

#top div{
	width:740px;
}
#nav ul{
	width:740px;
}


/*--------------------------
  Frontpage	
--------------------------*/
#front{
	width:740px;
	height:100%;
	margin:0 auto;
	display:table;
	#padding-top:100px;
	#height:auto;
}
#frontmiddle{
	display:table-cell;
	vertical-align:middle;
	position:static;
}
.box{
	height:400px;
	width:365px;
	float:left;
}

.boxleft{
	background:url(gfx/box-left.png) no-repeat;
}
.boxright{
	background:url(gfx/box-right.png) no-repeat;
	margin-left:10px;
}
.box h1{
	margin:115px 25px 0 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
	color:#333;
}
.box h2{
	margin:2px 25px 0 22px;
	padding-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	border-bottom:1px solid gray;
	color:#333;
}
.box p{
	margin-right:25px;
	margin-left:22px;
	margin-bottom:10px;
	line-height:140%;
	color:#333;
}
.box p.pbutton {
	margin-top:20px;
}


/*--------------------------
  Footer	
--------------------------*/
#page{
	height:100%;
}

#footer p {
	width:740px;
}






