body, #piccontainer, #gen, #midcord
{background-color: rgb(93,135,255);} /*174,230,155 is a nice creamy green color, but matches generator, 142, 220, 116 is better*/

body { 
font-family: Verdana;
font-size: 0.8em;
line-height:1em;
margin:0px;
padding-bottom:0px;
min-width: 620px;
width:100%;
}

/*#header {
width:90%;
margin: 0em 5% 0em 5%;
}*/

#piccontainer {
width:100%;
background-image: url('images/repeat.png'); background-repeat: repeat-x; min-height: 31px;
}

#gen {
float: left; display: inline; background-image: url('images/Gen.png'); background-repeat: no-repeat; width: 190px; height: 144px;
}

#midcord {
float: left; display: inline; background-image: url('images/Midcord.png'); background-repeat: no-repeat; width: 111px; height: 56px;
}

#main {
width:90%;
margin-left: auto;
margin-right: auto;
margin-top: 8px;
border: thin solid rgb(0,0,0); background-color: rgb(174,230,155);/*optional*/
padding-top:5px;
padding-bottom:0px;
line-height:1.5em;
/*overflow: visible;*/
}

#links {
	font-size:1em;
	font-weight:bold;
	color:white;
	/*background-color: #776655;/*#4187cc;*/
	/*background-image:url('images/bc_bg.png');
	padding: 3px;
	border: thin solid white;*/
	display: table;
	}

#links a:link, #bread a:visited
{
	color:white;
}
/*	
#links ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#links ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
*/ 

