body{
	margin: 0px;
	color: #EEE3BF;
	background: url('images/lefttile3.gif') repeat-y black;
	font-family: serif;
	}

a{
	color: #AFEEB4;
	}

#header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: url('images/toptile5.gif') repeat-x;
	}

#left{
	position: absolute;
	top: 92px;
	left: 96px;
	width: 175px;
	}

#left a{
	text-decoration: none;	
	}

.leftbox{
	border: 3px double #9e8024;
	background: url('images/gradient2.png');
	margin-bottom: 10px;
	}

.leftcontent{
	border: 1px solid black;
	background: #0e3e1b;
	height: 100%;
	margin: 3px;
	font-size: 10pt;
}

.leftcontent h1{
	text-align: center;
	font-size: 18pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
	
#right{
	min-width: 640px;
	position: relative;
	height: 100%;
	top: 92px;
	margin-left: 282px;
	margin-right: 10px;
	}

.rightbox{
	height: 100%;
	border: 3px double #9e8024;
	background: url('images/gradient2.png');
	margin-bottom: 10px;
	}

.rightbox h1{
	margin: .5em;
	margin-right: .25em;
	margin-left: .25em;
	padding: .25em;
	background: #135124;
	border: 1px solid #18682F;
	}
	

.content{
	height: 100%;
	border: 2px double black;
	background-color: #0e3e1b;
	margin: 7px;
	margin-top: 0px;
	padding: 5px;
	font-size: 11pt;	
	}

.heading{
	margin-left: 70px;
	padding: 10px;
	clear: none;
	font-size: 28pt;
	background-image: url('images/ireky.gif');
	background-repeat: no-repeat;
	}

p{
	margin-top: 0px;
	}

.button{
	cursor: pointer;
	margin: 7px;
	color: #EEE3BF;
	font-size: 14pt;
	font-weight: bold;
	background-image: url('images/offbutton.gif');	
	border: 1px solid #9e8024;
	padding: 3px;
	text-align: center;
	}

.leftbox a{
	color: #AFEEB4;
	}

.content a{
	color: #AFEEB4;
	}

.content a:hover{
	color: white;
	text-decoration: none;
	}

.content a:active{
	color: #AFEEB4;
	text-decoration: none;
	}

.content img{
	border: 2px solid black;
	margin: 5px;
	}

h1{
	font-size: 18pt;
	font-weight: normal;
	}
	