/* Universal ------------------------- */
body {
	text-align: center; /* IE center div Fix */
	background: black;
	font-family: arial, verdana, "sans-serif";
	font-size: 62.5%;
	}
	
h1 { 
	color: #c33; 
	letter-spacing: .5em;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 2px;
	font-size: 2.6em;
	}
h2 {
	color: black;
	text-align: center;
	padding-top: 10px;
	font-size: 1.8em;
	}

p {
	text-align: left;
	font-size: 1.3em;
	}

ul {
	list-style: none;
	}
	
	
/* Toolbox Properties */

.container {
	display: block;
	width: 250px;
	height: 250px;
	float: left;
	}
.description {
	text-align: center;
	}
.clear {clear: both;}

/* Navigation Properties */

#home-link {
	position: relative;
	text-align: left;
	top: 5px;
	left: 5px;
	font-size: 2em;
	font-weight: bold;
	}

#home-link a {
	text-decoration: none;
	color: #c33;
	}
	
#home-link a:hover {
	text-decoration: underline;
	}
	
	
/* CONTENT PROPERTIES */

#page-wrap {
	width: 850px;
	margin: 0 auto;
	}

#page-header {
	background: url("../structure/page-header.jpg");
	background-repeat: no-repeat;
	height: 245px;
	}


ul#nav {
	list-style: none;
	width: 618px;
	margin-left: 198px;
	}
	
ul#nav li {
	display: block;
	float: left;
	text-align: center;
	width: 103px;
	margin-top: 178px;
	}

ul#nav li a {
	color: #099;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	}

ul#nav li a:hover {
	text-decoration: underline;
	}
	
#page-body {
	background: #ccc;
	padding: 0 15px;
	}

.gallery img {
	border: 5px solid white;
	margin: 20px;
	}
.gallery label {
	display: block;
	font-size: 1.2em;
	}
.gallery-canvas img {
	border: 5px solid black;
	margin: 20px;
	}
.gallery-canvas label {
	display: block;
	font-size: 1.2em;
	}

.floatright img {
	border: 5px solid white;
	margin: 20px;
	}
	
.floatright label {
	display: block;
	font-size: 1.2em;
	}


/* FOOTER PROPERTIES */

#page-footer {
	margin-top: 10px;
	background: #ccc;
	width: 850px;
	font-size: 1.2em;
	}
	
/* CONTACT PROPERTIES */	

.shadeform {
	-x-system-font: none;
	background-image: url("../structure/shadeform.gif");
	border: 1px solid #000000;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	width: 200px;
	}

.textarea {
	-x-system-font: none;
	border: 1px solid #000000;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 175px;
	line-height: normal;
	text-align: left;
	width: 300px;
	}
	
.button {
	background-color: #FFFFFF;
	background-image: url("../structure/button.gif");
	border: 1px solid #000000;
	color: #000000;
	font-family: arial,verdana,helvetica,sans;
	font-size: 8pt;
	font-weight: bold;
	height: 20px;
	text-align: center;
	}

.buttonon {
	background-color: #FFFFFF;
	background-image: url("../structure/buttonon.gif");
	border: 1px solid #000000;
	color: #666666;
	font-family: arial,verdana,helvetica,sans;
	font-size: 8pt;
	font-weight: bold;
	height: 20px;
	text-align: center;
	}