html, body, p {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: black;
	color: white;
	}

h1 {
	color: red;
	font-size: 18px;}

a {
	color: red;
	text-decoration: underline;
	}

a:hover, a:active {
	text-decoration: none;
	}

#mainframe {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 600px;
	width: 800px;
	margin-top: -300px;
	margin-left: -400px;
	}

#mainleft {
	float: left;
	height: 100%;
	width: 520px;
	}

#top {
	position: relative;
	height: 100px;
	width: 100%;
	padding: 20px 0 0 20px;
	}

#maincontent{
	position: relative;
	height: 440px;
	width: 100%;
	padding: 0 0 0 20px;
	}

#mainright {
	float: right;
	height: 100%;
	width: 240px;
	padding: 120px 0 0 0;
	}

.a-navi {
	display: block;
	color: red;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 30px 0 0;
	padding: 5px;
	}

.a-navi:hover, .a-navi:active {
	border:0;
	border-top: 2px;
	border-bottom: 2px;
	border-color: #fc0;
	background-color: #ff9;
	border-style: solid;
	padding: 3px 5px;
	}

td.clipthumb {
	padding: 10px;
	}

td.clipthumbtext {
	background: white;
	color: black;
	vertical-align: bottom;
	border: 10px solid black;
	padding: 5px;
	}
.thumb {font-size: 10px;}

