
body {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 12px;
  background: #ffffff;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #f5f5ff;
	border: 1px solid;
}

#content {	
	width: 580px;
	margin-right: 2px;
	margin-top: 20px;
	/*border: 1px solid;*/
}

#top {
	background: url(assets/gradient_head.gif);  background-repeat: repeat-x;
	width: 620px;
	height: 100px;
	padding-left: 140px;
	border: 1px solid;
}

#left {
	width: 150px;
	margin-left: 0px;
}

#nav {
	width: 170px;
/*border: 1px solid;
*/}

.navitem {	
	font-size: 11px;
	margin-left: 6px;
	margin-top: 11px;
	text-align: left;
	display: block;
}
.navitem a:link {color: #000000;text-decoration: none;} 
.navitem a:visited {color: #000000;text-decoration: none;} 
.navitem a:hover {color: #4a6984;text-decoration: underline;} 
.navitem a:active {color: #adbaa5;text-decoration: none;} 

#header {display: block;}

#address {
	background: url(assets/address-bg.gif) no-repeat;
	height: 215px;
	width: 180px;
}
#address div {
	padding-top: 122px;
	margin-left: 14px;
	color: #b0c3d5;
}
#bottom {
	border-top: 1px dotted #44669b;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	background: url(assets/bottom-bg.gif) left bottom no-repeat;
	text-align: right;
	padding-right: 20px;
	margin-left: 1px;
	font-size: 11px;
}
#bottom a:link {color: #369;}
#bottom a:visited {color: #369;}
#bottom a:hover {color: #000;}
#bottom a:active {color: #369;}
 
/* Breadcrumbs */
#breadcrumbs {
	font-size: 11px;
	color: #333;
}

#copyright {
	margin: 10px auto;
	text-align: center;
	font-size: 11px;
	color: #666;
}
