body,div,dl,dt,dd,ul,ol,li,h1,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}


/*RESUME TAGs*/
.sublist{list-style-type:circle; margin-left:50px;padding-bottom: 5px;}

subhead{
	height: 75px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	line-height: 75px;
	line-height: 36px;	
	font-size: 24px;
	font-variant: small-caps;
	color: #c61c1c;
	float:right;
	padding-top: 50;
	}

.albumtext{
border-top: 1px dotted #221;
float:left;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 50px;
text-align: left;
width: 400px;
}

.subtitle {
margin-left:10px;
font-family: Georgia;
font-size: 18px;
}

.smallresume{
font-family: Georgia;
font-size: 12px; 
line-height: 18px; 

color: #444;
}
.dates{
font-family: Georgia;
font-size: 12px; 
line-height: 18px; 
font-style: italic;
}

.padded{
margin-left:30px;
font-family: Georgia;
font-size: 110%;
}

a{
color: #777777; 
line-height: 14px;
}

.serif{
font-family: Georgia;
font-size: 110%;
}



html, body {
	background-color: #EEEEEE;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
body {
	text-align: center;
	overflow: auto;
}
.wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
h1 {
	font-size: 36px;
	height: 75px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	line-height: 75px;
	text-transform: titlecase;
	color: #c61c1c;
	display:inline;
}

h1light {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 28px;	
	text-transform: titlecase;
	color: #E97F86;
}




/*TABS*/
.navigationTabs {
	height: 23px;
	line-height: 23px;
	border-bottom: 1px solid #ccc;
}
.navigationTabs li {
	float: left;
	height: 23px;
	line-height: 23px;
	padding-right: 3px;
}
.navigationTabs li a{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 0 15px ;
	overflow: hidden;
	color: #666666;
	background-color: #e3e3e3;
	position: relative;
	text-decoration: none;
}
.navigationTabs li a:hover {
	background-color: #D5D5D5;
	color: #000000;
}
.navigationTabs li a.active {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 0px solid;
	color: #000000;
	overflow: hidden;	
} 
.tabsContent {
	border: 1px solid #ccc;
	border-top: 0px solid;
	width: 948px;
	overflow: hidden;
	background-color:#FFFFFF;
	box-shadow:0 0 5px #CCC;
 	 -moz-box-shadow:0 0 5px #CCC;
  	-webkit-box-shadow:0 0 5px #CCC;
}
.tab {
	padding: 50px;
	display: none;
}


