body {
	background-color:#190712;
	font:11px Helvetica,Arial,sans-serif;
	color:#8c8c8c;
	line-height:14px;	
}

a, a.normal {
	color:#8c8c8c;
	text-decoration:none;
}
a.selected {
	color:#F32A94;
}
a:hover {
	color:#f32a94;
}
.dash,a.pink:hover,#project_text a:hover {
	color:#f32a94;
}
.brown {
	color:#4C2432;
}


#wrapper {
	background-color:#f8f8f8;
	background-image:url(../images/main_bg.gif);
	background-repeat:no-repeat;
	width:802px;
	height:602px;
}

#left {
	width:230px;
	_width:225px;
	height:460px;
	float:left;
}

#right {
	float:left;
	height:460px;
	width:550px;
}
#right h1 {
	margin: 60px 0px 0px 0px;
	padding:0px;
	height:300px;
}
#right p {
	margin: 60px 0px 0px 0px;
	padding:0px;
	height:20px;
	font-size:14px;
}

#nav {
	width:96px;
	float:left;
}
#nav ul,#sections ul,#projects ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#nav li,#sections li,#projects li {
	margin-left:12px;
}
#nav li.selected,#sections li.selected,#projects li.selected {
	margin-left:0px;
}
#sections {
	width:120px;
	float:left;
}
#project_info {
	width:220px;
	float:left;
}
#projects,#project_images,#project_text {
	float:left;
}
#project_images {
	margin-left:40px;
	height:30px;
}
#projects p {
	margin-top:0px;
}
#project_text {
	margin-left:50px;
}

div.image {
	margin:60px 5px 0px 0px;
}
