/* - - - - - - CSS Document - - - - - - - - -

Title : Style Sheet for Thickbox
Author : Cody Lindley, Jason Levine

- - - - - - - - - - - - - - - - - - - - - */

html, body {height:100%;}

.CSSCONTENT {
	margin-left: 200px;
	background-color:#EFC6A8;
	overflow: visible;
	height: 700px;
	margin-top: 30px;
	float: left;

}
.CSSMENU {
position:absolute;
width: 200px;
left: 20px;
padding:0px;
margin-top:100px;
}

.LINKMENU {
	border:solid, #000;
	background-color:#EFC6A8;
	border-color:#000;
	border-style:solid;
	border-width:medium;
	padding:10px;
	
}
H2	{
	color:#EFC6A8;
	text-align:right;
	padding-bottom: 20px;
	border-bottom-color: #EFC6A8;
	border-bottom-style: solid;
	border-bottom-width: thick;
}

