/* -- GLOBAL STYLES -- */

	* {
		margin: 0;
		padding: 0;
		font-family: Arial, Verdana, sans-serif;
		color: #625c5e;
		}

	body {
		background-image: url(images/bg.jpg);
		background-color: #fff;
		}
	
	input, select, textarea, option {
		padding: 3px;
		font-size: 10px;
		width: 230px;
		background-color: #f6e9eb;
		color: #625c5e;
		border: 1px solid #9c9395;
		}
	
	textarea {
		width: 330px;
		height: 130px;
		}
	
	option {
		border: 0;
		}

/* -- link styles -- */

	a {
		text-decoration: none;
		padding-bottom: -3px;
		margin-bottom: 3px;
		}

	a:link {
		color: #ababab;
		border-bottom: 1px dotted #625c5e;
		}
	
	a:visited {
		color: #625c5e;
		border-bottom: 1px dotted #d1c6c8;
		}
	
	a:hover {
		color: #d1c6c8;
		border-bottom: 1px dotted #d1c6c8;
		}
	
	a:active: {
		color: #f6e9eb;
		}


/* -- LAYOUT FORMATTING -- */

	#wrapper {
		width: 760px;
		margin: 0 auto;
		}
	
	#head1 {
		background-image: url(images/top.jpg);
		background-repeat: no-repeat;
		padding-top: 59px;
		}
	
	#head1 #left {
		background-image: url(images/banner_left.jpg);
		width: 478px;
		height: 243px;
		float: left;
		}
	
	#head1 #right {
		background-image: url(images/banner_right.jpg);
		width: 282px;
		height: 243px;
		float: right;
		}
	
	#head1 #welcome {
		margin: 5px 0px 0px 10px;
		width: 216px;
		font-size: 11px;
		}
	
	#head1 p {
		padding: 6px;
		font-size: 11px;
		letter-spacing: 1px;
		text-align: justify;
		}
	
	#title {
		background-image: url(images/jameseffect.jpg);
		width: 760px;
		height: 57px;
		clear: both;
		}
	
	#title h1 {
		display: none;
		}
	
	#nav {
		background-image: url(images/nav.jpg);
		width: 760px;
		height: 29px;
		}
	
	#nav img {
		border: 0;
		}
	
	#nav ul, .credit {
		display: none;
		}
	
	#container {
		width: 760px;
		background-image: url(images/content_repeat.jpg);
		}
	
	#container #top {
		background-image: url(images/content_top.jpg);
		width: 760px;
		height: 38px;
		}
	
	#container #bottom {
		background-image: url(images/bottom.jpg);
		width: 760px;
		height: 76px;
		clear: both;
		}
	
	#content {
		width: 625px;
		margin: 0 auto;
		}
	
	#content #sidebar {
		float: left;
		width: 200px;
		}
	
	#content #content2 {
		float: right;
		width: 410px;
		}

/* -- Main Styles -- */

	#content h2 {
		font-size: 16px;
		padding: 1px 2px;
		text-align: center;
		border-bottom: 1px dotted #000;
		}
	
	#content h3 {
		font-size: 14px;
		padding: 4px 2px;
		text-align: center;
		border-bottom: 1px dotted #000;
		}
	
	#content p {
		padding: 10px 5px;
		font-size: 13px;
		letter-spacing: 1px;
		text-align: justify;
		}

/* -- Sidebar Styles -- */
	
	#content #sidebar p {
		padding: 5px 5px;
		font-size: 11px;
		letter-spacing: 1px;
		text-align: justify;
		}

	#sidebar .project {
		float: left;
		padding: 5px 5px 0 0;
		}
	
/* -- subpage styles -- */

	.subnav {
		}
	
	.subnav .link {
		display: block;
		background-color: #f2edee;
		padding: 5px;
		}
	
	.subnav .desc {
		font-style: italic;
		padding: 5px 0 30px 15px;
		}
	
	.back {
		width: 100%;
		text-align: right;
		}
	
	.back a {
		text-decoration: none;
		border: 0;
		}
	
	.rule {
		font-style: italic;
		padding: 5px 0 5px 15px;
		display: block;
		}
		
/* -- archivelink -- */

	.archivelink {
		text-align: center;
		}
	
	.archivelink input {
		padding: 3px;
		font-size: 10px;
		width: 160px;
		background-color: #f6e9eb;
		color: #625c5e;
		border: 1px solid #9c9395;
		}
	
	.archivelink .button {
		width: 50px;
		padding: 2px 3px;
		}
		
/* -- standard -- */

	.aligncenter {
		text-align: center;
		}
	
	.alignleft {
		text-align: left;
		}
	
	.alignright {
		text-align: right;
		}
	
	.empty {
		clear: both;
		}