body {
	background-color: #CFCD82;
	margin: auto;
	font-family: Verdana, Arial, serif;
	font-size: 12px;
}
#container {
	width: 792px;
	height: 612px;
	margin: auto;
	background: url(http://EricEmpey.com/img/background.jpg) no-repeat;
}

#menu1 {
	top: 490px;
}
#menu2 {
	top: 510px;
}
.menu {
	position: absolute;
	width: 792px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.menu ul {
	text-align: center;
}
.menu ul li {
	display: inline;
	padding: 0 25px;
}
.menu a {
	color: #fff;
	text-decoration: none;
}
.menu a:hover {
	color: #CFCD82;
}

#thumb-nav {
	float: right;
}

#thumb-nav div {
	margin-left: 10px;
}

#thumb-nav a img {
	border: 0;
	margin: 0;
	padding: 0;
}

#thumb-nav .disabled {
	display: none;
}

#phone {
	position: absolute;
	width: 792px;
	top: 100px;
	margin-left: 35px;
}

#content {
	position: absolute;
	width: 630px;
	height: 400px;
	top: 80px;
	margin-left: 90px;
	padding-right: 70px;
	overflow: auto;
}

/* Gallery */
#medium_image {
	width: 320px;
	height: 350px;
	float: left;
	margin-right: 15px;
	/*border: 1px solid red;*/
}
#medium_image img {
	border: 3px solid #000;
}
#gallery_nav {
	position: absolute;
	top: 370px;
	left: 0;
	width: 320px;
}
#gallery_nav img {
	vertical-align: middle;
}
#large_view a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	margin-left: 20px;
}
#thumbs {
	/*border: 1px solid blue;*/
	margin-left: 350px;
}
#thumbs img {
	margin: 0 2px 1px 0;
	border: 2px solid #000;
}
#img_desc {
	position: absolute;
	height: 50px;
	width: 320px;
	top: 310px;
	left: 340px;
	/*border: 1px solid green;*/
}
#img_desc td {
	border: 0;
	padding: 0;
	vertical-align: bottom;
	font-weight: bold;
}

#footer {
	text-align: center;
	position: absolute;
	width: 792px;
	top: 592px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

#chromacreative {
	width: 225px;
	height: 19px;
	position: absolute;
	top: 566px;
	margin-left: 283px;
	cursor: pointer;
}
#chromacreative a {
	display: none;
}

#adminlink {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 560px;
	margin-left: 727px;
	cursor: pointer;
}

.post-date {
	font-size: 10px;
	font-style: italic;
}

div.entry {
	margin-top: 10px;
}