body {
	background-color: #e4e4e4;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #646565;
}

.page_title {
	color: #00cd00; /* title of page on right hand side */
	padding:0px 0px 39px 0px;
}

.body_text {
	width:320px;
	padding:0px 0px 21px 0px; /* 3rd number is space below the text */
}

.open_item {
	color: #646565;
	text-decoration: underline;	
}
/*
p{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
*/
/* link-visited-hover-active */

a:link { /* what links look like normaly */
	color: #646565;
	text-decoration: none;
}
a:visited { /* what links look like once then have been clicked */
	color: #646565;
	text-decoration: none;
}
a:hover { /* what links look like when the mouse is over them */
	text-decoration:underline;
}
a:active { /* what links look like when the mouse button has been pressed but not relesed */
	text-decoration: none;
}

/* malcom you don't need to worry about anything below this point */

/* "link-visited-hover-active" */

#menu {
    width: 273px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

.menuheader{ /* new stuly for header of menus */
	color:#00cd00;
}

#content {
    height: 100%;
    margin: 0 0 0 273px;
    top: 0;
}

.container {
    padding: 25px 5px 25px 25px;
}

.flash_rapper {
	padding:0px 0px 6px 0px; /* 3rd number is space below the sound or video */
}
/* top, right, bottom, left */
div#minipics {width:700px;padding:0px 0px 100px 0px;}
div#minipics ul{list-style-type: none;margin:0 0px;padding:0px 0px 30px 0px}
div#minipics li{float:left;margin: 0px 3px 3px 0px;padding: 0px 0;}
div#minipics li img{display: block;margin:0 0px;padding: 0px 0;border: 0px} /*  width: 80px;height: 80px; */

a.maintitle:link { /* maintitle normail state */
	color: #00cd00;
	text-decoration: none;
}
a.maintitle:visited { /* maintitle visited state make same as normail */
	color: #00cd00;
	text-decoration: none;
}
a.maintitle:hover { /* what happens when the mluse rolls over it */
	text-decoration:underline;
}
a.maintitle:active { /* when the mouse is clicked on it but not released. dose nothing at the moment */
	text-decoration: none;
}