@charset "UTF-8";
/* CSS Document */
<!--
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image:url(images/bg_grid.jpg);
	background-repeat:repeat-y;
	background-attachment:fixed;
	margin:15px;
	padding:0px;
}
a{
	color:#ed1c24;
	text-decoration:none;
}
a:hover{
	color:#ffffff;
	text-decoration:underline;
}
/*a:visited{
	color:#ab0f14;
}*/
h1{
	font-size:2.4em;
	line-height:1.5em;
	font-weight:normal;
	margin-bottom:30px;
}
h2{
	color:#ed1c24;
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:25px;
}


#logo{
	position:absolute;
	top:62px;
	left:0px;
	z-index:-1;
}
img { behavior: url(iepngfix.htc) }

#page{
	position:static;
	margin-left:280px;
	max-width:676px;
}
#navigation{
	font-size:1.4em;
}
#tagline{
	height:20px;
	margin:30px 0px;
}
#intro{
	position:static;
	margin-bottom:30px;
}
p{
	font-size:1.4em;
	line-height:1.7em;
}
li{
	font-size:1.4em;
	line-height:1.7em;
	padding:0px;
}
#narrow{
	float:left;
	position:static;
	margin-left:160px;
}
.narrow-section{
	margin-bottom:40px;
}
div.narrow-section-image{
	width:250px;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
div.narrow-section-image img{
padding-bottom:10px;
}
#footer{
	float:left;
	position:static;
	margin-left:160px;
	margin-top:100px;
	font-size:1.0em;
	margin-bottom:15px;
	color:#423333;
}
#footer-right{
	float:right;
	position:static;
	margin-top:100px;
	font-size:1.0em;
	margin-bottom:15px;
	color:#423333;
}
#footer-right img{
	float:right;
	margin:-1.2em 0 0px 12px;
	
}

#home-featured{
	margin-top:20px;
}
.home-featured-box{
	float:left;
	width:222px;
	height:210px;
	margin:10px;
	font-size:1.2em;
}
div.home-featured-box img{
	width:222px;
	height:167px;
	border:1px solid white;
	margin-bottom:10px;
}
div.home-featured-box img:hover{
	border:1px solid #ed1c24;
}
div.home-featured-box a{
	color:#FFFFFF;
	text-decoration:none;
}
div.home-featured-box a:hover{
	/*color:#ed1c24;
	text-decoration:none;*/
}

.portfolio-thumb-group{
	padding-top:15px;
	padding-bottom:10px;
}
div.portfolio-thumb-group img{
	border:1px solid white;
	padding:0;
	margin-left:5px;
	margin-bottom:5px;
}
div.portfolio-thumb-group img:hover{
	border:1px solid #ed1c24;
}

.align-right{
	text-align:right;
}
.first-column{
	float:left;
	width:240px;
}
.second-column{
	float:right;
	width:258px;
}
.red{
	color:#ed1c24;

}
-->
