/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #E0E7FF;
}

a:hover {
	text-decoration: none;
	color: #FFFF00;
}

a:visited {
	color: #E0E7FF;
}


body {
	
	background: #000000;
	font: 13px Arial, Helvetica, sans-serif;
	color: #E9E9E9;
}

#container
{
	margin: 0 auto;
	width: 740px;
	
	background: url(images/epson_810_plastic.jpg) no-repeat;
	
}


#content
{
padding: 120px 0 80px 0;
}

#content h2 {
	padding-bottom: 20px;
}

#header {
	padding: 70px 0 20px 300px;
	height: 100px;
	font-size: 36px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-style:italic;
	background:url(images/logo.jpg) no-repeat right;
}

#menu
{
float: left;
padding-left: 139px;
width: 600px;
height: 87px;
background: url(images/menu.gif) no-repeat;
}

#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 80px;
	height: 31px;
	text-align: center;
	text-decoration: none;
	color: #E0E7FF;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
	padding-right: 20px;
}

#menu a:hover {
	width: 80px;
    height: 31px;
	color: #FFFF00;
	text-decoration: underline;
}



#footer { 
	clear: both;
	height: 47px;
	padding-top: 30px;
	background: url(images/footer.gif) repeat-x;
}


