body {
	margin:0;
	padding:0;
	float:center;
	font:76%/150% "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:#333333;
}
/* header */
#header {
	width: 900px;
	height: 128px;
	margin: 0 auto;
}
/* top navigation */
#nav {
	margin:0;
	padding:0;
	background:#9ACD32 0 0 repeat-x;
	float:left;
	width:900px;
	border-top:8px solid #ff9900;
}
#nav li {
	display:inline;
	padding:0;
	margin:0;
}
#nav a:link,
#nav a:visited {
	color:#000;
	background:#9ACD32;
	padding:20px 40px 4px 10px;
	float:left;
	width:auto;
	border-left:1px solid #666666;
	border-right:1px solid #ffffff;
	text-decoration:none;
	font:bold 1em/1em Arial, Heletica, sans-serif;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #555;
}
#nav a:hover {
	color:#fff;
	background:#66CC00;
}
#nav li:first-child a {
	border-left: 3px solid #FF9900;
}
#home #nav-home a,
#about #nav-about a,
#galleries #nav-galleries a,
#contact #nav-contact a,
#store #nav-store a {
	background:#FF9900;
	color:#fff;
	text-shadow:none;
}
#home #nav-home a:hover,
#about #nav-about a:hover,
#galleries #nav-galleries a:hover,
#contact #nav-contact a:hover,
#store #nav-store a:hover {
	background:#e35a00;
}
#nav a:active {
	background:#e35a00;
	color:#fff;
}

/* content */
#content {
	width: 900px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding-top: 10px;
	padding-left: 50px;
}

/* gallery */
#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
padding:20px 40px 4px 10px;
width: 160px;
background-color: #9AC032;
border-bottom: 1px solid #eee;
font:bold 1em/1em Arial, Heletica, sans-serif;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #555;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #66CC00;
color: #fff;
}

#colOne {
	float: left;
	width: 325px;
}

#colTwo {
	float:right;
	width:450px;
}

.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.post img {
  padding:6px;
  border:1px solid #FFFFFF;
  }