body {
    text-align: center;
	min-width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 13px;
}

a:link {
	color: #FFCC33;
}

a:hover {
	text-decoration: underline;
	background-color: #000000;
}

a:visited {
	color: #FFFFFF;
}

h2 {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

#content {
	text-align: justify;
	margin: 12px auto;
	width: 650px;
}

.navBar {
	height: 25px;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	margin-top: 0px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 13px;
}

#navBarLeft {
	width: 250px;
	font-size: 16px;
	float: left;
}

#navBarRight {
	width: 350px;
	text-align: right;
	font-size: 16px;
	float: left;
}
	
#main {
	width: 600px;
	float: left;
	padding-top: 8px;
}

#frontImage{
	height: 200px;
	overflow: hidden;
	z-index: 1;
}

#imageOverlay{
	height: 400px;
	position: absolute;
	top: 0px;
	left: -100px;
	width: 593px;
	z-index: 0;
}

#mainCol {
	float: left;
	width: 406px;
	margin-top: 5px;
	overflow: hidden;
}

html>body #mainCol {
	width:420px;
	}

#metemBadge {
	float: left;
	position: absolute;
	left: 920px;
	top: 0px;
}

#metemBadge a:hover  {
	height: 103px;
	width: 103px;
	/* background-color: transparent; */
}

.tracks {
	list-style-image: url(images/note.gif);
	font-variant: small-caps;
	width: 150px;

}

.item-action a:hover {
   background-color: transparent;
} 

.item-control admin-1347924967 pid-1931562913 a:hover {
   background-color: transparent;
}

.quick-edit-icon a:hover  {
	background-color: transparent;
}

.delete-comment-icon a:hover  {
	background-color: transparent;
}

.email-post-icon a:hover  {
	background-color: transparent;
}

#footer {
	height: 33px;
	width: 595px;
	float: left;
	align: right;
	border-top: 1px  dashed;
	margin-bottom: 10px;
	margin-top: 8px;
	padding-top: 8px;
}

.sidebar {
	float: left;
	width: 185px;
	margin-top: 8px;
	margin-left: 8px;
	padding: 8px;
	border: 1px dashed;
	background-color: #000000;
}

html>body .sidebar {
	width:153px;
}

.sidebar a:link  {
	color: #FF6600;
}

.sidebar a:hover {
	text-decoration: none;
}

.double {
	border-top: double;
	border-right: double;
	border-bottom: double;
	border-left: double;
}

.photoSection {
	margin-left: 40;
}

.photoSection a:hover {
	background-color: transparent;
}

.photo {
	float: left;
	padding: 10px;
}

.flickrimg {
	margin-right: 20;
	margin-bottom: 20;
	border: double;
	border-color:#FFFFFF;
}

.leftCol4 {
	float: left;
	width: 90px;
	text-align: left;
}

html>body .leftCol4 {
	width:100px;
}
	
.innerCol4 {
	float: left;
	width: 115px;
	margin-left: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	margin-bottom: 20px;
	text-align: left;
}

html>body .innerCol4 {
	width:100px;
}

#counter {
	float: left;
}

#copyright {
	float: right;
	margin-top: -2px;
}

