


html {		margin:10px 10px 0px 10px;
		border-style: groove;
		border-color: #009900;
		border-width: 5px;
		}


body {		background: #000000;
		margin:10px 10px 0px 10px;
		padding:0px;
		font:150% arial,sans-serif;text-align:center; color:green;
		}
	
thumbNormal {   border:4px solid #000000;
		}

thumbSelected {	border:4px solid #336633;
		}


	A:link {text-decoration: underline; color: 336600}
	A:visited {text-decoration: underline; color: 33CC00}
	A:active {text-decoration: underline; color: 33CC00}
	A:hover {text-decoration: underline;}	



/*** Melvin Stuff ***/

div#container{width:80%; margin:0 auto}

div#rightstuff{float:right;width:65%}

div#leftstuff{float:left;width:35%}

div#rightstuff2{float:right;width:40%}

div#leftstuff2{float:left;width:50%}

div#rightstuff3{float:right;width:50%}

div#leftstuff{float:left;width:35%}

div#fullstuff{clear:both;width:100%}

	.floatright { float: right; clear: right; }	

	
/*** Can Project I & II ***/	

	#frame {
		width:650px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}

	#mainright {
		width:33%;
		float:left;
		padding-bottom:10px;
		}
	
	#maincenter {
		width:34%;
		float:left;
		padding-bottom:10px;
		}
	
	#mainleft {
		width:33%;
		float:left;
		padding-bottom:10px;
		}
	
	#leftcontent {
		float:left;
		width:65%;
		border-right:2px solid #000;
		border-bottom:2px solid #000;
		margin-right:15px;
		padding-bottom:20px;
		}
	
	#rightcontent {
		width:5%;
		float:right;
		font-size:10px;
		margin-left:0px;
		}
	
	#banner {
		background:#000000;
		}
		
	
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
	#mainright p { font-size:10px}
	#banner h1 { margin:0px; padding:10px}

	