/* general stuff */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Georgia, serif;
	text-align: center;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left; 
	position: relative;
}

#menu {
	width: 226px;
	float: left;
	margin-right: 26px;
	position: relative;
}

#nav {
	width: 226px;
	float: left;
	margin-bottom: 20px;
	position: relative;
}

#content {
	width: 540px;
	float: right;
	position: relative;
}

#content-sub {
	width: 380px;
	float: left;
	margin-top: 108px;
}

#content-gallery {
	width: 540px;
	float: left;
	margin-bottom: 100px;
}

#content-push {
	width: 540px;
	height: 125px;
}

#specs{
	margin-bottom: 40px;
	border: 0px;
}
	
	
#footer {
	width: 540px;
	height: 150px;
}

#sidebar{
	margin-top: 50px;
}

#sidebar-text {
	margin-top: 20px;
}

div.content-text p {
	width: 380px;
	font-family: Georgia;
	background-color: #000000;
	color: #e1e1e1;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.55em;
	font-size: 0.9em;
}


div.content-img  img{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-style: solid;
	border-color: #959595;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
}

#about-foot {
	border-style: solid;
	border-color: #959595;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-top: 35px;
	padding-top: 10px;
	padding-bottom: 75px;
}

div.plainlist {
	margin: 0px;
	font-family: Georgia;
	background-color: #000000;
	color: #e1e1e1;
	line-height: 1.55em;
	font-size: 0.9em;
}

.plainlist ul {
	list-style-type: none; 
}

/* headers */

h2 {
	font-family: Georgia;
	color: #e1e1e1;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1em;
	font-size: 1.3em;
	font-weight: normal;
	font-style: italic;
}

/* nav bar */

#logo {
	margin-top: 80px;
	margin-bottom: 10px;
	border: 0px;
}


#nav img {
	border: 0px;
}

div.nav {
	border: 0px;
	float: left;
	margin-bottom: 3px;
}

div.nav img {
	border: 0px;
}

div.mtxt {
	margin-top: 20px;
}

.menutext {
	position: relative;
	margin-top: 6px;
}

.menutext img{
	margin-top: 6px;
}


.menutext p{
	font-family: Georgia;
	background-color: #000000;
	color: #e1e1e1;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.45em;
	font-size: 0.85em;
}

.menutext a:link{
	font-family: Georgia;
	background-color: #000000;
	color: #e1e1e1;
	text-decoration: none;
}

.menutext a:hover{
	font-family: Georgia;
	background-color: #000000;
	color: #e1e1e1;
	text-decoration: underline;
}


/* gallery */

.thumbnail {
	float: left;
	width: 120px;
	height: 90px;
	border: 1px solid #959595;
	margin: 0 9px 9px 0;
	padding: 2px;
}

.thumbnail img {
	border: 0px;
}

/* slide show */



