
/* Layout Stylesheet */ 

body {
 margin:2px 0 2px 0;
 color: #333333;
 text-align:center;
 padding:0;
 background-image: url(images/bg_grass.jpg	);
 background-image: fixed;
 font-weight: normal;
 }

#outer {
 text-align:left;
 border:0px solid #000000;
 border-top:2px solid green;
 width:780px;
 margin:auto;
 }

#hdr {
 height:150px;
 background-image: url(images/header-text-dragon.gif);
 background-repeat: no-repeat;
 background-position: right top;
 }

#bar, #bar-bottom {
 padding: 5px;
 margin:0px;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 background-color: yellow;
 }

#bar-bottom{
 text-align: center;
}

#bodyblock {
 position:relative;
 color: #333333;
 width:780px;
 padding:0;
 background-color: white;
 }

#l-col {
 float:left;
 background:white;
 color: #333333;
 width:600px;
 padding-top:10px;
 padding-left: 15px;
 padding-right: 15px;
 }

#r-col {
 background:white;
 color: #333333;
 text-align:center;
 padding-top: 10px;
 padding-left: 5px;
 padding-right: 5px;
 width: 137px;
 font-weight: normal;
 text-size:50%;
 }

#ftr {
 height:25px;
 width: 780px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
.image	{
width: 200px;
height: 200px;
background-color: black;
border:0px;
float: right;
}
.item {
background-color: white;
}
.ecu {
padding-left: 20px;
}
.center {
padding: 0px;
text-align: center;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
