@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image: url(../images/bg-no-parking-tile.jpg);
	background-color: #cbc7bf;
	background-repeat: repeat;
	background-position: left top;
	font-family: "Courier New", Courier, monospace;
}
#container {
	width: 1000px;
	margin: 0 auto;
}
#header {
	margin:30px;

}
#noFlash {
	float:right;
	margin:0 20px 0 0;
	width:280px; 
	background-color:#CCCCCC;
	padding:5px;
	border: 1px solid #999999;
	font-size:12px;
}
#header h1 {
	margin:0;
	padding:0;
	color:#5E4C3A;
	display: inline;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 46px;
	background-image: url(../images/bg-white-30percent-trans.png);
	background-repeat: repeat;
}
#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	color:#5E4C3A;
}
#header h1 a:hover {
	text-decoration: none;
	color:#864B14;
}
#header h2 {
	margin:0 0 0 30px;
	background-color:#e4e4bb;
	padding:4px 10px;
	border:1px dashed #999;
	display: inline;
}
#nav {
	float:left;
	width: 200px;
	margin:0 0 0 0;
	font-size:15px;
}
#nav ul, #nav ul ul, #nav ul ul ul {
	margin:0;
	padding:0 0 0 12px;
	list-style-position: inside;
}
li {
	margin:0;
	padding:0;
	text-indent: 0;
}
#flash {
	margin:0 0 180px 0;
}
#content {
	margin: 0 0 40px 210px;
	padding:10px 0 0 20px;
	font : 11px "Lucida Grande", Tahoma, Verdana, Arial sans-serif;
	background-color: #e5e5e5;
}
#content h2 {
	text-transform: capitalize;
}
#content ul {
	text-indent: 0;
	padding:0;
	margin:0;
}
 #content li {
	text-indent: 0;
	list-style-position: inside;
	list-style-type: none;
 }
#about-shawn {
	padding-right: 70px;
	line-height: 180%;
	font-size:13px;
}
.thumb {
	margin:0 20px 5px 0;
	padding:3px;
	float:left;
	height: 135px;
	width: 135px;
	display:block;
	border:1px solid #666;
	background-color:#999;
}
.thumb a:link, .thumb a:visited {
	margin:0 auto;
	}
#credits {
	text-align:left;
	font-size: 13px;
	padding:0 0 15px 0;
	font-weight: bold;
}
#credits a:link, #credits a:visited {
padding: 5px 8px;
	color: #666;
	text-decoration: none;
	background-image: url(../images/bg-white-18percent-trans.png);
	background-repeat: repeat;
	border: 1px solid #BBB;
}
#credits a:hover {
	padding: 5px 8px;
	color: #444;
	text-decoration: none;
	background-image: url(../images/bg-white-30percent-trans.png);
	background-repeat: repeat;
	border: 1px dashed #AAA;
}

 