@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/wild_oliva.jpg);
	background-repeat:repeat;
	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: #000000;
	
}
.twoColFixLtHdr #container { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/noisy_grid.jpg);
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #000;
-webkit-box-shadow: 5px 5px 5px #000;
box-shadow: 5px 5px 5px #000;

} 
.twoColFixLtHdr #header {
	background-image:url(images/masthead_new.gif);
	height:120px;
	margin:0;
} 


.twoColFixLtHdr #header h1 {
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#ac1a2f;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 47px 40px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.box1 { 
		position: relative; 
		padding: 5px 0; width: 300px; 
		height: 100px; 
		background-repeat: no-repeat; 
		}
		
#box-link {
	position: absolute;
	top: -48px;
	left: 15px;
	width: 401px;
	height: 83px;
	background-color: transparent;
}	
	
		
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 430px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top:30px;
	padding-left:50px;
	padding-right:50px;
	}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 525px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0, 0, 10, 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent2 {
	margin: 0 0 0 0px;
	padding-left:30px;
	padding-right:30px;/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	} 
	
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/fabric_plaid_littledarker.jpg);} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left:35px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h2 {font-family:Georgia, "Times New Roman", Times, serif;
font-style:normal;
font-size:24px;
color:#ac1a2f;
}

p {
line-height:26px;
font-family:Verdana, Geneva, sans-serif;
color:#333;
font-size:12px;
}



.footertext {font-size:9px;}

.resume {
	line-height:21px;
}

.righttext {align="right"}

h3 {color:#ac1a2f; font-size:16px;
font-family:"Times New Roman", Times, serif;
}

h4 {color:#333; font-size:16px;
font-family:"Times New Roman", Times, serif;
}

.smaller {line-height:10px;}

.navigation {text-align:right;}

img.mini {border:none} /* no border around left column images */
	div#minis a:hover {background:white} /* this seems to be necessary for it to work properly in IE6, I'm honestly not sure why */
	div#minis a img.big {height: 0; width: 0; border-width: 0} /* hide the big image by making its height and width 0 */
	div#minis a:hover img.big {position:absolute; top:205px;left:450px;height:400px;width:500px;border:none} /* make the big image appear in the same space as the frame at right when the visitor hovers over one of the image in left column */
	
	#frame {position:absolute; top:220px;left:450px;height:400px;width:500px;font: 1em "Trebuchet MS", Verdana, sans-serif;color:red;padding:10px} /* create an empty frame so that visitors expect something to go there */
	h5 {margin-bottom:26px} /*add bottom margin to p elements so that they are (roughly) aligned with the big image frame */

