body {
	background-color:#000000;
	color:#272727;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	background-color:#669999;
	margin: 0px auto;
	text-align: left;
	width: 900px;

}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-color:#000000;
	width:900px;
	height:45px;
	position:relative;
	text-align:right;
	font-size: 140%;
	color:#669999;
}

#header a {
	color:#669998;
	text-decoration: none;
}

#header a:hover {
	color:#ffffff;
	text-decoration: none;
}

#nav {
	padding: 15px 0px 0px 0px;
}


/********************** Content ***************************/
#content {
	background-image:;
	width:900px;
	height:510px;
}
#content-home {
	background-image:;
	width:900px;
	height:450px;
}
img{
	border-width:0px;
}
#left1 {
	text-align:left;
	width: 225px;
	position: absolute;
}
#left2home {
	background-color: #586a6c;
	text-align:left;
	margin: 225px 0px 0px 0px;
	width: 225px;
	height: 225px;
	position: absolute;
}
#left2 {
	background-color: #586a6c;
	text-align:left;
	margin: 225px 0px 0px 0px;
	width: 225px;
	height: 285px;
	position: absolute;
}
#left2_pad {
	margin: 195px 0px 0px 15px;
}
#left2home a {
	color: #ffffff;
	text-decoration: underline;
}
#left2home a:hover {
	color: #ffffff;
	text-decoration: none;
}
#right1home {
	width:675px;
	background-color: #4b5f66;
	margin: 0px 0px 0px 225px;
	padding: 0px;
	height: 450px;
	position: absolute;
}
#hometext {
	text-align:left;
	color:#ffffff;
	font-size:15px;
	margin: 0px 15px 0px 15px;
}

#hometext a {
	text-decoration: underline;
	color: #ffffff;
	font-size:15px;
}

#hometext a:hover {
	text-decoration: none;
	color: #ffffff;
	font-size:15px;
}
#right1 {
	width:675px;
	background-color: #4b5f66;
	margin: 0px 0px 0px 225px;
	height: 510px;
	position: absolute;
	color:#ffffff;
}
#right1 a {
	text-decoration: underline;
	color: #ffffff;
}

#right1 a:hover {
	text-decoration: none;
	color: #ffffff;
}

#image_container {
	margin: 10px;
	text-align: center;
}
#text_container {
	margin: 0;
	text-align: left;
}

.thumbs {
	margin: 10px;
	text-align: left;
}

.thumbs a:link img {
 border: #ffffff 3px solid;
 }

.thumbs a:visited img {
 border: #ffffff 3px solid;
 }

.thumbs a:hover img {
 border: #669999 3px solid;
 }

.thumbs a:focus img {
 border: #669999 3px solid;
 }

.thumbs a:active img {
 border: #669999 3px solid;
 }


h1{
	color:#ffffff;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#ffffff;
	font-size:14px;
	text-align:left;
	margin: 10px;
}

h3{
	color:#669998;
	font-size:16px;
	text-align:left;
	margin: 15px 10px 5px 10px;
}


/********************** Footer ***************************/

#footer {

	margin: auto;
	padding: 20px 0px;

	background-color:#669999;
	width:900px;
	color:#cccccc;
	text-align:center;

	font-size:90%;
}

#footer a{
	color:#cccccc;
	font-size:90%;
}

#footer a:hover{
	color:#ffffff;
	font-size:90%;
}