/*

	Project: The Law Office of Dale Buck, PLLC
	Description: General styles
	Author: PGualdoni
	Last modified: 1 Nov 2007

*/	


/* General Styles ------------------------------------------------------------- */


html,body {
	background: #cccccc url(images/body_bg.gif) repeat-y top center;
	margin: 0;
	min-width: 780px;
	tex-align: center;
	height: 100%;
	font: 90% Georgia, "Times New Roman", Times, serif;	
	line-height: 2.5ex;
	}

a:link {	color: #1a4848;	text-decoration: none;	border-bottom: 1px dotted #1a4848;	}a:visited {	color: #718d8d;	text-decoration: none;	border-bottom: 1px dotted #718d8d;	}a:hover {	color: #1a4848;	text-decoration: none;	border-bottom: 1px solid #1a4848;	}

p, li {
	color: #333333;
	padding: 0;
	margin: 0 0 1ex 0;
	}

.sidecontact {
	padding: 0 0 0 9px;
	color: white;
	}

h1 {
	font: 1.5em "Trebuchet MS", Avenir, Helvetica;
	color: #003333;
	padding: 0;
	margin: 0 0 2ex 0;
	}

h2 {
	font: 1.25em "Trebuchet MS", Avenir, Helvetica;
	color: black;
	margin: 0;
	padding: 2ex 0 1ex 0;
	}

ul {
	margin: 0 0 3ex 0;
	padding: 0 0 0 30px;
	}
b {
	color: black;
	}

img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
	


/* Layout Styles -------------------------------------------------------------- */

#container {
	position: relative;
	background: white url(images/stage_bg.gif) repeat-y top center;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	height: auto;
	height: 100%;
	min-height: 100%;
	text-align: left;
	}

#banner {
	margin: 0;
	padding: 0;
	}

#main {
	width: auto;
	padding: 0 0 1em 0;
	margin: 0;
	text-align: left;
	}

#content {
	width: 525px;
	padding: 7px 45px 1em 0;
	float: right;
	text-align: left;
	}

#footer	{
	position: absolute;	width: 100%;	bottom: 0;	
	background: none;	}
	

#leftcolumn {
	width: 156px;
	margin: 0 0 0 1px;
	padding: 0;
	}




