/*TO DO
fix IEs non-block display of the button links
fix gallery border issue

    */

body {
	font: bold 62.5% Verdana, Geneva, Arial, helvetica, sans-serif; /*makes 1 em =approx 10px for widths of divs */
	background-color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	max-width: 2000px;			  
	color: #000;
}
#wrapper {
	width: 85%;
	margin: 0 auto;  /*Adjust this */
	padding: 0;
	background-color: #666;
	text-align: center;


}
#contentwrapper {
	width: 760px;
	margin: 0 auto; 
	padding: 25px 5px;
	background-color: #999;
	text-align: center;

}
.content{
	width: 720px;
	margin: 0 auto; 
	padding: 0 5px;
	text-align: center;
	border: solid black 1px;
	font-size: 1.25em;
	background-color: #ccc;
}
.footer {
margin: 15px 0 5px 0;
color: #666;
font-size: .9em;
clear: both;
}

.footer a{
color: #666;
text-decoration: underline;
}
.footer a: visited{
color: #000;
text-decoration: underline;
}
.footer a:hover{
color: #000;
text-decoration: underline;
}
h1 {
font-size: 1.75em; 
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-weight: bold;
padding: 0;
margin: 15px 0;
}
h3 {
font-size: 1.25em; 
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-weight: bold;
color: #000;
padding: 0;
margin: 20px 0 0 0;
text-align: left;
border-bottom: dashed white 1px;
clear: both;
}
p { 
font-size: .9em; 
font-family: verdana, geneva, Arial, helvetica, sans-serif;
font-weight: bold;
padding: 0;
margin: 5px 0;
text-indent: 2em;
text-align: left;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
ul {
	text-align: left;
	margin: 0;
	padding: 0 0 2em 2em;
}
a {
	border: 0;
	text-decoration: none;
	color: #000;
}
a:hover {
	border: 0;
	text-decoration: underline;
	color: #00f;
}
a img {
	border: 0;
}
.label{
	float: left;
	width: 250px;
	text-align: right;
	clear: left;
	margin: 5px 5px 5px 0;
}
input, textarea {
	width: 300px;
	margin: 0 0 5px 0;
}
input#email:focus,input#Name:focus,input#Phone:focus,input#Height:focus,input#Weight:focus,input#Skiing:focus,textarea#Comments:focus,input#submit:focus,input#reset:focus{
	background-color: #ff0;
}
.buttons
{
	margin: 5px 0 0 7em;
}
.gallery {
	float: left;
	width: 160px;
	margin: 5px;
	/* height: 160px; */
}

.photo img {
	border: solid #666 1px;
	background-color: #fff;
	padding: 4px;
	padding-bottom: 6px;
}
.photo img:hover{
	border-color: blue;
}

/* 
	YADM - yet another dropdown menu 
*/
ul#nav{
	font: bold 10pt Arial, Sans-Serif;
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
	background: transparent;
	padding: 0;
	width: 10em;
	float: left;
}
ul#nav li{
	position: relative;
	margin: 5px 0 0 -50px;
	width: 12em;
	padding: 0;
	list-style-type: none;
	background: #fff;
	color:#000;
	line-height:150%;
	text-align: left;
}
ul#nav a{
	border:1px solid #000;
	color:#000;
	text-decoration:none;
	display: block;
	padding: 0 0 0 5px;
	width: 100%;
		background: #fff;

}

* html ul#nav a:hover{ /* IE ONLY */
	background:#ccc;
	display: block;
}
ul#nav a:hover{
	background:#ccc;
	color:#000;
	display: block;
}
ul#nav li ul{
	/* background:#cf9; */
	margin:0;
	padding:0;
}
ul#nav li li a{
	padding-left:1em;
	color:#333;
	text-decoration:none;
	display:block;
}
ul#nav li li a:hover{
	background:#ad7;
}