
body	{
	font-family: verdana, sans-serif;
	font-size: 66%;
	text-align:center;
}

p	{
	line-height: 150%;
	margin-bottom: 0px;
}

img	{
	border:0px;
}
#container	{
	margin: 25px auto 0 auto;
	text-align:left;
	width: 975px;
	_width: 1000px;
}
#header	{
	width: 100%;
	height: 122px;
}
#header h1	{
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	float: right;
}

#header h1 a	{
	color: black;
	text-decoration: none;
}

#header h1 a:hover	{
	color: #666;
	}

#header .contactLink	{
	float: right;
	color: blue;
	text-decoration: none;
}

#header .contactLink:hover	{
	text-decoration: underline;
}

#navigation	{
	list-style: none;
	padding:0;
	margin:96px 0 0 0;
	float: left;
}

#navigation li	{
	list-style: none;
	padding:0;
	margin:0 40px 0 0;
	float: left;
}

#navigation li a.util	{
	color: black;
}

#navigation li a	{
	color: #666666;
	text-decoration: none;
}

#navigation li a.current	{
	color: blue;
}

#navigation li a.current:hover, #navigation li a:hover	{
	color: #000000;
}

#content	{
	clear: both;
}

#content #contact	{
	padding: 100px 4px 4px 4px;
	background-color: #666;
	color: #fff;
}
#content #contact a	{
	color: white;
}
#content #contact a:hover	{
	color: #ededed;
}

#content.home	{
	background-color: #ededed;
	width: 100%;
	padding:0;
}

#content.home img	{
	border-left: 1px solid white;	
	float: right;
	margin-left: 4px;	
}

#content.portfolio #largeImageContainer p	{
	color: #666666;
	text-align: right;
}

#content.portfolio #largeImageContainer	{
	width: 500px;
	float: left;
	text-align: center;
}
#content.portfolio #largeImageContainer	div{
	background-color: #eeeeee;
	text-align: center;
	width: 500px;
	height: 500px;
}

#content.portfolio #thumbs	{
	overflow: auto;
	height: 500px;
	_width: 490px;
	padding:0;
	text-align: left;
}

#content.portfolio #thumbs .thumb	{
	float: left;
	margin: 0 0px 15px 15px;
	width: 135px;
	height: 137px;
	text-align: center;
	background-color: #eeeeee;
}

	
#content.portfolio #thumbs .thumb img	{
}

.clear	{
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
	margin:0;
}

#homepage_slideshow	{
	border-left: 1px solid white;	
	float: right;
	margin-left: 4px;	
}

#loading	{
	background: url(../images/loading.gif) center center no-repeat;
	width: 100%;
	height: 100%;
	display: none;
}
