/* Default Stylesheet */

																/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #333;
		font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-size: 100%;
		text-align: center;
		background:url(images/fleur-blue-pattern.jpg) repeat-x top right;
		background-color:#ffeabe;
		
		}
	img {
		border: none;
		}

																/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
#headshot{
	background:url(images/frame.gif) no-repeat top left;
	height:295px;
	width:200px;
	}
	#headshot img{
		padding-left:13px;
		padding-top:14px;
		}
div#wrapper{
	background:url(images/little-shelley.jpg) no-repeat scroll bottom left;	
	}
div#container {
	margin: 0px 10px 0px auto;
	width: 740px;
	text-align: left;
	}
	div#header{
		margin: 0px;
		padding: 0px;
		color: inherit;
		}
		div#center {
			display:block;
			
			
			margin: 0 0 0 209px;
			color: inherit;
			background-color: #fff;
			background:url(images/bg-b.jpg) repeat top left;
			
			margin-bottom: 10px;
			}
			div#center-in {
				padding-left: 17px;
				padding-right: 17px;
				
				}
		#content-title{
			
			background:url(images/bg-top-b.jpg) no-repeat top left;
			height:17px;
			
			}
			#content-title span{
				display:none;
				}
		div#left {
			float: left;
			width: 200px;
			color: inherit;
			}
	
		#content-footer{
			background:url(images/bg-top-b.jpg) no-repeat top left;
			height:17px;
			
			}
			#content-footer span{
				display:none;
				}			
	
	div#footer-wrap {
		clear: both;
		
		}
		div#footer-in {
		
			
			}


#window {
	position:absolute;
	right:820px;
	top:75px;
}
#outside {
	position:absolute;
	right:845px;
	top:105px;
	}


																/* >>> PAGE SPECIFIC CONTAINERS <<< */
* { }
div#biography {
height:650px;
padding:15px;
}




																/* >>> LISTS <<< */
#center li {
	
	margin-left: 20px;
	
}
ul#nav-left {
	margin: 0px;
	list-style: none;
	}
	ul#nav-left li {
		font-size:1.0em;
		font-weight:bold;
		}
		ul#nav-left li a {
			display: block;
			width: 175px;
			padding: 3px 10px;
			color: #663333;
			background-color: inherit;
			text-decoration: none;
			border-bottom: 3px solid #b0c0c0;
			}
		ul#nav-left li a:hover {
			color: #663333;
			background-color: #b0c0c0;
			border-bottom: 3px solid #E3EFFF;
			}
ul#contact {
	float: right;
	padding: 5px;
	list-style: none;
	}
	ul#contact li {
		display: inline;
		padding-left: 10px;
		}
ul#stats{
	}
	ul#stats li {
		display: inline;
		padding-left: 10px;
		}
ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}





																/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
#title{
padding-top:30px;

}
#quote {
	float:right;
	}

div#center h2 {
	margin: 0 0 5px 0;
	font-size: 150%;
	}
div#left h2 {
	margin: 20px 20px 5px 20px;
	font-size: 100%;
	}
div#center p {
	margin: 5px 0 5px 0;
	color: #444;
	background-color: inherit;
	font-size: 90%;
	line-height: 18px;
	}
div#left p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	}
p a, td a {
	color:#663333;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #afbfbf;
	}
	p a:hover, td a:hover {
		color: #333;
		background-color: #afbfbf;
		border-bottom: 1px solid #eee;
		}
 
#contact a{
	color:#663333;
	background-color: inherit;
	text-decoration: none;
	}
	#contact a:hover{
		color:#afbfbf;
		background-color: #663333;
		text-decoration: none;
		}
#resume h2, #media h2, #biography h2 {
	color:#663333;
	text-align:center;
	background:url(images/seperator.gif) no-repeat center bottom;
	padding: 0px 0px 8px 0px;
	
	}
#resume {
	font-size: 80%;
	}
#resume td {
	padding-top: 5px;
	}



																/* >>> FORMS <<< */
* { }





																/* >>> END <<< */

