@charset "UTF-8";

@font-face {
    font-family: 'Futura Light';
    src: url('http://f.fontdeck.com/f/1/aVdScTRtcEsAAIIhhqMWwbySzOKkhigB1yc3/dCuNL8+pngNR8alITIm.eot');
    src: local('Futura Light'), 
    url('http://f.fontdeck.com/f/1/aVdScTRtcEsAAIIhhqMWwbySzOKkhigB1yc3/dCuNL8+pngNR8alITIm.woff') format('woff'),
    url('http://f.fontdeck.com/f/1/aVdScTRtcEsAAIIhhqMWwbySzOKkhigB1yc3/dCuNL8+pngNR8alITIm.ttf') format('opentype');
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-image:url(images/circles-background.png);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
#container {
	margin:auto;
	padding-left:5px;
	padding-right:5px;
	background-color:#000000;
	padding-bottom:5px;
	width:1005px;
}
.twoColFixLtHdr #footer { 
	padding: 0px;
	margin:0px;
	text-align:center;
	background:#ffffff; 
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0; 
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #EA9600;
	text-decoration:none;
}
a:visited {
	color: #EA9600;
	text-decoration:none;
}
a:hover {
	color: #EA9600;
	text-decoration:underline;
}
.work-header {
	font-weight:bold;
}
p {
	font-weight:light;
	color:#333333;
}
h2 {
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	font-weight:100;
	color:#000000;
}
hr.work {
	border-bottom:thin dotted #999999;
	background-color:#ffffff;
	color:ffffff;
}
h3 {
	margin-bottom:-10px;
}
.description-outside {
width:400px;
margin-top:40px;
}
.description-inside {
text-align:left;
background-color:#FFFFFF;
padding:20px;
padding-top:10px;
padding-bottom:10px;

}

p.work {
margin-left:20px;
}

#right-column {
margin-left:30px; float:left; height:auto; width:670px; margin-top:165px; padding-right:30px; text-align:center;
}
