/* Full Page Container
--------------------------------------*/
#container {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 1px solid #999;
	position: relative;
	width: 960px;
	left: 0px;
	top: 0px;
}
/* Header / Primary Navigation
--------------------------------------*/
#header {
    position:relative;
    margin:0px;
    padding:0px;
    left:0px;
    top:0px;
	width:960px;
}
#header-bg {
	position: relative;
    margin:0px;
    padding:0px;
    left:0px;
    top:0px;
	width:960px;
	height: 150px;
	background: url(graphics/header.jpg) no-repeat;
}
#header-left {
	float:left;
	height:150px;
	width:320px;
	padding:0px;
	margin:0px;
	background: transparent;
}
#header-right {
    float:right;
	height:150px;
	width:640px;
	padding:0px;
	margin:0px;
	background: transparent;
}
#header-tagline {
	postion:relative;
	top:0px;
	width:640px;
	height:125px;
	background: transparent;
	padding:0px;
	margin:0px;
	text-align:left;
	overflow:hidden;
}
#header-nav {
    position:relative;
    width:960px;
    top:0px;
    left:0px;
    height:25px;
	background: url(graphics/gradient_nav.jpg) no-repeat;
    text-align:center;
	clear: both;
    overflow:hidden;
}
#nav {
    float: left;
    list-style: none;
    width: 960px;
    height: 25px;
    border: solid #000;
    border-width: 1px 0;
    padding-left: 0px;
    margin: 0;
}

/* Main Body Contents
--------------------------------------*/
#content {
    width: 960px;
    background: #fff;
    overflow: hidden;
    position: relative;
	clear: both;
}
#content-left {
    float: left;
    width: 300px;
	border: 1px solid #ccc;
	margin: 20px 0px 20px 10px;
}
#content-left-header {
    position: relative;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 300px;
	background: url(graphics/gradient_sidebox.gif) no-repeat;
	text-align: left;
}
#content-left-top {
    position: relative;
    width: 280px;
    color: #000;
    background: #fff;
    padding-left: 10px;
	margin: 10px 0px 10px 0px;
    overflow: hidden;
}
#content-left-top-left {
	float: left;
	margin: 0px;
	background: #fff;
	width: 100px;
}
#content-left-top-right {
	float: left;
	margin: 0px 0px 0px 0px;
	background: #fff;
	width: 170px;
}
#content-left-middle {
    position: relative;
    width: 280px;
    color: #000;
    background: #fff;
    padding-left: 10px;
	margin: 10px 0px 10px 0px;
    overflow: hidden;
}
#content-left-middle-left {
	float: left;
	margin: 0px;
	background: #fff;
	width: 100px;
}
#content-left-middle-right {
	float: left;
	margin: 0;
	background: #fff;
	width: 170px;
}
#separator {
	position: relative;
	padding: 0;
	margin: 0;
}
#content-right {
    float: right;
    width: 620px;
}
#content-right-top {
    position: relative;
    top: 0px;
    left: 0px;
    width: 600px;
    padding-left: 0px;
    margin: 20px 0px 20px 0px;

}
#content-right-top img {
	border: 5px double #000;
}
#content-right-middle {
    position: relative;
    width: 620px;
    padding: 0px;
    margin: 0px;
}
#content-right-bottom {
    position: relative;
    width: 620px;
    padding: 0px;
    margin: 0px;
}

/* Footer / Secondary Navigation
--------------------------------------*/
#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	position: relative;
	width: 960px;
	left: 0px;
	top: 0px;
	clear: both;
}
#footer-gradient {
    position: relative;
    top: 0px;
    left: 0px;
    height: 50px;
    text-align: center;
    background: url(graphics/gradient_footer.jpg) no-repeat;
}
#address-name {
	postion: relative;
	float: left;
	margin: 10px 0px 5px 20px;
	text-align:left;
}
#address-location {
	postion: relative;
	float: left;
	margin: 10px 0px 5px 20px;
	text-align:left;
}
#address-numbers {
	postion: relative;
	float: left;
	margin: 10px 0px 5px 20px;
	text-align:left;
}
