body {
	text-align: center; /* center things in pre-IE6 */
	background: #fffedb url(yasbg.jpg) repeat;
	color: #ffffff;
}

#container {
	margin: 35px auto;
	width: 700px;
	text-align: left;
	background: #ffffff;
}

#image {
	float: left;
	width: 700px;
}

#header {
	width: auto;
}
#content {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	width: 530px;
	background: #ffffff;
	color: #57473a;
	text-shadow: 1px 1px 1px #a798ad;
}
#sidebar {
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	width: 140px;
	background-color: #fdfdfd;
	color: #dcb885;
	text-shadow: 1px 1px 1px #a798ad;
}

#footer {
	clear: both;
	color: #000000;
	border-top: 1px dotted #e9edd2;
	margin: 20px 10px;
	text-align: center; 
	font-size: 10px;
	font-family: Cambria; 
	line-height: 16px;
}

ul#style li a 
	{
	color: #f7c27c;
	font: 9pt Trebuchet MS;
    font-variant: small-caps;
	line-height: 15px;
	display: block;
	letter-spacing: 1.5px;
	padding: 6px;
	padding-right: 15px;
	margin: 11px;
	}

ul#style li a:hover
	{
    color: #d2e278;
	text-decoration: none;
	}

b, strong	
	{ 
	color: #eda458;
	text-shadow: 1px 2px 2px #a798ad;	
	}

i	{
	color: #bfce6f;
	text-shadow: 2px 2px 1px #a798ad;}

input, textarea, .form 	
	{ 
	font: 8pt verdana, tahoma, sans-serif; 
 	color: #eda458; 
	letter-spacing: 1px;
	padding: 5px;
 	border: 1px solid #3b3c40;     
 	background-color:#ffffff;
	}

#space li
	{
	padding-bottom:10px;
	}

h1 {
	padding-right: 24px;
	color: #eda458;
	font-size: 20px;
	font-family: Georgia;
	margin-bottom: 3px;
	font-variant: small-caps;
	text-align: right;
	text-transform: uppercase; 
	letter-spacing: 4px; 
	text-shadow: 1px 4px 2px #bfce6f;
}

h3 {
	padding-right: 10px;
	color: #d2e278;
	font-size: 15px;
	font-family: Georgia;
	margin-bottom: 1px;
	font-variant: small-caps;
	text-align: right;
	text-transform: uppercase; 
	letter-spacing: 3px; 
	text-shadow: 1px 3px 1px #e9edd2;
	
}
.codesort img 
	{ 	
	margin: 2px;
	background: #000000;
	border: 5px solid #a7afa9;
	}

a:link, a:active, a:visited	
	{
	color: #d2e278; 
	text-decoration: none; 
	border-bottom: #a7afa9 1px dashed;	
	text-transform: lowercase; 
	}

a:hover 	
	{ 
	color: #f7c27c;
	background-color: #ffffff;
	text-decoration: none; 
	}
	
blockquote {
	margin: 0 auto;
	background: url(bq.jpg) no-repeat;
	width: 368px;
	height:155px;
}

blockquote p {
	text-align: left;
	font: 11px Verdana, Tahoma, Arial;
	color: #6b7f1a;
	padding-left: 22px;
	padding-top: 22px;
	width: 55%;
}

