﻿/* CSS layout */
#page {
	background-color: #FFFFCC;
	width: 1000px;  
	left: 0px;
	top: 0px;
	margin-left: 100px;
	

}

#masthead {
	position: relative;
	width: 100%;
	margin-left: 200px;
	padding-top: 15px;
	
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	
}

#header {
	margin-left: 200px;
	font-family: "Century Gothic";
	font-size: x-large;
	font-style: normal;
	margin-left: 0px;
	padding-top: 15px;
}

#container {
	position: relative;
	width: 80%;
	margin-left: 0px;  
	background-color: #FFFFCC
	
}

#left_col {
	width: 140px;
	height: 600px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 15px;
	
	
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	background-color: #FFFF99;
	width: 80%;
	
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	
}

#footer {

clear:both; padding-bottom: 28px;padding-top: 50px; padding-left:150px;
margin-left: 0px;}

#footer2 {

clear:both; padding-bottom: 28px;padding-top: 50px; padding-left:150px;
margin-left: 0px;}

h1 {
	color: black;
	text-align: left;
	font-size: 200%;
	font-family: "Century Gothic";
	font-weight: lighter;
	
}

h2 {
	color: black;
	text-align: left;
	font-size: 150%;
	font-family: "Century Gothic";
	font-weight: lighter;
	
}

h4 {
	color: black;
	text-align: left;
	font-size: 75%;
	font-family: "Century Gothic";
	font-weight: lighter;
	

}

#img {}
ul#links {list-style-type: none; display: inline;}
ul#links li {display: inline;}
ul#links a {font-family: "Century Gothic"; text-decoration: overline; padding : 2px 20px; margin: 0px 10px; background-color:#FFFFCC ; text-align: center; color: black; font-size: smaller ;}
ul#experience li {font-family: "Century Gothic"; padding : 2px 20px; margin: 0px 10px; background-color:#FFFF99 ; text-align: left; color: black; font-size: smaller ;}

p:first-letter {font-size:200%;color: orange;}
p#style1 {
	font-size: 11pt; font-family: "Century Gothic" ;}
}

ul#links a:hover {color:black;
	background-color: #FFFF99 ;
}
table#details_table {padding: 30px};
table#details_table th {font-family: "Century Gothic";}
table#details_table td {font-family: "Century Gothic"; padding: 10px;}
	
}