﻿
#container2 
{
	 width: 100%;
	 border: 1px solid gray;
	 align:center;
}

#content 
{
	width:69%; 
	float: left;  
	background: url('../images/contentbg.jpg') repeat-y;
}

#nav 
{
	 width: 15%;
	 float: left; 
}

#rightdiv 
{
	 width: 15%;
	 float: left;  
}

#footer 
{
	 width:900px;
	 border: 1px solid gray;
	 padding-top: 5px;
	 text-align: right;
	 height:25px;
	 background: url('../images/footerbg.jpg');
}

button 
{
	 background-image: url(../images/mainbackg.jpg);
	 margin: 1em;  
	 border: 1px solid gray;
	 border-style: outset;
}

ul#navigation
{
	list-style-type:none;
	background: #6F634F;
	float:left;
	width:100%;
	margin:1px 3px 1px 3px;
	padding-left:0px;
	border-top:1px solid white;
	border-bottom:1px solid white;
}

ul#navigation a
{
	display:block;
	float:left;	
	text-decoration:none;
	background: #6F634F;
	color:#fff;

}

ul#navigation a:hover
{
	background: #fff;
	color: #6F634F;  
}

ul#navigation li
{
	display:inline;
	font-family: arial, sans-serif;
    font-size: 10pt;            
    text-decoration: none;
    font-weight: bold;
	border-right:1px solid #fff;
	margin:2px;
	width:80px;
	
}
.fieldText
		{
			border: 1px solid black;
			width:100%;
			border-color:black;
		}
		
.installTable
{
	width: 600px;
	background-color: red;
}

.installTable td
{
	border: #330066 solid 1px;
}