body {
	background:  url("http://www.mixing.com/outsidebg.gif");
	color: black;
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}

/* HYPERLINKS */
a:link {
	background: transparent;
	color:  blue;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	background: transparent;
	color:  blue;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	background: transparent;
	color: #3399ff;
	font-weight: bold;
	text-decoration: underline;
	}
a:active {
	background: transparent;
	color:  red;
	font-weight: bold;
	text-decoration: underline;
	}


/* TEXT */
p {
	background: white;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: small; /*16px;*/
	line-height: 140%; /*26px;*/
	margin-top: 10px; /*20px;*/
	margin-bottom: 10px; 
	text-align: left;
	}
h1 {
	background: white;
	border-bottom: dotted thin #3399ff;
	color: red;
	font-family: "arial black", arial, helvetica, sans-serif;
	font-weight: bolder;
	font-size: x-large; /*30px;*/
	line-height: 140%; /*55px;*/
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	}
h2 {
	background: white;
	color: red;
	font-family: arial, helvetica, sans-serif;
	font-size: large; /*24px;*/
	font-weight: bold;
	line-height: 140%; /*40px;*/
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	}
h3 {
	background: white;
	color: red;
	font-family: arial, helvetica, sans-serif;
	font-size: medium; /*18px;*/
	font-weight: bold;
	line-height: 140%; /*40px;*/
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	}
h4 {
	background: white;
	color: red;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small; /*14px;*/
	/*font-weight: bold;*/
	line-height: 140%; /*26px;*/
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	}
.center {
	background: white;
	margin-top: 10px;
	text-align: center;
	}
.em, i {
	font-style: italic;
	}
.highlight {
	background-color: #66ffff;
	margin: 15px 10px 15px 10px;
	text-align: center;
	}
.menu {
	background: white;
	border-width: 5px;
	border-color: #3399ff;
	border-style: outset;
	font-size: small; /*14px;*/
	margin: 10px 5px 10px 5px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	}
.small {
	background: white;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: x-small; /*10px;*/
	font-style: italic;
	/*line-height: 16px;*/
	/*margin-top: 5px;*/
	/*margin-bottom: 5px; */
	text-align: left;
	}
.strong, b {
	font-weight: bold;
	}
.tiny {
	background: white;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: x-small; /*12px;*/
	line-height: 140%; /*16px;*/
	margin-top: 5px;
	margin-bottom: 5px; 
	text-align: center;
	}


/* LAYOUT  */
#menu {
	float: left;
	background: url(http://www.mixing.com/toolbarbg.gif);
	border: thin solid #3399ff;
	color: white;
	margin: 25px 0% 25px 3%;
	padding: 10px 1% 160px 1%;
	text-align: center;
	width: 20%;  / /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 18%;
	}
html>body #menu {
	width: 18%; /* ie5win fudge ends */
	}
#content {
	float: left;
	background: white;
	color: black;
	border: thin solid #3399ff;
	margin: 25px 3% 25px 1%;
	padding: 10px 1% 10px 1%;
	width: 67%; / /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 64%;
	}
html>body #content {
	width: 64%; /* ie5win fudge ends */
	}
#arrows {
	float: right;
	width: 100%;
	margin-bottom: 20px;
	text-align: right;
	clear: right;
	}
#bottom {
	border-top: dotted thin #3399ff;
	margin-top: 10px;
	width: 98%;
	clear: right;
	}
#clear {
	border-top: dotted thin #3399ff;
	margin-top: 10px;
	width: 98%;
	clear: right;
	}
#minimenu {
	border-bottom: dotted thin #3399ff;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 98%;
	}
#pre {
	background: blue;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}	

/* LISTS */
UL 	{
	background: white;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: small; /*16px;*/
	line-height: 140%; /*20px;*/
	list-style-image: url("http://www.mixing.com/drop.gif");
	margin-top: 5px; /*20px;*/
	margin-bottom: 5px; /*10px;*/ 
	text-align: left;
	}
OL 	{
	background: white;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: medium; /*16px;*/
	line-height: 140%; /*20px;*/
	margin-top: 5px; /*20px;*/
	margin-bottom: 5px; /*10px;*/ 
	text-align: left;
	}
LI 	{
	background: white;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: small; /*16px;*/
	line-height: 140%; /*20px;*/
	list-style-position: outside; 
	margin-top: 5px; /*20px;*/
	margin-bottom: 5px; /*10px;*/ 
	text-align: left;
	}

/* GRAPHICS  */
div.float {
	float: left;
	}
div.float p {
	text-align: center;
	}
img {
	border: 0;
	padding: 10px 10px 10px 10px;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: right;
	} 
