header {background-color: #0000ff;
	    background-image: url(images/blue-mustache1.png);
		background-position: right;
		background-repeat: no-repeat;
		height: 80px;
		color: #000000;
		padding-right: 40px;
font-family: Arial, sans-serif;}
h1 {margin: 0;
	text-indent: 0;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1.4em;
	text-shadow: .13em .13em #000000;
	color: #ffffff;}

.withPic {margin-left: 30px;
		  text-indent: 15px;
		  list-style-image: url(images/scissors.png);
		  padding-bottom: 5px;}
	
nav {text-align: center;
	 float: right;
	 width: 175px;
	 font-weight: bold;
	 padding-top: 10px;}

nav a {border-bottom: 1px solid #000000;
	   display: block;
	   text-decoration: none;
	   padding-bottom: 10px;
	   padding-top: 10px;
	   font-family: Arial, sans-serif;}
	   
nav a:link {color: #FF0000;}
nav a:visited {color: #CC0000;}
nav a:hover {color: #330000;}
nav ul {list-style-type: none;}

main{margin-left: 25px;
	 margin-right: 5px;
	 background-color: #ffffff;
	 color: #000000;
	 font-family: Arial, sans-serif;}

.floatleft {float: left;}
			
.floatright {float: right;}

tr, td {text-align: center;
		padding-left: 20px;
		padding-right: 20px;}

footer {background-color: #cc0000;
        color: #ffffff;
		font-size: .80em;
		font-style: italic;
		text-align: center;
		padding: 10px;
		clear: both;}
footer a {text-decoration: none;}
footer a:link {color: #ffffcc;}
footer a:visited {color: #f2eab7}
footer a:hover {color: #330000;}
#wrapper {min-width: 700px;
		  max-width: 1140px;
		  box-shadow: 3px 3px 3px #333333;}
