body {
	background-color:#FFF;
	padding:0px;
	background-image:url(img/bg-body.jpg);
	background-repeat:repeat-x;
	background-color:#333333;
	color:#DDD;
	font-family:"Trebuchet MS", Century, "Times New Roman", Arial;
	}
h1, h2{text-align:left; margin-left:15px;}
h1{font-size:145%;}
h2{font-size:110%;}
p {
	font-size:100%;
	margin:15px;
	text-align:justify;
	}c
blockquote {
	text-align:justify;
	}
td {
	text-align:left;
	}

/* Divs */

#wrap {
		width:921px;
		padding:10px;
		background-color:#FFFF00;
		background-image:url(img/bg-wrap.jpg);
		background-repeat:repeat-x;
		border-color:#CCCCCC;
		border-style:solid;
		text-align:left;
		border-width:0 ;
		}
*:first-child+html #wrap {
		width:922px;
		}
* html #wrap {
		width:922px;
		}
		
div.photoLink {
	margin-top:10px;
	}

#header {
		width:915px;
		height:77px;
		background-color:#999999;
		background-image:url(img/bg-hd.jpg);
		background-repeat:repeat-y;
		border:#000 solid 3px;
		margin-bottom:10px;
		}
#left {
		width:250px;
		background-color:#000;
		display:inline;
		float:left;
		border-color:#333;
		border-style:solid;
		border-width:0 1px 0 0;
		margin-bottom:10px;
		}
#right {
		width:669px;
		background-color:#000;
		margin-left:251px;
		border-color:#333333;
		border-style:solid;
		border-width:0 0 0 1px;
		position:relative;
		left:-1px;
		text-align:center;
		}
* html #right {
		width:667px;
		}
#footer {
		width:100%;
		min-height:50px;
		background-image:url(img/bg-ft.jpg);
		background-repeat:repeat-y;
		clear:both;
		border-top:#333333 1px dashed;
		font-size:70%;
		color:#444;
		text-align:center;
		}

#copywrite {
	margin-top:15px;
	font-size:11px;
	color:#666666;
	}

#purpose {
	margin:15px 0 10px 0;
	font-size:13px;
	color:#777;
}

#purpose_text {
	padding:10px;
}

#purpose_image {

}

/* CLASSES */
.pad {
	margin:10px;
	}
		
.nav {
	margin:5px 0 0 0px;
	list-style:none;
	width:150px;
	}

ul.nav {
	padding:0 0 0 10px;
	}

.dark-gray {
	background-color:#222;
	}
.light-gray {
	background-color:#333;
	}
.photo_nav {
	color:#FFFFFF;
	}
a:link.photo_nav, a:visited.photo_nav {
	color:#CCCCCC;
	font-weight:normal;
	font-size:.9em;
	margin-top:10px;
	}
	
a:hover.photo_nav {
	color:#FFCC33;
	}

/* PSUEDO CLASSES */

a.nav:link {
		text-decoration:none;
		color:#FF5500;
		background-color:#000;
		display:block;
		width:230px;
		padding:0 0 0 10px;
		}
	
a.nav:visited {
		text-decoration:none;
		color:#FF5500;
		background-color:#000;
		display:block;
		width:230px;
		padding:0 0 0 10px;
		}

a.nav:hover {
		text-decoration:none;
		color:#FF9900;
		background-color:#000;
		background-image:url(img/bg-nav.gif);
		background-repeat:repeat-y;
		display:block;
		width:230px;
		}

a.nav:active {
		text-decoration:none;
		color:#FF5500;
		background-color:#000;
		display:block;
		width:230px;
		padding:0 0 0 10px;
		}

a.fot:link {
		color:#444;
		text-decoration:none;
		}

a.fot:visited {
		color:#444;
		text-decoration:none;
		}

a.fot:hover {
		color:#555;
		text-decoration:none;
		}

a.fot:active {
		color:#444;
		text-decoration:none;
		}

