

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	background: #ebe9e9;
}

ul#twitter_update_list {
list-style-type:none
}

body.section-1 { }
body.section-2 { }
body.section-3 { }


/************ Generic Links ************/

a:link {
	text-decoration: none;
	color: #f35c25;
}

a:active {
	text-decoration: none;
	color: #f35c25;
}

a:visited { 
	text-decoration: none;
	color: #f35c25;
}

a:hover { 
	text-decoration: none;
	color: #f35c25;
	padding-bottom: 2px;
	border-bottom: 1px solid #f35c25;
}
	
	
/************ Side Nav ************/


ul li a:link {
 	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 50px;
	font-weight: bold;
	text-decoration:none;
	color: #333333;
	padding-bottom: 5px;
	border-bottom: 1px solid #fbaf7e;
}

ul li a:active {
 	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 50px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding-bottom: 5px;
	border-bottom: 1px solid #fbaf7e;
}

ul li a:visited { 
 	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 50px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding-bottom: 5px;
	border-bottom: 1px solid #fbaf7e;
}

ul li a:hover { 
 	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 50px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding-bottom: 5px;
	border-bottom: 1px solid #DBD8D9;
}


a img { border: none; }

#menu {
    background-repeat: no-repeat;
	width: 300px;
    overflow: visible;
    top: 0;
    bottom: 0;
    left: 0px;
    position: absolute;
    background-color: #ebe9e9;
}



#menu ul {
	list-style: none;
	margin: 0 0 14px 0;
}

#menu ul li.section-title { }


#content {
    color: #333333;
    margin-left: 300px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    height: 100%;
    top: 0;
	padding-top: 0px;
	padding-left: 0px;
	width: 400px;
}



.container {
    padding: 10px 10px 10px 10px;
}



#content p { width: 400px; margin-bottom: 10px; }

p {
    margin: 0 0 0px 0;
}



h1 {font-style:italic;
	font-weight: normal;
	color: #f35c25;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
}
	
h2 {font-style:italic;
	font-weight: normal;
	color: #DBD8D9;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
}

h3 {font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 20px;
	font-weight: bold;
	text-decoration:none;
	color: #333333;
	padding-bottom: 0px;
	/*border-bottom: 1px solid #fbaf7e;*/
}
	
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0px 0; }

#once { clear: left; }







/************ Side Nav ************/

/*
ul li a:link {
 	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 50px;
	font-weight: bold;
	text-decoration:none;
	color: #333333;
	padding-bottom: 5px;
	border-bottom: 1px solid #fbaf7e;
}

ul li a:active {
 	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 50px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding-bottom: 5px;
	border-bottom: 1px solid #fbaf7e;
}

ul li a:visited { 
 	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 50px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding-bottom: 5px;
	border-bottom: 1px solid #fbaf7e;
}

ul li a:hover { 
 	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 50px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding-bottom: 5px;
	border-bottom: 1px solid #DBD8D9;
}

*/