body
{	
	margin: 20px auto 0 auto;
	border: 0;
	padding: 0;
	font-family: Arial Narrow, Arial;
	font-size: 12px;
	background-color: #fff;
	width: 100%;
	height: 100%;
	color: #000;
	background-color: #c3c3c3;
}

body.yellow
{	
	margin: 20px auto 0 auto;
	border: 0;
	padding: 0;
	font-family: Arial Narrow, Arial;
	font-size: 12px;
	background-color: #fff;
	width: 100%;
	height: 100%;
	color: #000;
	background-color: #F7BA00;
}

#central
{
	width: 800px;
	height: 600px;
	margin: 0 auto;
	border: 0;
	padding: 0;
}

#header
{
	position: relative;
	height: 173px;
	width: 100%;
	background-color: #000;
}

#banner
{
	position: absolute;
	top: 0;
	left: 0;
}

#main
{
	position: relative;
	width: 100%;
	height: 437px;
	background-color: #fff;
}

#title
{
	position: absolute;
	top: 2px;
	left: 0;
	width: 800px;
	height: 56px;
}

#picture
{
	position: absolute;
	top: 60px;
	left: 0;
	width: 295px;
	height: 375px;
	background-color: #fff;
}

#content
{
	position: absolute;
	top: 60px;
	left: 295px;
	width: 505px;
	height: 375px;
}

#text
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 450px;
	height: 340px;
}

#text_contact
{
	position: absolute;
	top: 20px;
	left: 220px;
	width: 250px;
	height: 340px;
}

#portfolio
{
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 100px;
	height: 16px;
}

#flash
{
	position: absolute;
	top: 60px;
	left: 0;
	width: 800px;
	height: 375px;
	background-color: #fff;
}


#map
{
	position: absolute;
	top: 60px;
	left: 0;
	width: 495px;
	height: 375px;
}

#footer
{
	position: relative;
	height: 50px;
	width: 100%;
	background-color: #1A1A1A;
}

#footer_text
{
	position: absolute;
	top: 15px;
	left: 250px;
	height: 25px;
	width: 300px;
	text-align: center;
	color: #fff;
	font-size: 8pt;
}

hr
{
	color: gray;
	background-color: gray;
	height: 1px;
}

a:link 
{
	color: #000;
	text-decoration: none;
}

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

a:hover 
{
	color: #000;
	text-decoration: none;
}

a:active 
{
	color: #000;
	text-decoration: none;
}

#footer_text a
{
	color: #fff;
	text-decoration: none;
}

#footer_text a:link
{
	text-decoration: none;
}

#footer_text a:visited
{
	text-decoration: none;
}

#footer_text a:hover
{
	text-decoration: none;
}

#footer_text a:active
{
	text-decoration: none;
}

h1.title
{
	font-size: 26pt;
	margin: 0;
}

.central
{
	text-align: center;
}

.black
{
	background-color: #000;
}

.design
{
	background-color: #F79510;
}

.websites
{
	background-color: #F7230D;
}

.photography
{
	background-color: #F87311;
}

.large_format
{
	background-color: #F75410;
}


.bold
{
	font-weight: bold;
}

img
{
	border: 0;
}

div.botright
{
Ê Ê display: block;

Ê Ê /*set the div in the bottom right corner*/
Ê Ê position: absolute;
Ê Ê bottom: 0;
Ê Ê right: 0;
Ê Ê width: 200px;
}