body, table {
	font: 13px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #070707;
	margin: 0;
	line-height: 130%;
}

a:link, a:visited {
color: #b2d57c;
text-decoration: none;
}

a:hover {
	color: #cfeca2;
}

img {
	border: 0;
}

#container {
	width: 100%;
}

#header {
	height: 61px;
	background-color: #4b4b4b;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav ul li {
	display: inline;
}

#content {
margin: 35px 0 0 60px;
}

#content-column {
width: 400px;
float: left;
display: inline;
}

#clear {
	clear: both;
	border-bottom: 4px #4b4b4b solid;
	padding-bottom: 15px;
}

#footer {
	margin-top: 3px;
	height: 40px;
	background-color: #4b4b4b;
}

.editimage{
margin-left:350px;
}

.edit{
margin-left:10px;
}

#messagebox{
padding:5px;
background:#E6F9D2;
border:1px solid #61A516;
color:#222;
height:20px;
width:316px;
margin-left:260px;
margin-bottom:20px;
}

#messagebox p{
margin:0;
padding:0;
}

#gallery{
	width:100%;	
}

.gallery_image{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	height:180px;
}

