
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 line-height: 1.35em;
 background: url(images/bgtest.gig) repeat-x;
 margin-top: 10px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
	color: #333;
	width: 900px;
	float: left;
	padding: 10px;
	border: 0px solid #ccc;
	height: 100px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: 0px 0px;
}
/* navigation id below is commented out, not used
------------------------------------
#navigation {
 float: left;
 width: 800px;
 color: #333;
 padding: 10px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 100px;
 background: #BD9C8C;
}
------------------------------------*/
#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 /*height: 350px;*/
 width: 100px;
 float: left;
 background: #FFFFFF;
}
#rightcolumn { 
 float: left;
 color: #333;
 border-left: 1px dotted #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 /*height: 350px;*/
 width: 780px;
 display: inline;
 background: #FFF; 
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border-top: 1px dotted #6a7fb3;
 background: #FFF;
 margin-top: 10px;
 padding: 10px;
 text-align: center;
}
a {
 color: #0066CC;
 text-decoration: none;
 border-bottom: 1px dotted #0066CC;
}
a:hover {
 color: #0066CC;
 text-decoration: none;
 border-bottom: 2px solid #0066CC;
}
.img {
        border: 0;
        border-bottom: 0px;
}
.img:hover {             
        border: 0;            
        border-bottom: 0px;
}

