/* BAC Construction
Please use to learn but don't get confused with the ownership of the copyright i.e. images, shapes and words ;-)
sandbox media ©2008

*/

 /* main elements */
body   {
	color: #333;
	text-align: center;
	background-color: #fff;
	margin: 0px auto 50px auto;
	font: 70% Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
a:link { color: #2A2617; text-decoration: underline }
a:hover { color: #2A2617; text-decoration: underline }
a:active { color: #2A2617; text-decoration: underline }
a:visited { color: #2A2617; text-decoration: underline }

#flashcontent  {
	background-color: #fff;
	text-align: left;
	width: 850px;
	height: 570px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-top: 20px;
}

#nav  {
	background-color: #fff;
	text-align: left;
	float: left;
	display: inline;
	width: 810px;
}
#nav ul {
	width: 763px;
 	float: left;
	text-align: left;
	color: white;
	white-space: normal;
	margin: 0px;
	background: #fff;
	padding: 0px;
}

#nav ul li {
	color: #949698;
	letter-spacing: 1px;
	line-height: 2em;
	padding-right: 0;
	font: 13px "Lucida Grande", "Trebuchet MS", sans-serif, Verdana;
	background-color: transparent;
	width: 85px;
	float: left;
	list-style: none;
	margin: 0px;
	border-right: 1px solid white;
}

 #nav ul li a {
	color: white;
	text-decoration: none;
	text-align: right;
	letter-spacing: 1px;
	background: transparent;
	display: block;
	padding: 55px 5px 5px 5px;
}

#nav li#home {
	background-color: #004a99;
}
#nav li#about {
	background-color: #ec9d16;
}
#nav li#gallery {
	background-color: #aa1928;
}
#nav li#contact {
	background-color: #e98029;
}

 #flashcontent #content  {
	background-color: #fff;
	text-align: left;
	height: 350px;
	float: left;
	padding-top: 20px;
	width: 810px;
}

#flashcontent .no-flash  {
	display: block;
	background-color: #d9d9d9;
	padding: 8px;
}
 #flashcontent #footer  {
	background-color: #fff;
	text-align: left;
	height: 75px;
	float: left;
	padding-top: 0px;
	width: 810px;
}

.vcard  {
	background-color: transparent;
	text-align: left;
	display: inline;
}

  p {
    line-height:1.5em;
    width: 400px;
}

 ul {
	margin-left: 30px;
	list-style: inside;
	padding-left: 0px;
}

 li {
	list-style: disc outside none;
	padding-bottom: 6px;
	padding-left: 0px;
}

 /* sandbox */

 div.sandbox  {
	background-color: transparent;
	text-align: right;
	padding-bottom: 1px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #727272;
	padding-top: 0px;
	clear: both;
	font-size: 10px;
	width: 840px;
	margin-top: 4px;
}

div.sandbox a {
	color: #727272;
	text-decoration: none;
}

div.sandbox strong {
	color: #727272;
}