* {
    padding: 0;
    margin: 0;
} 

body {
	margin: 20px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: justify;
	background-color: #fff;
}

ol, ul {
	list-style: inside;
	margin:0px;
	padding:0px;
}


div#container{
	margin: 0 auto;
	width: 800px;
}

div#header{
	float:left;
	width: 760px;
	height: 128px;
	font-family: "Cooper Black", "Arial Black";
	font-size: 30px;
	font-weight: bold;
	color: #ffff83;
	background-image:url(/cms/cmsimages/German-Shepherd-Club-Header.png);
	padding: 20px;
	background-repeat: no-repeat;
}

div#mainbody{
	float:left;
	width: 796px;
	background-image: url(/cms/cmsimages/body_bg.jpg);
	background-repeat: repeat;
	border: 2px solid #336600;
}

div#navigation{
	float:left;
	width: 120px;
	font-family: "Cooper Black", "Arial Black";
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	padding: 20px;
}

div#menu{
	float:left;
	width: 120px;
	font-family: "Cooper Black", "Arial Black";
	font-size: 20px;
	text-align: center;
	font-weight: normal;
}

div#buttons1, div#buttons2, div#buttons3, div#buttons4, div#buttons5, div#buttons6, div#buttons7, div#buttons8, div#buttons9{
	float:left;
	width: 120px;
	height: 71px;
	padding-bottom: 10px;
}

a.button {
    display: block;
    width: 120px;
    height: 71px;
    background: url("/cms/cmsimages/dogbone_button.png") 0 0 no-repeat;
	font-family: "Cooper Black", "Arial Black";
	font-size: 12px;
	line-height: 71px;
	color: #fff;
	text-decoration: none;
}

a:hover.button {
	font-family: "Cooper Black", "Arial Black";
	font-size: 12px;
	line-height: 71px;
	color: #ffff83;;
    background-position: 0px -71px;
} 

div#content{
	float:left;
	width: 596px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

div#gallery{
	float:left;
	width: 596px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

div#footer{
	clear:both;
	width: 796px;
	background-color: #62ad17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-left-color: #336600;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.content:link {
	text-decoration: underline;
	color: #000;
}

a.content:visited {
	text-decoration: underline;
	color: #000;
}

a.content:hover {
	text-decoration: none;
	color: #000;
}

a.content:active {
	text-decoration: underline;
	color: #000;
}

a.footer:link {
	text-decoration: underline;
	color: #FFF;
}

a.footer:visited {
	text-decoration: underline;
	color: #FFF;
}

a.footer:hover {
	text-decoration: none;
	color: #FFF;
}

a.footer:active {
	text-decoration: underline;
	color: #FFF;
}

H1 {
	font-size: 18px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}
.homepagetext {
	font-size: 18px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/cms/cmsimages/overlay.png);

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cms/cmsimages/overlay.png", sizingMethod="scale");
	}
	