/* section23media.com stylesheet */

body {
	color: black;
	background-color: #D4D1C2;
	background-image: url(../images/back.jpg);
	background-attachment: fixed;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
}

/* link colors */

a:link {
	color: #922419;
	background-color: inherit;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #922419;
	background-color: inherit;
}

a:hover {
	text-decoration: underline;
	color: #c3502b;
	background-color: inherit;
}

a:active {
	text-decoration: none;
}

/* layout table */

#maintable {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 760px;
}

#maintable table {
	width: 760px;
	border: thin solid White;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

#header {
  margin: 0;
	padding: 0;
	background-image: url(../images/banner-top.jpg);
	background-repeat: no-repeat;
	height: 180px;
}

#footer {
	margin: 0;
	padding: 0;
	background-image: url(../images/banner-bottom.jpg);
	background-repeat: no-repeat;
	height: 71px;
}

#left-column {
  padding: 4px 0;
	margin: 0;
	width: 170px;
	vertical-align: top;
	color: black;
	background-color: #d5d1c2;
}

#right-column {
  padding: 0;
	margin: 0;
	width: 590px;
	vertical-align: top;
	color: black;
	background-color: #f4f2ed;
}

#bottom {
	font-size: 80%
}

#bottom-left {
	text-align: left;
}

#bottom-right {
	text-align: right;
}

#phototable {
	width: 580px;
	border: none;
}

.photo {
	text-align: center;
	vertical-align: bottom;
	
}

.photocaption {
   vertical-align: top;
	text-align: center;
	font-size: 80%;
	padding: 0px 20px;
	padding-bottom: 16px;
}

/* floats */
.floatright150 {
	float: right;
	width: 150px;
	padding: 0 4px 0 4px;
	margin: 0 0 4px 4px;
	border-left: 1px solid #d5d1c2;
}

.floatright150noline {
	float: right;
	width: 150px;
	padding: 0 4px 0 4px;
	margin: 0 0 4px 4px;
}

/* text blocks */
h1 {
	font-size: 120%;
	font-weight: bold;
	margin: 6px 0 4px 0;
	padding: 0 4px;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	margin: 6px 0 2px 0;
	padding: 0 4px;
}

h6 /* used for menu title only */ {
	text-align:center;
	font-weight: bold;
	font-size: 100%;
	margin:0;
	padding:4px 0;
}

p {
	margin: 2px 0 2px 0;
	padding: 0 4px;
}

.bg-white {
	color: inherit;
	background-color: white;
	margin: 0;
	padding: 0;
}

.headline {
	font-weight: bold;
	text-align: center;
	margin: 0 12px;
}

.small {
	font-size: 90%;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}