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

body{
	background-image: url(images/tile.gif);
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#ccc;
	margin-left: auto;
	margin-right: auto;
	width:720px;
}

#header{
	height:150px;
    background-image: url(images/logo6.png);
	border-bottom: 1px solid #333;
}

#footer{
	height:58px;
    background-image: url(images/footer.png);
    text-align: center;
	font-size: 0.6em;
	padding-top:10px;
}

em , a{
	color:#338eff; 
	font-style: normal;
}

h3{
	color: #eee;
}
#content{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #323232;
	background: #555;
	padding: 40px;
	font-size: 0.8em;
}

#content p{

	padding-bottom:10px;
}



