body {
	margin:0 0 10px 0;
	background-color: #374258;
	background-image:url(../bg.gif);
	font-family:Tahoma;
	line-height:19px;
	font-size:12px;
	text-align:justify;
	background-position:center;
}

img {
	border:0px;
}

@font-face {
	font-family: MyriadCond;
	src: url(../MyriadProCond.otf);
}

.header {
	height:95px;
	background-image:url(../bg_header.gif);
}

.button {
	font-family: MyriadCond, Tahoma;
	float:right;
	padding-top:35px;
	height:60px;
	font-size:33px;
	background-image:url(../bg_nav.gif);
	margin:0 3px 0 0px;
	width:105px;
	text-align:center;
	color:#a9a9a9;
}

.button:hover {
	background-image:url(../bg_nav_over.gif);
	color:#7e858e;
}

.headerwrap {
	width:920px;
	margin:0 auto;
}

a {
	color:#a9a9a9;
	text-decoration: none;
}
a:hover {
	color:#7e858e;
	text-decoration: none;
}

.wrapper {
	margin:0 auto;
	width:920px;
}

.homeboxes {
	display:block;
	width:268px;
	height:525px;
	border:18px solid #2c538d;
	float:left;
	margin:0 1px 0 1px;
	background-position:top;
}

.one {
	background-image:url(../box1.jpg);
}

.two {
	background-image:url(../box2.jpg);
}

.three {
	background-image:url(../box3.jpg);
}

.homeboxes:hover {
	background-position:0 525px;
}

.footleft {
	float:left;
}

.footright {
	float:right;
}

.portfolioimgs {
	border:solid 5px #bfd2ee;
	margin:6px 3px 0px 3px;
	width:98px;
	height:98px;
}

.portfolioimgs:hover {
	border:solid 5px #7ba7e9;
}

.h1 {
	font-size:15px;
	font-weight:bold;
}

.content {
	margin-top:33px; 
	float:left; 
	background-color:#FFF; 
	width:574px; 
	padding:20px; 
	background-image:url(../bg_content.gif); 
	background-repeat:repeat-x;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px; 
	-webkit-border-radius-topright: 6px; 
	-webkit-border-radius-bottomright: 6px; 
}