/*
CSS for Great Bend Machine site
*/



body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #575757;
   background-image:url('images/body-background.jpg');
	margin: 0px;
	padding: 0px;
	}	
	
#header {
	margin-bottom: 0px;
	padding: 0px;
	}	
		 
#container {
	width: 750px;
	height: 600px;
	background-color: #8c8c8c;
	margin-left:auto;
	margin-right:auto;
	position: aboslute;
	}		 
	
#content {
	width: 612px;
	height: 460px;
	float: right;
	background-color: #cacbcb;
    background-image:url('images/content-background.jpg');
	margin-top: -4px;
	padding-left: 10px;
	}	  
    
#contenthome {
    width: 622px;
	height: 460px;
	background-color: #red;
	margin-top: -4px;
	padding-left: 0px;
    float: right;
    }    
    
#photos {
    position: absolute;
    top: 156px;
    float: right;
    padding-left: 464px;
    }    
    
#photos img{
    display:block;
    border-left:3px dotted #adadad;
    border-right:1px dotted #adadad;
    border-top:1px dotted #8c8c8c;
    border-bottom:1px dotted #8c8c8c;
    }    
	
#footer {
    width: 750px;
	height: 18px;
	background-color: #adadad;
	font-size: x-small;
	text-align: center;
	padding-top: 5px;
	position: absolute;
	top: 600px;
	}	
    
.longtext {
    line-height: 98%;
    }    
	
p  {
   font-size: small;
    }	
    
.longtext p {
    margin-bottom: -2px;}    
   
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
    margin-top: 5px;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#pol {
	position: absolute;
	top: 160px;
	left: 740px;
	}	
    
iframe {
    border: 2px dotted #adadad;
    }    
	
#menu {
	width: 126px;
	border-style: solid solid none solid;
	border-color: #677D92;
	border-size: 1px;
	border-width: 1px;
	margin: 0px;
	position: absolute;
	top: 144px;
	font-weight: bold;
	font-size: 80%;
	}
	
#menu li a {
	height: 32px;
  	height: 24px;
	text-decoration: none;
	}
	
#menu li a:link, #menu li a:visited {
	color: #283A50;
	display: block;
	background: url('images/menu.gif');
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #fff;
	background: url('images/menu.gif') 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #fff;
	background: url('images/menu.gif') 0 -64px;
	padding: 8px 0 0 10px;
	}
