@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body {
	text-align: center;
}
.clear {
	clear:both;
}
.wrap {
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}
.header {
	height: auto;
	width: 750px;
	background: url('../../images/headBg.png') no-repeat;
	padding: 0 25px 0 25px;
}
.header .logo img {
	margin: 34px 0 0 0;
}
.nav {
	margin: 25px 0 25px 25px;
}
#topNav {
	background:url('../../images/navBg.png') no-repeat;
	width:750px;
	height:22px;
	margin:0;
	padding:0;
}
#topNav span {
	display: none;
}
#topNav li, #topNav a {
	height:22px;
	display:block;
}
#topNav li {
	float:left;
	list-style:none;
	display:inline;
}
#home {
	width: 101px;
}
#aboutUs {
	width: 163px;
}
#portfolio {
	width: 181px;
}
#news {
	width: 111px;
}
#contactUs {
	width: 187px;
}
#home a:hover {
	background:url('../../images/navBg.png') 0px -22px no-repeat;
}
#aboutUs a:hover {
	background:url('../../images/navBg.png') -101px -22px no-repeat;
}
#portfolio a:hover {
	background:url('../../images/navBg.png') -264px -22px no-repeat;
}
#news a:hover {
	background:url('../../images/navBg.png') -445px -22px no-repeat;
}
#contactUs a:hover {
	background:url('../../images/navBg.png') -556px -22px no-repeat;
}
.content {
	width: 700px;
	height: auto;
	margin: 0 25px 0 25px;
	padding: 25px;
}
.copy {
	width: 550px;
	height: auto;
	float: right;	
}
.footer {
	width: 748px;
	height: auto;
	min-height: 45px;
	margin: 0 26px 30px 26px;
	padding: 10px 0 10px 0;
}