html {
	xwidth: 100%;
	xheight: 100%;
}

body {
	font-family: sans-serif;
	color: black;
	padding: 0px;
	margin: 0px;
}
HR {
	margin-top: 10px;	
	margin-bottom: 10px;	
}
H3,H4 {
	padding-top: 0px;
	margin-top: 0px;
}

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

IMG { 
	border: 0px;
}

.small {
	font-size: small;	
}
.xsmall {
	font-size: x-small;	
}
.large {
	font-size: large;	
}
.xlarge {
	font-size: x-large;	
}
.right {
	float: right;	
}
.left {
	float: left;	
}
.clear {
	clear: both;	
}

.selected, A.selected {
	font-weight:bold;
}

.alert  {
	color: #a00;
	background: #fff;
}
div.alert {
	border: 1px solid red;
	background: #eee;
	color: red;	
}
span.alert {
	background: #fff;
	color: #d00;	
}

.note, .notice {
	xcolor: #0a0;
	xbackground: #fff;	
}



.indent { margin-left: 25px; }




.googlebar {
	border-top: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 10px;
}

.googlebar > H1, .googlebar > H2, .googlebar > H3 {
	padding: 0px;
	margin:0px;	
}

.sidepicture {
	float:right; 
	padding: 5px;
	font-size: small;
	font-style: italic;
	margin: 0px 0px 5px 5px;
}





.code_project_summary {
	padding:5px;
	padding-top:10px;
	margin-bottom:10px;
}
.code_project_summary:hover {
}
.code_release_tag {
	xfont-style: italic;	
}




.downloadbox {
	padding: 10px;
	float:right;
	clear:both;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
}
.infobox {
	padding: 10px;
	float:right;
	clear:both;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
}

.story_container {
	width: 370px;
	margin-left:auto;
	margin-right:auto;	
}
.story_container .text {
	font-family: serif;
	line-height: 1.9em;
	text-indent: 50px;
}


/* Page Layout */

#site_container {
	margin: 10px;
}

#header_container {	
}

#body_container {
}

#footer_container {
}

/* Sitemap */

#sitemap_container {
}

#sitemap {
	padding: 0px;
	margin: 0px;
}

#sitemap li {
}

#home, #resume, #code, #howto, 
#software, #screenshots, #writing,
#scott, #contact,
#theme, #stuff, #album
{
}

