/*  
Author: Louis Lopez (sonofLope)
Description: A simple page - placeholder for sonofLope.com
Created: February 2011
*/



/* -------------------- * body & layout * -------------------- */

body {
	margin:  0;
	padding: 0;
	font-family: 'Open Sans Condensed', arial, tahoma, helvetica, sans-serif;
	font-size: x-large;
	line-height: 1.6em;
	background-color: #47b27e; /*#4a535c; #c34132*/
	color: #fff;
	text-align: center;
}

#topofpage {
	background-color: #f8f8f8;
	padding-top: 4%;
	padding-bottom: 1%;
}

#header {
	width: 595px;
	height: 285px;
	background: url(sonoflope_crest.png) no-repeat top;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 { 
	font-family: 'Open Sans Condensed', arial, tahoma, helvetica, sans-serif;
	color: #fff; 
	font-size: 32px;
	margin-bottom: 5px; 
}


#body {
	padding-top: 10px;
	width: 640px;
	text-align: left;
}



/* -- links class -- */

a:link {

	color: #5f240f;
	text-decoration: none;
}

a:hover {

	color: #000;
	text-decoration: none;
	/*border-bottom: 1px dotted #000000;*/
}

a:visited {

	color: #fff; /* no visited link color change - match link color */
	text-decoration: none;