body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height:13px;
	color: #000000;
}

/* top, right, bottom, left */
/* "link-visited-hover-active" */

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

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

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


/*
#menu{
	position:absolute;
	left:0px;
	top:0px;
	float:left;
	width:237px;
	height:600px;
	padding:25px 0px 25px 20px;
}

#content {
	position:absolute;
	left:262px;
	top:0px;
    float:left;
    width:700px;
	padding:25px 25px 25px 15px;
	overflow-x: auto;
	overflow-y: scroll;
}
*/

.body_text {
	width:480px;
	padding:0px 0px 25px 0px;
}

.flash_rapper {
	padding:0px 0px 25px 0px;
}
/* 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; */

/* link-visited-hover-active */

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration: none;
}

a.pam:link {
	color: #FF0000;
	text-decoration: none;
}
a.pam:visited {
	color: #FF0000;
	text-decoration: none;
}
a.pam:hover {
	text-decoration:underline;
}
a.pam:active {
	text-decoration: none;
}

.red {
	color: #FF0000;
}
.open_tiem {
	color: #FF0000;
	text-decoration: underline;	
}