/* CSS Document */

body {
	background-color: #336;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #575656;

}

a:link {
	color: #30F;
	text-decoration: underline;
}
a:visited {
	color: #30F;
	text-decoration: underline;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
a:active {
	color: #F90;
	text-decoration: underline;
}
#footer a:link {
	color: #F90;
	text-decoration: underline;
}
#footer a:visited {
	color: #F90;
	text-decoration: underline;
}
#footer a:hover {
	color: #30F;
	text-decoration: underline;
}
#footer a:active {
	color: #30F;
	text-decoration: underline;
}

#outerwrapper {
	background-color: #F3F1E9;
}
#innerwrapper {
	margin: 0 auto;
	width: 900px;
	background-color: #F3F1E9;	
}
#outer_header {
	background-image: url(../i/header_bg.gif);
	background-repeat: repeat-x;
	height: 110px
}
#header {
	background-color: #336;
	width: 900px;
	margin: 0 auto;
}
#header h1 {
	position: relative;
	float: left;
	height: 50px;
	width: 257px;
	font-size: 2px;
	overflow: hidden;
	margin: 34px 0 0 0;
}
#header h1 span {
	background-image: url(../i/logo_and_name.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;	
}
#header h1 a {
	z-index: 500;
	position: absolute;
	height: 100%;
	width: 100%;
}
#header p {
	float: right;
	color: #FFF;
	font-weight: 200;
	font-size: 13px;
	margin: 75px 0 0 0;
}
#sidebar {
	float: right;
	width: 282px;
	clear: both;
	margin: 40px 0 0 0;
}
#rivet_def p {
	position: relative;
	height: 226px;
	width: 282px;
	font-size: 2px;
	overflow: hidden;
}
#rivet_def p span {
	background-image: url(../i/rivet_def.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
}
#content {
	clear: left;
	float: left;
	width: 560px;
	margin: 40px 0 0 0;
}
#main_message h2 {
	position: relative;
	font-size: 24px;
	overflow: hidden;
	margin: 0 0 30px 0;
	color: #336;
	font-family: georgia;
	line-height: 1.5em;
}
/*#main_message h2 span {
	background-image: url(../i/big_headline.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;	
}*/
#main_message #prophoto_img {
	width: 560px;
	height: 248px;
	margin-bottom: 30px;
}
#prophoto_img a {
	display: block;
	width: 556px;
	height: 244px;
	border: 2px solid #F3F1E9;
	background: url(../images/prophoto_img.jpg) no-repeat top left;
	text-indent: -999999px;
}
#prophoto_img a:hover {
	border-color: #000000;
}
p {
	line-height: 1.3em;
	margin: 0 0 12px 0;
}
em {
	font-weight: 700;
	font-style: normal;
}
#contact {
	margin: 40px 0;
	padding-left: 28px;
}
#contact p {
	font-size: 14px;
}
#contact h2 {
	position: relative;
	height: 18px;
	width: 135px;
	font-size: 2px;
	overflow: hidden;
	margin: 0 0 15px 0;
}
#contact h2 span {
	background-image: url(../i/contactrivet.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;	
}
#web_portfolio h2 {
	position: relative;
	height: 19px;
	width: 112px;
	font-size: 2px;
	overflow: hidden;
	margin: 40px 0 15px 0;
}
#web_portfolio h2 span {
	background-image: url(../i/rivetwork.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;	
}
div.portfolio_item {
	margin: 25px 0 0 0;
	height: 168px;
}
.portfolio_item p {
	font-size: 13px;
	margin: 0 0 10px 200px;
}
.portfolio_item img {
	float: left;
	margin: 0 0 0 -200px;
	border: solid 1px #CCC;
}
#footer {
	width: 900px;
	margin: 30px auto;
}
#footer p {
	color: #FFF;
	font-size: 12px;
}
h2 {
	color: #FF9900;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 28px;
	margin: 0 0 20px 0;
}
