body {
	background: #6bb542 url(../images/background.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
}

/* 
---------------------------------------
General Perry Layout
---------------------------------------
*/

#container {
    margin-top:0px;
	margin-left:45px;
	padding: 0 0px;
	width: 920px;
}
.containerimages {



}
#header {
	height: 0px;
	margin: 0 0 0px;
	position: relative;
	width: 100%;
	border:0px solid blue;
}

#main {
	border-bottom: 0px solid #ccc;
	padding: 0 0 0px;
}

#footer {
	border-top: 0px solid #eee;
	clear: both;

	padding: 0 0 0px;
	width: 100%;
	color:#000;
}

.left {
	background-color: #f6f6f6;
	float: left;
	padding: 15px 15px 5px;
	width: 220px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.right {
	margin-left: 270px;
}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
}

/* 
---------------------------------------
Home Page
---------------------------------------
*/

#top {
	background: url(../img/bg-top.gif) no-repeat 0 0;
	height: 345px;
	width: 920px;
}

#top-left {
	float: left;
	height: 320px;
	padding: 25px 0 0 20px;
	position: relative;
	width: 440px;
}

#v-imgs {
	bottom: 0;
	left: 0;
	position: absolute;
}

#top-right {
	float: left;
	overflow: hidden;
	padding: 25px 10px 0 10px;
	position: relative;
	width: 430px;
}

#bottom {
	width: 920px;
}

#bottom-left {
	float: left;
	text-align: center;
	width: 460px;
}

#bottom-right {
	float: left;
	padding-left: 20px;
	width: 430px;
}
/* 
#serve_count {
	background: url(../img/bg-serve-counter.png) no-repeat center 0;
	height: 68px;
	right: 5px;
	padding: 7px 15px;
	position: absolute;
	top: 90px;
	width: 94px;
	z-index: 999;
}
*/
/* 
---------------------------------------
About / Pricing
---------------------------------------
*/

.content {
	border: 1px solid #ccc;
	margin-left: 250px;
	min-height: 300px;
	height: auto !important;
	height: 300px;	
	padding: 20px 30px;
}



table {
	 font-family:arial, verdana, Helvetica, sans-serif;
     border-collapse: collapse; /* joins cells together; use seperate to split cells */
	width: 100%;
	font-size:11px;
	}

th {
	padding: 0 0.5em;
	text-align: left;
	}

	/*  Any td tag with the class yellow inside a tr tag gets this attribute */
tr.yellow  td {
border-top: 1px solid #fff;
	border-bottom: 5px solid #ccc;
	background: #e58716;
	color:#000;
	font-size:12px;

	}

td {
	border-bottom: 1px solid #fff;
	padding: 5px;
	font-size:12px;

	}


td.adjacent {
	border-left: 1px solid #fff;
	text-align: center;
	}
	
.doughlishshell { width: 530px;
padding:0px;
border: 0px solid black;
text-align:left;
overflow: auto;
margin:0;
}
.doughlishshell_left {
border: 0px solid black;
float: left;
width: 250px;
margin: 0px;
padding: 0px;

}

.picborder {border:1px solid #ccc;
padding:5px;}

.doughlishshell_right{
border: 0px solid red;
float: right;
width: 260px;
margin:0;

padding:0;


}	
	
.innercontentmenu { width: 510px;
padding:0px;
border: 0px solid black;
text-align:left;
overflow: auto;
margin:0;
}
.innercontentmenu_left {
border: 0px solid black;
float: left;
width: 325px;
margin: 0px;
padding: 0px;

}

.innercontentmenu_right{
border: 0px solid red;
float: right;
width: 175px;
margin:0;

padding:0;


}

#footer-right.bottomnav {
color:#fff;
}

a {color:#336699;
}