/* Site CSS file */

body { 
	background: #FFF url(images/bg1.gif) bottom right no-repeat fixed;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 0;
	}
#topbar	{
	background: #FF6309;
	color: #000;
	border: 0;
	border-bottom: 5px solid #cf936c;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 5px;
	}
a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #FF6309;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #FD923C;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #FF6633;
	background: transparent;  
	}

.logo {
	position: absolute;
	top: 20px;
	padding-left: 20px;
	background: transparent;
	}
	
/* Navbar styles */
#navbar {
	position: absolute;
	top: 20px;
	margin-left: 200px;
	margin-right: 60px;
	background: transparent;
	/* border: 1px solid #333; */
	}
table#navbar td a {
	display: block;
	margin: 0;
	padding: 0;
	}
#navbar td a:link, #navbar td a:visited {
	background: transparent url(images/nopat.gif) repeat;
	display: block;
	margin: 0;
	width: 100px;
	line-height: 25px;
	}
#navbar td a:hover {
	background: white url(images/bgpat2.gif) repeat;
	color: #cf963c;
	}

/* footer styles */

#footer { 
	font-weight: bold;
	font-size: 9px;
	}
	
/* Browser Message */

#browser {
	font-size: xx-small;
	}
	
/* Content Sub Nav */
#subnav {
	position: absolute;
	top: 60px;
	padding-left: 20px;
	margin-right: 70%;
	background-transparent;
	}
#subnav a { line-height: 14pt; }

/* Content Main */
#content {
	position: absolute;
	width: 450px /* False value for IE4-5.x/Win */;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 400px; /* Actual value for conformant browsers */
	line-height: 14px;
	top: 60px;
	margin-left: 220px;
	margin-right: 30%;
	background: transparent;
	}
html>#content {
	width: 400px; /* Be nice to Opera */
	}
/* Image Border Attributes */
.imb { 
	border: solid #000 1px;
	}

/* Formatting */
h1, h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #333;
	}
	
/* Resume Styles */
h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	}
i {
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
	}
	

	
