body {
	font-family:Helvetica, Arial, sans-serif;
	}
p {
	margin-bottom:10px;
	font-size:75%;
	line-height:140%;
	}
.thumbs {
	width:600px;
	margin:0px;
	display:block;
	float:left;
	}
.uxthumbs {
	padding-bottom:10px;
	}
.thumbs li {
	display:block;
	float:left;
	padding:3px;
	border:1px solid;
	border-color:#ccc;
	margin:0px 10px 10px 0px;
	height:132px;
	width:132px;
	}
.thumbs li img {
	opacity:0.7;
	filter:alpha(opacity=70);
	}
.thumbs li:hover img {
	opacity:1;
	filter:alpha(opacity=100);
	}
.sideprojects li {
	display:block;
	float:left;
	padding:3px;
	border:1px solid;
	border-color:#ccc;
	margin:0px 5px 5px 0px;
	height:70px;
	width:70px;
	}
.sideprojects li:hover {
	border-color:#666;
	}
#hello {
	display:block;
	float:left;
	width:340px;
	margin-right:40px;
	height:600px;
	}
#topcontainer {
	width:990px;
	margin:20px auto;
	}
#bottomcontainer {
	padding:20px 0px;
	clear:both;
	}
#content {
	width:990px;
	margin:0px auto;
	}
.textbox {
	display:block;
	width:350px;
	min-height:430px;
	padding:10px 20px 20px 10px;
	margin-right:20px;
	background:url(../images/starshadow.png) no-repeat bottom right;
	float:left;
	}
#footer {
	clear:both;
	}
.textbox img {
	margin-bottom:10px;
	}
.clients {
	width:180px;
	display:block;
	float:left;
	}
.clients a, #footer a {
	color:#fff;
	text-decoration:underline;
	}
.clients a:hover, #footer a:hover {
	color:#ccc;
	}
.clients img {
	margin:10px 0px 5px 0px;
	}
#colorhead {
	height:40px;
	}
#selector {
	width:990px;
	margin:0px auto;
	text-align:right;
	font-size:.75em;
	}

#selector ul {
	list-style:none;
	float:right;
	padding:10px 25px 0px 0px;
	}

#selector li {
	display:inline;
	float:left;
	margin-left:5px;
	}

#selector a {
	display:block;
	width:.75em;
	height:.75em;
	border:1px solid #ccc;
	text-align:center;
	}

#selector a:visited {
	border-color:#ccc;
	}

#selector a:hover, #selector a:active, #selector a:focus {
	border-color: #fff;
	}

#switch_green {	background:#0a0; }
#switch_red { background:#a00; }
#switch_blue { background:#00a; }
#switch_pink { background:#c03; }
#switch_purple { background:#60c; }
#switch_orange { background:#f60; }
#switch_gray { background:#666; }

#switch_q { border:none !important; }
a#switch_q { color:#fff; font-weight:bold; text-decoration:none; }
a#switch_q:hover { color:#ccc; }

ol {
	margin-left:20px;
	}
ol li {
	font-size:.75em;
	margin-bottom:10px;
	line-height:140%;
	}
.headshot {
	float:right;
	padding:3px;
	border:1px solid #ccc;
	margin-left:10px;
	background:#fff;
	}
.clients li {
	font-size:.75em;
	margin-bottom:3px;
	line-height:140%;
	text-indent:-10px;
	margin-left:10px;
	}
#footer {
	padding:20px 0px;
	}
.scrolldown {
	padding:10px 0px;