* { padding: 0; margin: 0; }
html, body {
	height: 100%; 
	width: 100%;
}
body {
 font-family: Courier, "Courier New", "Lucida Console", Monaco, Monospace;
 font-size: 13px;
 background: url(../images/bg/tiles/yellowtree.jpg);
 text-align: center; 
 margin: 0;
 padding: 0 0 30px 0;
}
img {
 display: block;
 border: 0;
}
h1 {
	padding-bottom: 10px;
	background: url(../images/header.gif) no-repeat;
	width: 460px;
	height: 60px;
	margin: 0 auto;
}
h1 span {
	display: none;
}
h2 {
	color: black;
	font-weight: normal;
	font-style: normal;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: left;
}
p {
	padding-left: 0px;
	padding-bottom: 7px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0;
}
.displayed {
    margin: 0 auto;
    padding: 30px 0 0 0;
}
ul.gallery li img {
 display: inline;
}
ul.gallery {
 list-style-type: none;
}
ul.gallery li {
 display: inline;
 padding: 5px;
}
ul.list {
	padding: 10px 0 0 0;
	text-align: center;
}
ul.list li {
	list-style-type: none;
}
ul.list li a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
ul.list li a:hover {
	color: #0033ff;
	font-weight: bold;
}
#wrapper { 
 margin: 30px auto;
 width: 920px;
 background: transparent url(../images/bg/papers/paper_texture_medium.jpg);
 position: relative;
}
#header {
 width: 860px;
 padding: 65px 30px 5px 30px;
 margin: 0;
 /*background: red;*/
 }
#navigation {
 position: absolute;
 width: 860px;
 color: #333;
 padding: 0 30px;
 margin: 0;
 /*background: blue;*/
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
#nav {
	position: relative;
	top: 0;
	left: 218px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	height: 32px;
	display: inline;
	overflow: hidden;
	text-align: center;
	width: 300px;
	}
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}

#nav a {
	float: left;
	padding: 32px 0 0 0;
	margin: 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:32px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -32px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -32px;
	}
	
#home a  {
	width: 78px;
	background: url(../images/nav/home.gif) top left no-repeat;
	}
#blog a  {
	width: 69px;
	background: url(../images/nav/blog.gif) top left no-repeat;
	}
#about a  {
	width: 78px;
	background: url(../images/nav/about.gif) top left no-repeat;
	}	
#links a  {
	width: 77px;
	background: url(../images/nav/links.gif) top left no-repeat;
	}
#portfolio a  {
	width: 124px;
	background: url(../images/nav/portfolio.gif) top left no-repeat;
}	
#content { 
 width: 860px;
 color: #333;
 /*background: green;*/
 margin: 0;
 padding: 50px 30px 40px 30px;
}
#content a {
 text-decoration: none;
 font-weight: bold;
 color: black;
}
#content a:hover {
 color: #0033ff;
 font-weight: bold;
}
#leftc {
 float: left;
 width: 55%;
 height: 100%;
 padding-top: 15px;
 padding-bottom: 15px;
 padding-left: 0;
 padding-right: 0;
 margin: 0;
}
#leftc p {
 text-align: left;
}
#rightc {
 float: right;
 height: 100%;
 padding-top: 15px;
 padding-bottom: 15px;
 padding-right: 0;
 margin-right: 0;
}
#subnav {
	margin: 20px 0;
	padding: 0;
	text-align: left;
}
#subnav a {
 text-decoration: none;
 font-weight: bold;
 color: black;
 margin: 0;
 padding: 0;
}
#subnav ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
}
#subnav ul li.selected {
 font-weight: bold;
 color: #0033ff;
}
#contact {
 height: 300px;
}
#footer { 
 width: 900px;
 color: #333;
 /*background: yellow;*/
 margin: 0px 0px 10px 0px;
 padding: 10px;
 clear:both;
}
#footer p {
 text-align: center;
}
#footer a {
 text-decoration: none;
 color: black;
 font-weight: bold;
}
#footer a:hover {
 color: #0033ff;
 font-weight: bold;
}
