html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #fff;
}

*
{
	font-family: century gothic, trebuchet ms, Lucida Sans, Sans-Serif;
	color: #000;
}

#div
{
	margin: 0;
	padding: 0;
}

#main
{
	position: absolute;
	left: 50%;
	top: 50%;

	margin-left: -315px;
	margin-top: -240px;

	width: 630px;
	height: 480px;
	
}


#header
{
	margin: 0;
	font-size: 100%;
}

#header h1
{
	margin: 0;
	font-weight: normal;
	font-size: 190%;
}


#text
{
	margin-top: 10px;
	font-size: 50%;
}

#contact
{
	margin: 25px 0 0 0;
	font-size: 100%;
}

#contact a
{
	text-decoration: none;
}

#contact a:hover
{
	color: #933;
}


#mb
{
	width: 625px;
	height: 160px;
	margin-top: 200px;
}

#mb a
{
	display: block;
	padding-top: 140px;
	font-size: 90%;
	text-decoration: none;
	color: #000;
}

#mb a:hover
{
	color: #933;
}

#mb ul
{
	height: 134px;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mb ul li
{
	display: block;
	float: left;
	text-align: center;
}

#latest
{
	width: 84px;
	height: 134px;
	background-image: url(images/start/latest.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	margin-right: 17px;
}

#places
{
	width: 84px;
	height: 134px;
	background-image: url(images/start/places.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	margin-right: 17px;
}

#faces
{
	width: 84px;
	height: 134px;
	background-image: url(images/start/faces.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	margin-right: 5px;
}

#misc
{
	width: 110px;
	height: 134px;
	background-image: url(images/start/misc.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	margin-right: -5px;
}


#tearsheets
{
	width: 100px;
	height: 134px;
	background-image: url(images/start/tearsheets.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	margin-right: -1px;
}

#clients
{
	width: 90px;
	height: 134px;
	background-image: url(images/start/clients.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
}





#img_main
{
	position: absolute;
	left: 50%;
	top: 50%;

	margin-left: -355px;
	margin-top: -315px;
	
	width: 710px;
	height: 630px;
}


#img_header
{
	font-size: 110%;
}

#img_text
{
	margin-top: 25px;
	font-size: 100%;
	color: #c30;
	text-align: right;
}

#img
{
	margin-top: 8px;
	width: 710px;
	height: 480px;
	background-repeat: no-repeat;
	background-position: center center;
}


#img_mb
{
	margin-top: 35px;
	font-size: 75%;
	color: #000;
	text-align: right;
}

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

#img_mb a:hover
{
	color: #999;
}





#client_main
{
	position: absolute;
	left: 50%;
	top: 50%;

	margin-left: -355px;
	margin-top: -317px;
	
	width: 710px;
	height: 634px;
}


#client_header
{
	font-size: 110%;
}

#client_text
{
	margin-top: 10px;
	font-size: 75%;
	color: #000;
}

#client_text a
{
	color: #953A49;
	text-decoration: none;
}

#client_text a:hover
{
	color: #CC5064;
}


#client_img
{
	margin-top: 35px;
	width: 710px;
	height: 480px;
	background-image: url(images/clients/clients.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


#client_mb
{
	margin-top: 20px;
	font-size: 75%;
	color: #999;
	text-align: right;
}

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

#client_mb a:hover
{
	color: #999;
}
