/* CSS Document */
body {
	font-family: 'Roboto Slab', serif;;
	font-size:12px;
	color:#b0afaf;
	background-image:url(images/chris_cicchino_header.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

#nav {
	clear:both;
	border:0;
	height:25px;
	padding: 10px 0 5px 0;
	background-image:url(images/title_bar.png);
	background-position:center;
	background-repeat:no-repeat
	font-size:16px;
}

div#footer {
	clear:both;
	border:0;
	height:250px;
	padding: 10px 0 0 0;
	background-color:#1a1a1a;
	font-size:16px;
	width:auto;
}

div#footer1 {
	clear:both;
	padding: 5px;
	border:0;
	height:auto;
	padding: 10px 0 0 0;
	background-color:#1a1a1a;
	width: 25%;
    margin: 0 auto;
}

div#footer2 {
	float: left;
	width: auto;
	padding: 5px;
	margin: 0 0 0 100px;
	border:0;
	height:auto;
	padding: 10px 0 0 0;
	background-color:#1a1a1a;
	font-size:16px;
	width: 25%;
    margin: 0 auto;
}


a:link {color:#b0afaf; text-decoration:none;} 
a:visited {color:#b0afaf; text-decoration:none;}
a:hover {color:#b0afaf; text-decoration:underline;}
a:active {color:#b0afaf; text-decoration:none;}

#red {
	clear:both;
	border:0;
	height:2px;
	background-color:#8b0304;
}





h1 {
	font-size:18px;
	font-weight:100;
	height:auto;
	margin-top:0px;
	margin-bottom:0px;
	display:inline;
}

	
.white {
	color:#ffffff;
}

.black {
	color:#000000;
}

.grey {
	color:#d3d3d3;
}

.red {
	color:#ac0f15;
}