
body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #4d4d4d;
	background-image: url(../img/gradient-bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #d9d9d9;
}

p
{
	margin: 0;
}

#container
{
	width: 100%;
	margin-bottom: 50px;
}

#mast
{
	height: 153px;
	background-color: #fff;
}

#mast-images
{
	height: 124px;
	background-color: #fff;
}

#navigation
{
	height: 30px;
	background-color: #fff;
}

#mast, #mast-images, #navigation, #copyright
{
	width: 800px;
	margin: 0 auto;
}

#copyright
{
	text-align: left;
	line-height: 28px;
	color: #808080;
	font-size: 10px;
}

#mast img, #mast-images img, #navigation img
{
	margin: 0;
	border: 0;
}

#content
{
	position: relative;
	width: 796px;
	margin: 0 auto;
	background-color: #fff;
	border-right: solid 2px #ba922e;
	border-bottom: solid 2px #ba922e;
	border-left: solid 2px #ba922e;
	padding-bottom: 50px;
	overflow: hidden;
}

.left-col
{
	position: absolute;
	top: 0;
	left: 0;
	width: 398px;
	background-color: transparent;
}

.left-col img
{
	display: block;
	margin: 0;
	border: 0;
}

.right-col
{
	margin-left: 398px;
	width: 398px;
	background-color: transparent;
}

.about-content
{
	background-image: url(../img/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.about-content .right-col em
{
	color: #000;
}

.about-content p
{
	padding-right: 28px;
}

.about-imgs
{
	float: right;
	margin-left: 28px;
	margin-right: 28px;
}

.services-wrap
{
	width: 398px;
}

/* IE 6 */
*html .services-wrap
{
	width: 402px;
	margin-right: -4px;
}

.services-left
{
	float: left;
	width: 199px;
}

.services-right
{
	margin-left: 199px;
	width: 199px;
}

.services-content .right-col ul
{
	list-style-position: inside;
	padding-left: 0;
	margin: 0 0;
}

.portfolio-content
{
	background-image: url(../img/portfolio-eggs-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.portfolio-work-wrap
{
	width: 398px;
}

/* IE 6 */
*html .portfolio-work-wrap
{
	width: 402px;
	margin-right: -4px;
}

.portfolio-work-wrap img
{
	display: block;
	margin: 0;
	border: 0;
}

.portfolio-work-left
{
	float: left;
	width: 199px;
}

.portfolio-work-right
{
	margin-left: 199px;
	width: 199px;
}

.portfolio-work-left, .portfolio-work-right, .portfolio-works-cpy
{
	text-align: left;
	font-style: italic;
	color: #000;
}

.portfolio-works-img
{
	width: 398px;
	display: inline;
}

.portfolio-works-img img
{
	display: inline;
}

.portfolio-head-space
{
	margin-top: 28px;
}

.portfolio-foot-space
{
	margin-bottom: 8px;
}

.quotes
{
	margin-top: 202px;
	width: 398px;
	text-align: center;
	background-color: transparent;
}

/* IE 6 */
* html .quotes
{
	margin-top: 154px;
}

.quote
{
	font-style: italic;
}

.quoting
{
	margin-top: 8px;
	margin-bottom: 70px;
	font-weight: bold;
}

.second-helping:link, .second-helping:visited, 
.portfolio-work-left a:link, .portfolio-work-left a:visited, 
.portfolio-work-right a:link, .portfolio-work-right a:visited,
.launch-website-link:link, .launch-website-link:visited
{
	font-style: normal;
	text-decoration: none;
	color: #990000;
	border-bottom: solid 1px #990000;
}
	
.second-helping:hover, .portfolio-work-left a:hover, .portfolio-work-right a:hover, .launch-website-link:hover
{
	font-style: normal;
	color: #000000;
	border-bottom: solid 1px #000000;
	text-decoration: none;
}

.contact-wrap
{
	width: 398px;
}

/* IE 6 */
*html .contact-wrap
{
	width: 402px;
	margin-right: -4px;
}

.contact-left
{
	float: left;
	width: 199px;
}

.contact-right
{
	margin-left: 199px;
	width: 199px;
}

.contact-content a:link, .contact-content a:visited
{
	text-decoration: none;
	color: #4d4d4d;
	/*border-bottom: solid 1px #4d4d4d;*/
}
	
.contact-content a:hover
{
	color: #000000;
	border-bottom: solid 1px #000000;
	text-decoration: none;
}