BODY
{
	margin: 0;
	background-color: #ffffff;
	font-family: century gothic, verdana, helvetica, arial;
	font-size: 85%;
	font-color: #444444;
	line-height: 1.5em;
}
HEADER
{
	
	position: fixed;
	width: 100%;
	z-index: 1000;
	display: block;
}
FOOTER
{
	position: fixed;
	bottom: 0;
	width: 100%;
	display: table;
	border-top: 1px solid #aaa;
	background-color: #fff;
	z-index: 1000;
}
NAV
{
	display: table-cell;
	width: auto;
}
H1
{
	font-size: 1.6em;
	font-weight: bold;
}
H2
{
	font-size: 1.3em;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
	overflow: hidden;
}
A
{
	text-decoration: none;
	font-weight: bold;
	color: #ccddff;
}
A:visited
{
	color: #ffaaff;
}
A:hover
{
	color: #ffaaaa;
}

*html #logo { float: right; }
#logo
{
	display: table-cell;
	width: 340px;
	padding-top: 10px;
}
#headline
{
	width: 100%;
	border: 0px;
	-ms-interpolation-mode: bicubic;
}
#web_menu
{
	float: left;
	width: 25%;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #7c0000;
	padding-bottom: 25px;

}
#graphic_menu
{
	float: left;
	width: 25%;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #927c00;
	padding-bottom: 25px;
}
#photo_menu
{
	float: left;
	width: 25%;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #006c0d;
	padding-bottom: 25px;
}
#about_menu
{
	float: left;
	width: 25%;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #004293;
	padding-bottom: 25px;
}
#web_pixel
{
	position: absolute;
	top: 20%;
	left: 20%;
	background-color: #7c0000;
	overflow: hidden;
}
#graphic_pixel
{
	position: absolute;
	top: 30%;
	left: 50%;
	background-color: #927c00;
	overflow: hidden;
}
#photo_pixel
{
	position: absolute;
	top: 55%;
	left: 30%;
	background-color: #006c0d;
	overflow: hidden;
}
#about_pixel
{
	position: absolute;
	top: 65%;
	left: 65%;
	background-color: #004293;
	overflow: hidden;
}
.pixel_size
{
	height: 15px;
	width: 15px;
}
.sub_page
{
	color: #ffffff;
}
.padding
{
	padding: 20px;
}
.grid_3
{
	width: 25%;
}
.grid_4
{
	width: 33%;
}
.grid_6
{
	width: 50%;
}
.grid_8
{
	width: 66%;
}
.grid_9
{
	width: 75%;
}
.grid_12
{
	width: 100%;
}
.clear
{
	clear: both;
}
.boxed
{
	border: 1px solid #000;
	padding: 2px;
	margin: 5px;
}
	.boxed img
	{
		vertical-align: top;
	}
.floatleft
{
	float: left;
}
.floatright
{
	float: right;
}
.floatright_small
{
	float: right;
}
.floatleft_small
{
	float: left;
}
.bottompadding 
{
	height: 120px;
}
.center_small
{
	width: 100%;
	text-align: center;
}
.pad10
{
	padding: 10px;
}
.samples
{
	font-size: 100%;
	padding-bottom: 2em;
}
.sample_shot 
{
	width: 100%;
}
.menu_item
{
	cursor: pointer;
}
.cycle-slideshow
{
	border: 5px solid #fff;
	border-radius: 10px;
	overflow: hidden;
}
.border-white
{
	border: 1px solid #fff;
}