@import url("styles-base.css");

/*override base body style*/
body {
	background-image: url(background.jpg);
	background-repeat: repeat-y;
}

/*override base link styles*/
a {
	text-decoration: none;
	color: #999999;
	}
a:link {
	}
a:visited {
	}
a:active {
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}
	
/*override base content style*/
.content {
	background: none;
	margin: 0px;
	padding: 15px 25px 15px 25px;	/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div.*/
	}		

#contact {
	position: absolute; 
	width: 400px;
	top: 400px;
	left: 600px;
	/*border: 1px solid #CCCCCC;*/
}

#column-1 {
	position: absolute; 
	width: 425px;
	top: 35px;
	left: 50px;
	/*border: 1px solid #CCCCCC;*/
}

#column-2 {
	position: absolute; 
	width: 225px;
	top: 35px;
	left: 325px;
	/*border: 1px solid #CCCCCC;*/
}

#column-3 {
	position: absolute; 
	width: 225px;
	top: 35px;
	left: 600px;
	/*border: 1px solid #CCCCCC;*/
}

.column {
	float: left; 
	width: 225px; 
	margin: 10px 25px 0 25px;
	/*border: 1px solid #CCCCCC;*/
}

.article {
	background: none;
	margin: 0px 0px 1.5em 0px;
	/*border: 1px solid #CCCCCC;*/
	}

.article-text {
	font-size: 1.1em;
	color: #FFFFFF;
	margin: 0 0 .5em 0;
	}

.article-title {
	font-size: 1.35em;
	font-weight: normal;
	color: #FCBA65;
	margin: 0 0 .1em 0;
	}

.article-text-dark {
	font-size: .90em;
	color: #303030;
	margin: 0 0 .5em 0;
	}

.article-title-dark {
	font-size: 1.35em;
	font-weight: normal;
	color: #010101;
	margin: 0 0 .1em 0;
	}

.article-highlights {
	font-size: .8em;
	font-weight: bold;
	color: #FCBA65;
	}
	
.bio-text {
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0 0 .6em 0;
	}

.sub-text {
	font-size: 1.0em;
	font-weight: normal;
	color: #DDDDDD;
	margin: 0 0 .6em 0;
	}

.logo {
	border: none;
	background-color: #F0F0F0;
	margin: 0 2px 12px 0;
	}

.portrait {
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0 8px 3px 0;
	}




