body {
  margin: 0;
  padding: 10px 0;
  background:#000000;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #999;
}

a:hover {
  text-decoration: none;
  color: #ccc;
}

img {
	border:none;
}

h4 {
	font-size:12px;
	margin:0;
}

#page {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  color: #999;
  width:852px;
  margin:0 auto;
  padding-top:30px;
}

#header {
	background: url(../themes/julia/images/header.gif) bottom no-repeat;
	width:852px;
	height:50px;
	margin:0;
	padding:0;
}

#wrap {
	width:850px;
  background:#1a1a1a;
  border:1px solid #898989;
  border-top: none !important;
	position:relative;
}

#sidebar {
  padding: 5px;
  width: 190px; /* Expand to fit content ("0" bad4 firefox, "1px" bad4 opera) */
  min-height:750px !important;
  border-right: #898989 1px solid;
  margin:0;
}

#sideLinks {
	width:180px;
	margin:0 auto;
	border-bottom:#898989 1px solid;
	padding-bottom: 10px;
}

#sideLinks a {
	font-size:16px;
}

#sideThumbs a {
	margin: 0 auto;
}

#sideThumbs p {
	font-size:12px;
	font-weight:bold;
}

#sideThumbs .one-image {
	margin-top:7px;
}

#content {
	width:625px;
	height:500px;
	position:absolute;
	top:0;
	right:0;
	padding: 10px;
}

#bio {
	width:300px;
	float:left;
	font size: 11px;
}

#frontphoto {
	float:right;
}