/* css and html by malloreigh for her photography portfolio, september 2007
pink: #ff0054
yellow: #ffc000
blue: #009cff
green: #4ec200
dark grey: #1f2023
really dark grey: #0e0e10
light grey: #d5d7e0
*/

* {
	padding: 0;
	margin: 0;
	}
body {
	background: #1f2023 url(../img/background.gif);
	color: #d5d7e0;
	font: 11px 'trebuchet ms',tahoma,arial,sans-serif;
	}
	
a:link {
	color: #ff0054;
	text-decoration: underline;
	border: 0;
	}
a:hover {
	color: #ffc000;
	}
a:visited {
	color: #009cff;
	}
	
img {
	border: 0;
	}
	
p {
	padding: 5px;
	}
	
#container {
	width: 800px;
	margin: 0 auto;
	background: #1f2023 url(../img/bg.gif);
	}
	
#frontheader {
	width: 800px;
	height: 350px;
	}
#frontnavigation {
	width: 800px;
	height: 100px;
	}
#frontnavigation li {
	list-style: none;
	float: left;
	}
	
#content {
	padding: 5px;
	border-left: 200px solid #0e0e10;
	}
	
#innernavigation {
	width: 200px;
	float: left;
	}
#innernavigation li {
	list-style: none;
	height: 100px;
	}
	
#informationheader {
	width: 800px;
	height: 100px;
	background: url(../img/bg_information.gif) repeat-x;
	}
#portfolioheader {
	width: 800px;
	height: 100px;
	background: url(../img/bg_portfolio.gif) repeat-x;
	}
#printsheader {
	width: 800px;
	height: 100px;
	background: url(../img/bg_prints.gif) repeat-x;
	}
#contactheader {
	width: 800px;
	height: 100px;
	background: url(../img/bg_contact.gif) repeat-x;
	}
	
#footer {
	text-align: center;
	clear: both;
	padding: 10px 0;
	background: #141517;
	border-top: 1px solid #0e0e10;
	}