
*
{
	margin: 0px;
	padding: 0px;
}

.left
{
   float: left;
}

.right
{
   float: right;
}

.center
{
   text-align: center;
}

body {
	background: url("images/bg.jpg") repeat;
   overflow-y: scroll;
}

h1
{
	color: red;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
   text-align: center;
}

h2
{
	color: red;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;	
}

p
{
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: justify;
}

ol
{
	margin-left: 50px;
}

ol > li
{
   margin-top: 20px;
   margin-bottom: 20px;
}

#container
{
	
	width: 845px;
	background: url(images/contentbg.png) repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
}

#top
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#content
{
   padding-top: 10px;
	width: 775px;
	margin:auto;
   min-height: 500px;
}

#footer
{
	background: url(images/footer.jpg) repeat-x;
	height:  45px;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	font-family:Verdana;
	font-size:9px;
}

#Menu
{
	margin-left: 30px;
	margin-right: auto;
   height:  50px;
}

.nav
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;	
}

.nav li
{
   display: block;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	width:180px;
	height: 41px;
   margin: 10px 0 0 13px;
   background-image: url("images/bg2.jpg");
   cursor: pointer;
}

.nav li a
{
	color: #000000;
	display: block;
	height: 30px;
	padding-top: 10px;
	text-decoration: none;
}

.builders
{
   list-style: none;
}

.builders img
{
   border: solid 3px;
}

.builders li
{
   margin-top: 20px;
   width: 350px;
   margin: auto;
}

.builders li.text
{
   font-size: 32pt;
   height: 100px;
   padding-top: 25px;
   text-align: center;
}

.builders li a:hover
{
   color: red;  
}

.builders li img
{
   width: 350px;
}

.bold
{
   font-weight: bold;
   margin-top: 20px;
}

.center
{
   text-align: center;
}

img.center
{
   margin-left: 3px;
}

