body {
	background: #B4E4ED;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 100%;
}

a:link {
	text-decoration: none;
	color: #4698A7;
}

a:hover {
	text-decoration: underline;
	color: #34737E;
}

a:active {
	text-decoration: none;
	color: #595A5A;
}

a:visited {
	text-decoration: none;
	color: #85CDDA;
}

#container {
	width: 800px;
	height: 100%;
	background: url('../images/bg.gif') #EFEFEF;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 62px;
	background: url('../images/header.png') repeat-x;
}

#logo {
	margin-top: 20px;
	margin-left: 20px;
}

#nav {
   	float: left;
   	width: 100%;
	height: 35px;
   	background: #BFBBBB;
   	overflow: hidden;
   	position: relative;
	border-bottom: 6px solid #D4D6D7;
	overflow: hidden;
}

#nav ul {
   	clear: left;
   	float: left;
   	list-style: none;
   	margin: 0;
   	padding: 0;
   	position: relative;
   	left: 50%;
   	text-align: center;
}

#nav ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
	
}
#nav ul li a {
	display: block;
	margin: 0;
	padding: 8px;
	background: #BFBBBB;
	color: #7D7D7D;
	text-decoration: none;
	font: 10pt Verdana;
	width: 120px;
	height: 35px;
}	

#nav ul li a:hover {
	background: #A9A9A9;
	color: #FFFFFF;
}

#updates {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background: url('../images/updates_box.png');
	width: 500px;
	height: 140px;
	padding: 8px;
}

#updates a {
	text-decoration: none;
	color: #A9A9A9;
}

#updates a:hover {
	text-decoration: underline;
	color: #85CDDA;
}

#updates a:active {
	text-decoration: none;
	color: #3E7882;
}

#updates a:visited {
	text-decoration: none;
	color: #FFFFFF;
}			

#wrap {
	position: relative;
	margin-top: 30px;
	margin-left: 10px;
	min-height: 358px;
	height: 100%;
	overflow: auto;
}

#sidebar {
	float: left;
	width: 170px;
	height: 100%;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#sidebar ul li {
	margin: 0px;
	padding: 0px;
}

#sidebar ul li a {
	display: block;
	border-bottom: 1px dashed #D4D6D7;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #A9A9A9;
	width: 139px;
}


#sidebar ul li a:hover {
	background: #E6E6E6;
	color: #7D7D7D;
}

h2 {
	font-family: Georgia;
	font-style: italic;
	margin-top: 5px;
}

h3 {
	border-bottom: 1px dotted #000000;
}

#twitter_update_list {
	list-style: none;
}

#content {
	position: relative;
	float: right;
	width: 530px;
	height: 100%;
	padding-left: 10px;
	padding-right: 50px;
	padding-bottom: 50px;
}

#content_heading {
	border-bottom: 2px solid #4E9CAA;
}

#picture {
	padding: 4px;
}

.portfolio {
	width: 440px;
	background: #BFBBBB;
	border-top: 3px solid #4A4A4A;
	padding: 5px;
	list-style: none;
	text-align: left;
}

.portfolio a:visited {
	color: #34737E;
}

.writing {
	width: 490px;
	min-height: 128px;
	background: #BFBBBB;
	border-top: 3px solid #4A4A4A;
	padding: 5px;
	list-style: none;
	text-align: left;
}

.writing a:visited {
	color: #34737E;
}

#footer {
	position: relative;
  	bottom: 0;
	margin-top: 15px;
   	width: 800px;
	height: 30px;
	background: url('../images/footer.png') repeat-x;
}

#copyright {
	float: left;
	margin-left: 15px;
	margin-top: 8px;
	color: #FFFFFF;
}

#copyright a {
	text-decoration: none;
	color: #A9A9A9;
}

#copyright a:hover {
	text-decoration: underline;
	color: #4E9CAA;
}

#copyright a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#copyright a:active {
	text-decoration: none;
	color: #3E7882;
}


#buttons {
	float: right;
	margin-right: 15px;
	margin-top: 4px;
}

#pic {
	padding: 4px;
}
