
body {background-image: url(../images/background.png);
	background-repeat: repeat-x;
	padding-top: 11px;
	font-family: arial;
	background-color: #F7F7F7;
	}

#container {	margin: auto;
	width: 810px;
	padding: 0;
	}
	
#spacebar {height: 10px;
		width: 800px;
		background-color:#D2D5D2;
		}

#leftbox {background-color: black;
				width: 215px;
				margin: 0; 
				padding: 0;
				float: left;
				color: white;
				}
	
ul.site_nav {list-style-type: none;
				display: block;
				margin: 0;
				padding: 10px 0 0 0;
				}

.site_nav li {margin: 0;
			float: left;
			width: 147px;
			height: 25px;
			padding-right: 50px;
                } 

.site_nav a {text-decoration: none;
			color: white;
			background: url(../images/button.png) no-repeat;
			float: left;
			width: 122px;
			padding-left: 25px;
            }

#consult{margin: 130px 0 0 10px;
		width: 135px;
		}
			
#consult p {font-size: 10pt;
			font-family: Century Gothic, Arial;
			margin-bottom: -10px;
			}
			
#content{float: left;
			width: 555px;
			padding-left: 10px;
			padding-right: 10px;
			background: white;
			}

			
#content p {font-size: 12pt;
			}
			
#bottomshadow {background-image: url('../images/bottom_grad.png');
			background-repeat: no-repeat;
			width: 806px;
			height: 9px;
			margin: -3px auto 0 auto;
			padding: 0;
			clear: both;
			}

#bottombar {width: 800px;
			clear: both;
			font-size: 8pt;
			padding-left: 45px;
			margin: auto;
			}

			
.rightshadow {background-image: url('../images/right_grad.png');
				background-repeat: repeat-y;
				width: 10px;
				padding: 0;
			}
			
