html, body {
	margin:0px;
	padding:0px;
}

body {
	background-image:url(../assets/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.container {
	width:802px;
	margin-left:auto;
	margin-right:auto;
}

.banner {
	position:absolute;
	width:802px;
	height:71px;
	background-image:url(../assets/banner.jpg);
	background-repeat:no-repeat;
	top:25px;
}
h2 {
	font-size:16px;
	}
.banner:hover {
	position:absolute;
	width:802px;
	height:71px;
	background-image:url(../assets/bannermo.jpg);
	background-repeat:no-repeat;
	top:25px;
}

.navigation {
	position:absolute;
	width:176px;
	height:690px;
	background-image:url(../assets/sidenav.jpg);
	background-repeat:no-repeat;
	top:109px;
	padding-top:1px;
	padding-left:1px;
}

.navigation:hover {
	position:absolute;
	width:176px;
	height:690px;
	background-image:url(../assets/sidenavmo.jpg);
	background-repeat:no-repeat;
	top:109px;
}

.fullbody {
	position:absolute;
	width:613px;
	height:690px;
	background-image:url(../assets/fullbody.jpg);
	background-repeat:no-repeat;
	top:109px;
	margin-left:189px;
}

.topleft {
	position:absolute;
	width:338px;
	height:338px;
	background-image:url(../assets/topleft.jpg);
	background-repeat:no-repeat;
	top:109px;
	margin-left:189px;
}

.topleft:hover {
	position:absolute;
	width:338px;
	height:338px;
	background-image:url(../assets/topleftmo.jpg);
	background-repeat:no-repeat;
	top:109px;
	margin-left:189px;
}

.topright {
	position:absolute;
	width:262px;
	height:338px;
	background-image:url(../assets/topright.jpg);
	background-repeat:no-repeat;
	top:109px;
	margin-left:540px;
}

.topright:hover {
	position:absolute;
	width:262px;
	height:338px;
	background-image:url(../assets/toprightmo.jpg);
	background-repeat:no-repeat;
	top:109px;
	margin-left:540px;
}

.bottomleft {
	position:absolute;
	width:338px;
	height:339px;
	background-image:url(../assets/bottomleft.jpg);
	background-repeat:no-repeat;
	top:460px;
	margin-left:189px;
}

.bottomleft:hover {
	position:absolute;
	width:338px;
	height:339px;
	background-image:url(../assets/bottomleftmo.jpg);
	background-repeat:no-repeat;
	top:460px;
	margin-left:189px;
}

.bottomright {
	position:absolute;
	width:262px;
	height:339px;
	background-image:url(../assets/bottomright.jpg);
	background-repeat:no-repeat;
	top:460px;
	margin-left:540px;
}

.bottomright:hover {
	position:absolute;
	width:262px;
	height:339px;
	background-image:url(../assets/bottomrightmo.jpg);
	background-repeat:no-repeat;
	top:460px;
	margin-left:540px;
}

.squareBody {
	margin:0px;
	height:inherit;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
	padding-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:26px;
	overflow:auto;
}

#photogallery {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.galleryid {
	width:476px;
	margin-left:38px;
	margin-bottom:10px;
	text-align:center;
	background-color:#9dda42;
	font-weight:bold;
	padding-top:2px;
	margin-top:1px;
}

.highslide {
	margin-right:6px;
}

.squareBodyImage {
	margin:0px;
	padding:0px
}

a:visited {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#666;
	text-decoration:underline;
}

a {
	color:#333;
	text-decoration:none;
}

strong {
	color:#333333;
	}

#home {
	margin-top:1px;
	margin-left:1px;
}

#testing {
	margin-left:1px;
}

#services {
	margin-left:1px;
}

#links {
	margin-left:1px;
}

#contact {
	margin-left:1px;
}

#iphone {
	width:120px;
	height:270px;
	background-image:url(../assets/iphone.png);
	background-repeat:no-repeat;
	margin:200px auto 0px auto;
}

#iphone:hover {
	width:120px;
	height:270px;
	background-image:url(../assets/iphonero.png);
	background-repeat:no-repeat;
	margin:200px auto 0px auto;
}