
body {
	margin: 0px;
	padding: 0px;
	background: #242323 url(images/top-bg.jpg) repeat-x left top;
	text-align: justify;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color: #444444;*/
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
}

/* Header */

#header {
	width: 900px;
	height: 110px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	padding-left: 10px;
	padding-top: 10px
}

/* Slogan */

#slogan {
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	padding-left: 3px;
	margin-top: 5px;
}

/* slideshow */

#slideshow { 
	height: 208px; 
	width: 900px; 
	overflow-y: hidden;
}

#slideshow img { 
	padding: 5px; 
	border: 1px solid #ccc; background-color: #eee; 
}

#slideshow-player {
	position: relative;
	top: -30px;
	left: 815px;
	z-index: 100;
	color: #FFFFFF;
	font-weight: bold;
	width: 100px;
}

#slideshow-player a {
	color: #FFFFFF;
	font-weight: bold;
}

/* Menu */
#menu {
	float: right;
	margin: 10px;
	text-align: right;
}

#home-contact {
	font-size:  1.2em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu ul {
	margin-top: 28px;
	margin-right: -20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px 6px 10px;
	background: url(images/arrow.gif) no-repeat left 50%;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	
}

#menu .active a {
	background: url(images/arrow-down.gif) no-repeat left 50%;
	text-decoration: underline;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
}

#textbox {
	width: 650px;
	margin-left: 30px;
	margin-left: 30px;
	margin: 15px;

}
#innerlink {
	color:#000000;
}

/* Content */

#table {
	width: 850px;
}
#content {
	float: left;
	width: 900px;
}

.post {
	background: #FFFFFF;
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	background-color: #444444;
	padding: 7px 10px;
	font-size: 1.4em;
}

.post .title h1 {
}

.post .entry {
	padding: 0 10px;
}

.post .meta {
	font-weight: bold;
	padding-left: 10px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

/* Footer */

#footer {
	clear: both;
	width: 920px;
	height: 40px;
	margin: 0px auto 30px auto;
	background: url(images/footer-bg.jpg) no-repeat left top;
	color: #858585;
}

/* Column Classes
------------------------------------------------------------ */
 
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin: 0 0 20px;
    padding-left: 3%;
}
 
.one-half,
.three-sixths,
.two-fourths {
    width: 48%;
}
 
.one-third,
.two-sixths {
    width: 31%;
}
 
.four-sixths,
.two-thirds {
    width: 65%;
}
 
.one-fourth {
    width: 22.5%;
}
 
.three-fourths {
    width: 73.5%;
}
 
.one-fifth {
    width: 17.4%;
}
 
.two-fifths {
    width: 37.8%;
}
 
.three-fifths {
    width: 58.2%;
}
 
.four-fifths {
    width: 78.6%;
}
 
.one-sixth {
    width: 14%;
}
 
.five-sixths {
    width: 82%;
}
 
.first {
    clear: both;
    padding-left: 0;
}

#footer p {
	margin: 0px;
	padding: 13px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}

/* Contact page */
.contact-type{
 	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	font-variant: small-caps;
}

.contact-title{
	font-style: italic;
	border-bottom: 1px #c0c0c0 solid;
	width: 500px;
	margin-bottom: 10px;
}
