@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	font-weight: 100;
}

#main {
margin:0px auto;}	

h2 {
	font-size: 50px;
	color: #333;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: 709bbf;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: -2px;
	text-align: left;
	line-height:10px;

}

.project {
	color: #bf7870;
	font-size: 24px;
	font-weight: 100;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height:5px;
}


.client {
	color: #70bfb1;
	font-size: 24px;
	font-weight: 100;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;	line-height:5px;
}

.task {
	color: #709bbf;
	font-size: 24px;
	font-weight: 100;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;	line-height:5px;
}

.application {
	color: #9270bf;
	font-size: 24px;
	font-weight: 100;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;	line-height:5px;
}

.other {
	color: #cccccc;
	font-size: 24px;
	font-weight: 100;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;	line-height:5px;
}

.floatleft {float:left;
	
}
.floatright {float:right
	
}


img{
border:1px solid #999;
-webkit-box-shadow: 0x 0px 5px rgba(0, 0, 0, 255);
-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0); 
}

a {
	color: #963;
	text-decoration: none;	
}

a:visited {
	color: #CC9;
	text-decoration: none;
}
