body {
	margin:0px;
	padding: 0;
	background: #fff url('images/DDTdyslorxic cover photo.jpg') no-repeat top-center;
	font-family: Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
}

h1, h2, p, ul, li {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

p {
	font-size: 1.4em;
	line-height: 1.4em;
}

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
}
#wrap {
	margin: 0 auto;
	padding: 10px 20px 20px 160px;
	width: 880px;

	
}

#header {
	height:0px;
}

#header img {
	float: left;
}

#nav {
	float: left;
	width: 880px;
	height: 75px;
	font-size: 1.4em;
}


#nav li {
	display: inline;
}
#nav li a {
	float: left;
	width: 104px;
	height: 65px;
	padding: 10px 0 0 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #777;
}

#nav li a.active, #nav li a:hover{
	background: #333;
	border-top: 2px solid #ddd;
	color: #eee;
}

#subnav {
	margin: 0;
	padding: 0;
    width: 730;
	background: #d2dbc0;
	height: 40px;
}

#subnav ul li {
	float: left;
	margin: 0;
	padding: 13px 0px 10px 0px;
	font-size: 1.1em;
}

#subnav li.option {
	text-transform: uppercase;
	background: #b2bf99 url('../images/option_li_bg.gif') no-repeat right;
	padding: 15px 25px 15px 10px;
	color: #7f8e62;
}

#subnav li a {
	padding: 10px 0 10px 35px;
	color: #333;
	text-decoration: none;
}

/*
Each of the subnav items is classes so that it can recieve
matching icon as it's background.
*/
#subnav li a.webdesign {
	background: url('../images/webdesign_icon.png') no-repeat left center;
}

#subnav li a.animation {
	background: url('../images/animation_icon.png') no-repeat left center;
}

#subnav li a.game {
	background: url('../images/game_icon.png') no-repeat left center;
}

#subnav li a.writing {
	background: url('../images/writing_icon.png') no-repeat left center;
}

.page #subnav li a {
	padding: 15px;
}

.page #subnav li a.active {
	background: #b2bf99;
}

/* Each column is floated left right gutter on 20px */
#content-left, #content-center {
	float: left;
	width: 280px;
	margin: 20px 20px 20px 0;
	background: #fff;
    font-family: @Arial Unicode MS;font-size: 10;font-weight: 200;word-spacing: -1px;line-height: 8px;border-left: 0px inset;

}