<style type="text/css">

body {
	font:1em Geneva, Arial, Helvetica, sans-serif;
}

* {margin:0; padding:0}

/* Begin All Header Styles */

div#header {
	position:absolute;
	height: 180px;
	width:975px;
	left: 0px;
	top: 0px;
	background-image: url(/images/logoslice_01gray.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bolder;
	font-size: 3.75em;
	text-align: right;
	margin-top:40px;
}

div#navbar {
	background-image: url(/images/navbarbkg_trans.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	height: 50px;
	width: 700px;
	top: 100px;
	right: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align:center;
	color:#FFFFFF;
}

#navbar ul {
	margin-top:20px;
	margin-left:75px;
}

#navbar li {
  float:left;
  padding:0 15px;
  list-style-type:none;
  border-right:1px dotted #cccccc;
}

#navbar li:first-child {
	border-left:1px dotted #cccccc;
}

#navbar a {
	text-decoration:none;
	font-size:1em;
	color:#FFFFFF;
}

#navbar a:hover {
	color:#CC9900;
	
}

#navbar li .emphasis{
	padding:0 10px;
	color:#cc9900;
	font-size:1em;
	font-weight:normal;
}

div#signin {
	position: absolute;
	height: 35px;
	width: 250px;
	top: 0px;
	right: 0px;
	text-transform: lowercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: .75em;
}

/*End All Header Styles*/

/*Begin Content Area*/

div#contentwrap {
	position:absolute;
	width:975px;
	left:0px;
	top:180px;
	height: 100%;
	background-image: url(/images/logoslice_03gray.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}

/* Begin Sidebar */

div#sidebar {
	position:relative;
	width:225px;
	top:0px;
	padding-left: 20px;
}

#sidebar h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	color: #891407;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 20px;
}

#sidebar p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin-bottom:20px;
	margin-right:5px;
}

#sidebar ul {
	list-style-type: none;
	margin-bottom:20px;
	margin-right:20px;
}

#sidebar li {
	color: #CC6600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
}

/*End Sidebar*/

/*Begin Main Content Area*/

div#main_content {
	margin-left:250px;
	position: absolute;
	top: 0;
	width: 700px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC9900;
}

#main_content h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}
#main_content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #891407;
	font-size: 1.35em;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*This section controls display of media files*/

div#mediafile {
	position: relative;
}

.source {
	background-image: url(/images/source_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;
	padding-left: 30px;
	position: relative;
}

.remix {
	background-image: url(/images/remix_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
}


/*End Main Content Area*/

/*Page-wide styles*/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.85em;
	margin-bottom:10px;
	margin-top:10px;
}

ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:.85em;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:20px;

}

a:link {
	color: #CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:visited {
	color: #3471aa;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #cc9900;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.username {
	color: #891407;
}

/*This class should be applied to the link to the static page that is currently being displayed*/

.emphasis {
	color:#666666;
}

/*Use this class for upload and download buttons*/

.load a {
	background-color:#CCCCCC;
	color:#3471aa;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
}

.load a:hover {
	color:#CC9900;
	background-color: #CCCCCC;
	text-decoration: none;
}
	
* html div#navbar ul {
	float:left;
	border-left:1px dotted #cccccc;
	margin-left:15px;
}
