html {}

body {	background-color: #000;
	color: #ff0000;
	font-family: verdana;
	font-size: 10px;
	}

p {	text-indent: 20px;
	letter-spacing: 2px;
	word-spacing: 5px;
	line-height: 20px;
	}

ul {	text-indet: 20px;
	}

h1 {	font-size: 16px;
	letter-spacing: 10px;
	}

hr {	align: center;
	border: none;
	background-color: #ccc;
	height: 1px;
	}

p,h1,pre {
	margin:0px 10 px 10px 10px
	}

table {
	font-family: verdana;
	color: #cccccc;
	font-size: 10px;
	}

a:link,a:visited {
	color:#fff;
	text-decoration: none;
	background-color: transparent;
	}

a:hover,a:active {
	color: #ff000;
	text-decoration: none;
	background-color: #333333;
	}

#header {
	background-color: #000;
	position: relative;
	height: 80px;
	}

#midsection {
	background: #000 url('http://www3.telus.net/mounma/viphalay/drgbg.jpg') repeat fixed center;
	position: relative;
	height: 425px;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 1px;
	color: #CCC;
	}
	
	.menu {
		background-color: #000;
		position: relative;
		float: left;
		padding: 10px;
		width: 15%;
		height: 80%;
		font-weight: bolder;
		border-color: #333333;
		border-style: solid;
		border-width: 1px;
		font-size: 11px;
		}
	
	.content {
		background-color: #333333;
		position: relative;
		float: left;
		padding: 10px;
		width: 38%;
		height: 80%;
		border-color: #333333;
		border-style: solid;
		border-width: 1px;
		}

		.subcont {
			background-color: #000;
			position: absolute;
			left: 3px;
			top: 2px;
			padding: 10px;
			padding-top: 10px;
			width: 92%;
			height: 80%;
			color: #cccccc
			overflow: auto;
			overflow: scroll;
			overflow-x: hidden;
			}
		
		.subpic {
			background-color: #000;
			position: absolute;
			left: 3px;
			top: 2px;
			padding: 1px;
			width: 98%;
			height: 85%;
			color: #cccccc
			overflow: hidden;
			overflow-x: hidden;
			overflow-y: hidden;
			}

#footer {		
	position: relative;
	height: 50px;
	}