a {
	text-decoration:none;
	outline:none;
	font-weight:bold;
	color: rgb(155,44,10);
}

a:hover {
	text-decoration:underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.2em;
	text-align: center; /* for IE */
}

h1 {
	font-size: 130%;
	color: rgb(155,44,10);
	font-style: normal;
	font-variant: small-caps;
	margin-top: 2px;
}

h2 {
	font-size: 110%;
	color: rgb(155,44,10);
	font-variant: small-caps;
	margin-top: 2px;
}


#header {
	width: 990px;
	margin: 0 auto;
}

#logo-left {
	float: left;
}

#logo-right {
	float: right;
}

#contentouter {
	width: 990px;
	margin: 0 auto;
	background-image: url(../images/mapping-background.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	text-align: left;
}

#content {
	width: 900px;
	margin: 0 auto;
}

#content p a {
	font-weight: normal !important;
}

#content span {
	color: rgb(57,130,111);
}

#content-left {
	float: left;
	width: 540px;
}

#content-right {
	float: right;
	width: 360px;
}

#content-left-left {
	float: left;
	width: 260px;
}

#content-left-right {
	float: right;
	width: 260px;
}

#footer {
	background-image: url(../images/photography-footer-bg.jpg);
	height: 200px;
	width: 990px;
	margin: 0 auto;
}

#footer p {
	text-align: center;
}

#footer a {
	font-weight: normal;
}

#footer .copyright {
	font-size: x-small;
}

#menu {
	width: 990px;
	height: 30px;
	margin: 0 auto;
	background-image: url(../images/menu-bg.gif);
	background-repeat: repeat-x;
	margin-top: 2px;
	margin-bottom: 10px;
}

#navigation {
	position: relative;
	margin: 0 auto;
}

#navigation ul {
}

#navigation li {
	list-style: none;
	float: left;
}

#navigation li a {
	display: block;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
}

#navigation li a:hover {
	color: rgb(57,130,111);
}

ul#navigation li#current a {
	color: rgb(57,130,111);
}

.contactform label {
	color: rgb(57,130,111);
}

form .submit {
	background-image: url(../images/send-button.gif);
	width: 104px;
	height: 25px;
	border: none;
	text-indent:-900em;
	cursor: pointer;
}

.error {
	color: #FF3D3D;
	font-style: italic;
}

span.required {
	color: #FF3D3D;
	padding-left: 10px;
}

img.left {
	float: left;
	border: none;
	padding-right: 10px;
	padding-bottom: 5px;
}

img.right {
	float: right;
	border: none;
	padding-left: 10px;
	padding-bottom: 5px;
}

ul {
	/* stop ul overlap float img */
	list-style-position: inside;
}

.img-shadow-left {
  float:left;
  background: url(../images/shadow-alpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow-left img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

.img-shadow-right {
  float:right;
  background: url(../images/shadow-alpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow-right img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
} 