/*
==========================
===== GLOBAL STYLING =====
==========================
*/
html { font-size: 100%; }
body {
	font-size: 62.5%;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}
img { border: none; }
p {
	color: #f3f3f3;
}

/* ======================================================================= ID STYLING ===== */
#rootContainer {
	margin: 100px auto 100px auto;
	width: 450px;
}
#photos li {
	width: 100px;	height: 40px;	overflow: hidden;
	margin: 3px;
}

#logo {
	width: 398px;
	height: 33px;
	background: url(../_img/logo_paul-caudell.gif);
	margin: 0 0 10px 0;	
	padding: 0;
}
#photos {
	margin: 0 0 50px 0;
	padding: 0;
} 
#photos li {
	list-style: none;
	float: left;
	padding: 0 5px 0 0;
	margin: 2px;
}
#photos a {
	border: 1px #000 solid;
	display: block;
}
#photos a:hover { border: 1px #fff solid; }
#aboutTitle, #contactTitle {
	margin: 10px 0 10px 0;
	padding: 0;
	float: left;
}
#aboutTitle {
	width: 80px;
	height: 16px;
	background: url(../_img/title-about.gif) no-repeat;
	margin: 10px 0 10px 0;
}
#contactTitle {
	width: 77px;
	height: 16px;
	background: url(../_img/title-contact.gif) no-repeat;
	margin: 10px 0 10px 0;
}
#about, #contact {
	clear: left;
	width: 410px;
}

/* ======================================================================= RANDOM CLASSES ===== */
.hideMe {
	display: none;
	line-height: 0em;
	margin: 0;
	padding: 0;
}