@charset "utf-8";
*{
	padding:0px;
	margin:0px;
}

#wrapper {
	margin: auto;
	width: 940px;
}
#header {
	height: 94px;
	background-image: url(../images/header.jpg);
	margin-bottom: 20px;
}

body {
	background-image: url(../images/bkg_tile.jpg);
	background-repeat: repeat-x;
}

#wrapper #header #menu ul {
	display: inline;
	list-style-type: none;
	float: right;
	margin-top: 64px;
}
#wrapper #textbody #widebar img {
	margin-bottom: 10px;
}



#wrapper #header #menu ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#wrapper #textbody #test {
	background-image: url(../images/test_sq.jpg);
	float: right;
	height: 276px;
	width: 220px;
	margin-left: 19px;
	padding-top: 50px;
	background-repeat: no-repeat;
}
#wrapper #textbody #gall {
	background-image: url(../images/gallery_sq.jpg);
	float: right;
	height: 276px;
	width: 220px;
	margin-left: 19px;
	padding-top: 50px;
}

#wrapper #textbody #service {
	background-image: url(../images/services_sq.jpg);
	height: 276px;
	width: 220px;
	margin-left: 19px;
	float: right;
	padding-top: 50px;
}
#wrapper #textbody #about {
	background-image: url(../images/about_sq.jpg);
	height: 276px;
	width: 220px;
	padding-top: 50px;
	background-repeat: no-repeat;
}
#wrapper #textbody #sidebar {
	width: 316px;
	float: right;
}
#wrapper #textbody #sidebar #biopic {
	margin-left: 46px;
}

#wrapper #textbody #sidebar img {
	margin-top: 0px;
	padding-left: 0px;
}
#wrapper #textbody #mainbar {
	width: 584px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#wrapper #textbody #footer {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 20px;
}
#wrapper #textbody #widebar {
	padding-right: 20px;
	padding-left: 20px;
}
#wrapper #textbody #gallsize {
	margin: auto;
	width: 900px;
}
