/* - style.css - A starter style sheet */

html, body {
	height: 100%;
	}
	
body {
	font-family: garamond, "Times New Roman", helvetica, verdana, arial, sans-serif;
	line-height:1.125em;/*18px*/
	font-size:100%;/*set regular font size*/
	color: #cc6600;
	background-color: #ffffff;
	letter-spacing:normal;
	text-align: center;
	margin: 0px 0px 0px 0px;
	}



#container {
	width: 760px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

#header {
	background: url(img/dwingins.png) center center no-repeat;
	height: 100px;
	margin: 50px 0 0 0;
	/* width: 760px; */
}

#links {
	border-top: 1px solid #cfcfcf;
	padding: 13px 25px;
	line-height: 0px;
	}

#links a{
	font-family: garamond, "Times New Roman", helvetica, verdana, arial, sans-serif;
	text-align: left;
	color: #b6b6b6;
	text-decoration: none;
	font-weight: bold;
	}
	
#links a:hover {
	color: #cc6600;
	text-decoration: none;
	}
	
#links .current {
	color: #cc6600;
	}

#content {
	background: #ffffff;
	line-height: 18px;
	text-align: left;
	color: #cc6600;
	font-size: 16px;
}

#content ul li {
	list-style: square;
	}

#content a {
	color: #ff7522;
	text-decoration: none;
	}
	
#content a:hover {
	color: #c5ddf8;
	}

#content .padding {
	padding: 50px 25px;
	}

#footer {
	border-top: 1px solid #efefef;
	padding: 13px 25px;
	line-height: 18px;
	text-align: center;
	color: #b6b6b6;
	font-size: 12px;
	height: 2em;
}

#footer p {
	margin: 0;
	padding: 0;
	}
	
#footer a {
	color: #b6b6b6;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #cc6600;
	}