/* CSS Document */
@import url(reset.css);

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
}

/*
=========================================
	STRUCTURAL SELECTORS
=========================================
*/
#wrap {
	width: 826px;
	margin: 40px auto;
	text-align: center;
}

#content {
	width: 800px;
	padding: 5px 13px 30px;
	background: transparent url(../images/shadow_middle.gif) repeat-y 50% 0;
}

#top {
	background: transparent url(../images/shadow_top.gif) no-repeat 50% 0;
	height: 15px;
}

#bottom {
	background: transparent url(../images/shadow_bottom.gif) no-repeat 50% 0;
	height: 15px;
}

#nav {
	clear: both;
	text-align: center;
	font-size: 11px;
}

#nav li {
	display: inline;
	padding: 0 1em;
}

#nav li a:link { color: #666; padding: 2px 4px; }
#nav li a:visited { color: #666; }
#nav li a:hover { color: #666; background-color: #F0F0F0; text-decoration: none; }
#nav li a:active { color: #666; }

/*
=========================================
	STRUCTURAL SELECTORS
=========================================
*/
#triptych {
	margin-top: 30px;
}
#triptych img {
	margin: 0 20px;
	border: solid 1px #444;
}

#logo {
	display: block;
	margin: 25px auto;
}

#special td {
	width: 20px;
	padding: 0 20px;
	vertical-align: top;
}
#special img {
	display: block;
	border: solid 1px #444;
}

#special td a {
	color: #000;
	text-decoration: none;
}


#about-content {
	text-align: left;
	width: 300px;
	margin: 0 50px;
	float: left;
}

#about-content p {
	margin-bottom: 1em;
}


#contact-content {
	text-align: left;
	padding-bottom: 30px;
}

#contact-table {
	border-collapse: collapse;
}

#contact-table th  {
	text-align: right;
}

#contact-table td  {
	padding: 2px;
	vertical-align: top;
}

#contact-table td input,
#contact-table td textarea {
	width: 200px;
}




#special {
	width: 750px;
	margin: 25px auto 75px;
}

#flashcontent {
	margin-left: auto;
	margin-right: auto;
}
