/* Global Styles */

body {
	margin:0px;
	background-color:#1A1A1A;
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	padding: 20px 0px 20px 0px;
	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: #CCCCCC;
	background-image: url(../images/background.jpg);
	}
	
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}

.twoColFixLtHdr #header { 
	background: #333333; 
	padding: 0px; 
	margin: 0px;
	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	} 
	
.twoColFixLtHdr #mainContent { 
	margin: 0px; /* 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 20px 0px 20px; 
	background: #333333;/* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333; 
} 
.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;
}

p { color: #CCCCCC;
	font-size: 12px;
	}
	
a {	color: #FF0000;
	text-decoration: none;
}	

li { color: #CCCCCC;
	font-size: 12px;
	}
	
a:hover {
	color: #FF0000;
	text-decoration:underline;
	}

/* ID Styles */
	
.menu {
	font:12px Geneva, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	}
	
.footer {
	font-size:9px
	}
	
.headings {
	font-size:16px;
	}
	
.resume_heading { color: #CCCCCC;
	font-size: 13px;
	}

.new_window {	color: #FF0000;
	text-decoration: none;
}

.new_window:hover {	color: #FF0000;
	text-decoration: underline;
}	