@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #424242;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}
.portfolio  #container {
	width: 924px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.portfolio  #header {
	padding: 0;  /* 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. */
	background-color: #ffffff;
	height: 110px;
	width: 924px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #424242;
	text-decoration: none;
	top: 100px;
	background-repeat: no-repeat;
} 
.portfolio  #navigation {
	padding: 0;
	height: 27px;
	width: 924px;
	margin: 0px;
} 
.portfolio #mainimage {
	background-color: #ffffff;
	height: 155px;
	width: 924px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #424242;
	text-decoration: none;
	top: 100px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.portfolio  #header  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #0066FF;
}
.portfolio #sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #630460;
}
#sidebar1 table tr td h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #A35500;
	padding-left: 20px;
}
#sidebar1 table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #424242;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-position: outside;
	list-style-image: url(images/doublearrows.gif);
	list-style-type: circle;
}
.portfolio  #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	text-transform: none;
	color: #424242;
	margin-top: 45px;
}
.portfolio  #albumControls1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	text-transform: none;
	color: #424242;
	margin-top: 45px;
}
.portfolio  #mainContent {
	margin-top: 55px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 340px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #b7b7b7;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	line-height: 16px;
}
.portfolio  #albumContent {
	margin-top: 55px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 240px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #b7b7b7;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	line-height: 16px;
} 
.portfolio  #trackListing {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 340px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	line-height: 16px;
} 
.portfolio #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #424242;
	padding-top: 0px;
}
.portfolio #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: 424242;
	margin-top: 20px;
}
.portfolio #mainContent img {
	padding-right: 30px;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-top: 0px;
	margin: 0px;
}
.portfolio  #footer {
	padding: 0 10px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	background-color: #424242;
} 
.portfolio  #footer  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-top: 2px;
}
.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;
}
.portfolio #mainContent table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #424242;
	text-align: left;
	text-indent: -4px;
	list-style-type: square;
	line-height: 20px;
	margin-top: -15px;
	list-style-position: outside;
	list-style-image: url(images/doublearrows.gif);
	margin-left: -7px;
}
.fltlftHomework {
	float: left;
	padding-bottom: 0px;
	margin: 0px;
}
.fltlftResume {
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 15px;
}
.portfolio #mainResume h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #424242;
	padding-top: 0px;
}
.portfolio #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0076a3;
	padding-top: 0px;
}
.portfolio #mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #EF7D00;
	padding-top: 0px;
}
.fltlftMusic {
	float: left;
	margin: 0px;
}
.portfolio #sidebar1 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #EF7D00;
	padding-top: 0px;
}
.fltlftMusic2 {
	float: left;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.portfolio #container #sidebar1 p {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.portfolio #mainContent p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.portfolio #container #albumContent td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
#headerDivImg, #contentDivImg, #contentDivImg_ {
     float: left;
     width: 540px;
}
#titleTextImg {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px;
}
#headerDivImg {
	background-color: #CCCCCC;
	color: #666666;
	Height: 26px;
}
#contentDivImg, #contentDivImg_ {
     background-color: #FFFFFF;
}
#headerDivImg img {
     float: left;
	 margin: 5px -10px;
}
.portfolio #container #mainContent #headerDivImg #imageDivLink img {
	margin: 0px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
