* {
	margin: 0px;
	padding: 0px;
}
body {
	padding-top: 0px;
	background-color: #000000;
	color:#CCCCCC;
	font: 14px Verdana, arial, sans-serif;	
	text-align: left;
		
}
a {color: #FF9933;font-size: 12px;}
a:hover {color: #01a9c0;}
.more{
font-style:oblique;
font-weight:bold;
	color:#FFEA00;
}
.clear{clear:left;}
p{	margin: 0px 0px 0px 0px;
}
#container {
	margin: 0px auto;
	width:873px;
}
#menu {
	background-image:url(images/top.gif);
	width:871px;
	height:213px;
	position:relative;
}
#menu li{
	position:absolute;
	top:28px;
	 
	list-style-type: none;
}
#m01 {left:75px; background: url(images/home_on.jpg) no-repeat; display:block;}
#m02 {left:220px; background: url(images/gallery_on.jpg) no-repeat; display:block;}
#m03 {left:365px; background: url(images/pups_on.jpg) no-repeat; display:block;}
#m04 {left:505px; background: url(images/links_on.jpg) no-repeat; display:block;}
#m05 {left:645px; background: url(images/contact_on.jpg) no-repeat; display:block;}
#menu a{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
}

#menu a:hover
{
visibility:visible
}

#menu a:hover img
{
visibility:hidden
}


#header {
	width:871px;
}

#dj {
	width:400px;
	height:416px;
	float:right;
	display: inline;
	margin-right: 50px;
	font-size:11px;
	background-image:url(images/dog.jpg);
		}
#welcome {
	margin: 0px 0px 0px 0px;
	float:left;
	background-image:url(images/middle.jpg);
	height:450px;
	display:inherit;
	width:871px;
}
#welcome h2{
	margin: 0px 0px 0px 0px;
	color:#CCCCCC;
	font-style:italic;
	font-weight:bold;
	padding-left:45px;
	font-size:18px;
}
#welcome p{
	width:370px; padding-left:45px;
	
}
#welcome fieldset{
	width:600px; 
	
	margin-left:45px;	
}

#welcome ul{
	padding-left:65px;
	
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 650px;
  width: 650px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color:#CC0033;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 250px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form select, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of  label aligns textarea better in IE */
     border: 1px solid #A6CAF0;    
	 background-color:#FFFFFF;                    
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}


#dj p{width:350px; padding-left: 30px;
	
}
#dj p.news{
text-decoration:underline; margin: 0 0 0 0;}
#dj hr{
color:#FFFFFF;
height:1px;
width:75%;
	
}


#middle {
	width:873px;
	height:416px;
}
#middle2 {
	background-image:url(images/middle2.jpg);
	width:873px;
	}
#content {
	width:873px;
}
#left {
	float:left;
	width:435px;
	margin: 0px 0px 0px 85px;
	display:inline;
}
#right {
	float:right;
	width:258px;
	height:auto;
	margin: 0px 62px 20px 0px;
	display:inline;
}
#right a img{
	margin: 8px 8px 8px 0px;
	border: none 0px #FFFFFF;
}
#footer {
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	width:871px;
	height:120px;
	
}
#footer p{
	height:58px;
	width:873px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 80px 0px 0px 0px;
	font-size:11px;
}
#footer a{
	font-size:11px;
}
