@charset "UTF-8";

/* CSS Document */

/* Stratopshere Design Reset */

body, html, div, blockquote, img, label, p, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body {
	font: 88%/1 verdana;
}

ul, ol {
	list-style: none;
}

.floatLeft {
	float: left;
	padding: .5em .5em .5em 0;
}

.floatRight {
	float: right;
	padding: .5em 0 .5em .5em;
}
.clear{
	clear: both;
}
/* Main Layout Items */

#wrapper {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header {
	height: 198px;
	width: 850px;
	background: url(../graphics/header.jpg) no-repeat;
}



#main-content {
	float: left;
	font-size: .9em;
	text-align: left;
	width: 661px;
	margin-top: 50px;
}

#sidebar {
	width: 189px;
	float: left;
	font-size: .9em;
	text-align: left;
}
.top-space {
	margin-top: 14px;
}
#footer {
	color:#666666;
	font-size: .8em;
	padding-top: 40px;
	clear: both;
	width: 850px;
	text-align: left;
}

.foot-txt {
	display: block;
	
	padding-top:5px;
}

.conimg{
	position: relative;
	top: -6px;
}

#bar {
	position: relative;
	display:block;
	clear: both;
	background: url(../graphics/bar.jpg) repeat-x;
	width:850px;
	height:5px;
}

/* ---- ---- ---- NAVIGATION */
#nav {
	font-size: 0.8em;
	text-align: left;
	top: 28px;
	position:relative;
	width: 655px;
}

.navB {
 display: block;
 padding-left:3px;
 padding-right: 3px;
 padding-top: 2px;
 height: 14px;
}



#nav li {
	float:left;
	margin-right: 3em;	
}

#number-box{
	padding-top: 3px;
}


/* ---- ---- WORK */

.work-box {
	height:256px;
	color:#666;
	float:left;
	margin-right: 14px;
}

.workimg{

}

.work-ti-holder {
	width: 200px;
	position: relative;
	top:3px;
	
}

.work-ti{
	width:200px;
	

}

.work-tag-ux {
	float: left;
	height:18px;
	width: 30px;
	background: url(../graphics/tag_ux.jpg) no-repeat;
	margin-right: 3px;
}
.work-tag-web {
	float: left;
	height:18px;
	width: 38px;
	background: url(../graphics/tag_web.jpg) no-repeat;
	margin-right: 3px;
	
}
.work-tag-print{
	float: left;
	height:18px;
	width: 45px;
	background: url(../graphics/tag_print.jpg) no-repeat;
	margin-right: 3px;
	
}

.work-tag-photo{
	float: left;
	height:18px;
	width: 50px;
	background: url(../graphics/tag_photo.jpg) no-repeat;
	margin-right: 3px;
	
}

.work-tag-art{
	float: left;
	height:18px;
	width: 35px;
	background: url(../graphics/tag_art.jpg) no-repeat;
	margin-right: 3px;
	
}
/* Type set */



#footer a:link {
		color:#666666;
}

#footer a:hover {
		color:#666666;
}

#footer a:visited {
		color:#666666;
}



a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

a:visited {
	color: black;
	text-decoration: none;
}


	.list-space { font-size:.8em;}

.contactForm {
		border:#ECEDED solid 3px;
	margin-top:6px;
	margin-left:-1px;
	font-size: 14px;
	
}

.about-text{
	width: 600px;
}


.h1 {
	
}

.h2 {
	
}

.h3 {
	
}
.p
