html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	background: #B8D0D0;
	font-family: verdana;
	font-size: 12px;
	height: 100%;
}

a {
	color: #840A00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#mainleft {
	width: 185px;
	background: #CDD9C6;
	border: solid #4E3A21;
	border-width: 0px 1px 0px 2px;
	position: absolute;
	left: 50%;
	height: 100%;
	margin-left: -330px;
	display: block;
}

#mainright {
	width: 474px;
	background: #CDD9C6;
	border: solid #4E3A21;
	border-width: 0px 2px 0px 0px;
	position: absolute;
	left: 50%;
	height: 100%;
	margin-left: -142px;
	display: block;
}

#top {
	width: 658px;
	height: 22px;
	background: #CDD9C6;
	position: relative;
	left: 50%;
	margin-left: -328px;
	text-align: right;
	font-size: 10px;
	color: #666;
}

#top p {
	margin: 0px 25px 0px 0px;
	padding: 5px 0px;
}

#logobg {
	position: absolute;
	width: 100%;
	height: 119px;
	background: #798989;	
	border: solid #4E3A21;
	border-width: 2px 0px;
}

#logo {
	width: 660px;
	height: 119px;
	background: url(theguffaw.jpg);
	position: relative;
	left: 50%;
	margin-left: -330px;
	border: solid #4E3A21;
	border-width: 0px 2px;
}

#imagebarbg {
	position: absolute;
	width: 100%;
	height: 140px;
	top: 145px;
	background: #647562;
	border: solid #4E3A21;
	border-width: 0px 0px 2px;	
}

/* Image Bar */

#imagebar {
	width: 664px;
	position: relative;
	left: 50%;
	margin-left: -330px;
}

.images {
	border: 1px solid #000;
	height: 110px;
	width: 110px;
	position: absolute;
	margin: 15px 0px;
}

.images_over {
	border: 1px solid #000;
	height: 110px;
	width: 110px;
	position: absolute;
	margin: 15px 0px;
	visibility: hidden;
}

#ab {
	background: url(images/aboutbw.jpg);
	left: 0px;
}

#ab_over {
	background: url(images/about.jpg);
	left: 0px;
}

#de {
	background: url(images/designbw.jpg);
	left: 138px;
}

#de_over {
	background: url(images/design.jpg);
	left: 138px;
}

#cor {
	background: url(images/corporatebw.jpg);
	left: 276px;
}

#cor_over {
	background: url(images/corporate.jpg);
	left: 276px;
}

#ar {
	background: url(images/artbw.jpg);
	left: 414px;
}

#ar_over {
	background: url(images/art.jpg);
	left: 414px;
}

#co {
	background: url(images/contactbw.jpg);
	left: 552px;
}

#co_over {
	background: url(images/contact.jpg);
	left: 552px;
}

/* End Image Bar */

#main {
	background: #CDD9C6;
	position: absolute;
	left: 50%;
	margin-left: -330px;
	top: 288px;
	border: solid #4E3A21;
	border-width: 0px 2px;
	float: left;
}

#main2 {
	position: relative;
	width: 658px;	
	float: left;
	padding-right: 2px;
}

#left {
	width: 183px;
	padding: 0px 2px 0px 0px;
	overflow: hidden;
	float: left;
	border: solid #4E3A21;
	border-width: 0px 1px 0px 0px;	
}

/* Navigation Bar */

#left a {
	width: 182px;
	float: left;
	background: #DFECD7;
	clear: both;
	padding: 10px 0px 10px 25px;
	margin-top: 10px;
	border: solid #647562;
	border-width: 1px 0px;
	color: #4E3A21;
	text-decoration: none;
	font-weight: bold;
}

#left a:hover {
	background: #840A00;
	color: #fff;
}

/* End Navigation Bar */

#right {
	width: 472px;
	border-left: 1px solid #4E3A21;
	padding: 10px 0px;
	float: left;
	margin-left: -1px;
}

#right p {
	margin: 8px 30px;
	line-height: 125%;
}

#right h1 {
	margin: 0;
	padding: 8px 30px 0px;
	color: #840A00;
	font-size: 24px;
}

#right h2 {
	margin: 0px;
	padding: 20px 30px 0px;
	font-size: 16px;
}

/* Design Portfolio */

.design {
	display: block;
	height: 150px;
	width: 200px;
	margin: 20px 10px 5px 65px;
	border: 1px solid #647562;
}

.design:hover {
	filter:alpha(opacity=50);
	opacity: .5;
}

.caption {
	margin: 0px;
	padding: 0px 10px 5px 65px;
}

/* End Design Portfolio */

/* Image Viewer *//*

#viewer {
	position: fixed;	
	height: 90%;
	width: 90%;
	overflow: auto;
	background: #222;
	left: 5%;
	top: 5%;
	z-index: 1;
	text-align: center;
	display: none;
	height: 90%;
	color: #fff;
}

* html #viewer {
	position: absolute;
}

#viewer img {
	position: relative;
	border: 1px solid #fff;
	height: 90%;
	top: -3.5%;
	margin-top: 4.5%;
}

#viewer iframe {
	position: absolute;
	top: 5%;
	left: 5%;
	height: 90%;
	width: 90%;
	border: 0px;
}

#viewer #close {
	position: absolute;
	right: 0px;
	top: 0px;
	background: #111;
	color: #fff;
	font-weight: bold;
	margin: 15px;
	padding: 10px;
	border: 1px solid #666;
	z-index: 1;
}

/* End Image Viewer */