@charset "UTF-8";
body {
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(../images/page_bg.gif);
	background-repeat: no-repeat;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
}
p {
	font-size: 11.5px;
	line-height: 18px;
	margin-bottom: 7px;
	color: #3E3E42;
}
hr {
	border: none;
	border-bottom: 1px dotted #54555B;
	height: 1px;
	clear: both;
	background-color: #CCC;
	}

.rightalign {
	text-align: right;
}
.rightalign img {
	margin-top: 3px;
	margin-bottom: 3px;
}
/*#logo {
	background-image: url(../images/hiredgundesign.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 29px;
	width: 243px;
}*/
#leftcol {
	width: 242px;
	float: left;
	margin-top: 228px;
	margin-left: 145px;
	position: fixed;
}


#fadingbox{
	display: none;
	position: absolute;
	left: 0px;
	top: 29px;
	width: 213px;
	/*height: 200px;*/
	background-color:#CCC;
	color:black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	margin-top: 15px;
}
#rightcol {
	width: 425px;
	margin-top: 2000px;
	padding-top: 500px;
	margin-bottom: 1000px;
	padding-bottom: 1000px;
	float: left;
	margin-left: 500px;
}
#rightcol #portfolio {
	padding-top: 260px;
}
#rightcol #portfolio img {
	margin-right: 15px;
	margin-bottom: 15px;
}
