html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}


body {

	background-image: url(images/assets/bg.png);
	background-repeat: repeat-y;
	background-color: #99ccff;

	/*background-position:center; */
	color: #000032;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;

/*	text-align: center; /* Centers the page content container in IE 5 browsers. */
/*	position: absolute;
	left: 50%;
	margin-left: -512px;*/
}


#logo{
	position: relative;
	top: -105px;
	left:42px;
	z-index: 1000000;
}


img{
	border: none;
}


h1 {
  color: #FC0;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}


h2 {
  color: #339933;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  position: relative;
}


/* Sets the style for unvisited links. */


a,  a:link {
  color: #000032;
  font-weight: bold;
  text-decoration: none;
}



/* Sets the style for visited links. */


a:visited {
  color: #000032;
  font-weight: bold;
  text-decoration: none;
}



/* Sets the style for links on mouseover. */



a:hover {
  color: #FFC;
  text-decoration: underline;
}



/* Sets the style for a link that has focus. */
a:focus {
  color: #000032;
}



/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #ffcc33;
}


#contentWrapper{
	position: absolute;
	top: -100px;
	left:100px;
}



/* This is a container for the page content. IE 5 browser require the use of text-align: center defined by the body element to center the container. */
#outerWrapper {
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */ 
}


#outerWrapper{
	width: 1024px;
	height: 121px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#outerWrapper #contentWrapper {
  position: relative;
}


#outerWrapper #contentWrapper #leftColumn1 {
  width: 300px;
}



/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  position: relative;
  top: 250px;
  left:100px;
  width: 600px;
  height:100;
}



#outerWrapper #contentWrapper #content #gal_thumbs {
	float: left;
	padding: 5px 5px 5px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 218px;
}


#outerWrapper #contentWrapper #content #gal_image {
	position: relative;
	top: 100px;
	padding: 5px 5px 5px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 320px;
}


/*Styles for Text */
#outerWrapper #header .sectionName {
	font-style: italic;
	color: #000000;
}


#contentTxt{
	width: 400px;
	position: absolute;
	left: 450px;
	top: 280px;
}

#splitter{
position: absolute;
}



/*Styles for Navigation */
#menuContainer{	
	position:absolute;
	top: 45px;
	left: 530px;
	z-index: 10000000;
}


#menu{
	font-size: small;
	font-family: Century Gothic, Verdana, Geneva, sans-serif;
	width:100%;
	float:left;
	margin:3em;
	margin-top: 1em;
	}

#menu a{
	text-align: center;
	display:block;
	border: none;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}

#menu a:link, #menu a:visited, #menu a:active	/* menu at rest */
	{
	color: #000033;
	background-color:#ccffff;
	text-decoration:none;
	}


#menu a:hover						/* menu on mouse-over  */
{
	color: #ffcc33;
	background-color: #ccffff;
	text-decoration:underline;
	}	



#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}
	
#menu li{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menu ul ul{
	position:absolute;
	z-index:50000000;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menu ul ul ul{
	top:0;
	left:100%;
	}


div#menu li:hover{
	cursor:pointer;
	z-index:100;
	}
	
div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}


.gal_img {
	margin: 3px;
}


#grass1{
	z-index: 1000000;
	position: fixed;
	bottom: 0px;
	background-image:url(images/assets/grass1.png);
	background-repeat: repeat-x;
}


#footerimage{
	z-index: 100;
	position: fixed;
	bottom: 0px;
	background-repeat:no-repeat;
	height: 200px;
}


#header{
	height: 10px;
}



#grass2{
	position fixed;
	bottom: 0px;
	background-image:url(images/assets/grass2.png);
	background-repeat:repeat-x;
}


#gallery{
	position: relative;
	top: 0px;
	left: 250px;
}


#copyright{
	position: fixed;
	bottom: 0;
	left: 500px;
	z-index: 9000000;
}

#gal{
	position:relative;
	top: 400px;
	left: 200px;
}


#dogDetails{
	position: relative;
	top: 240px;
	left: 100px;
	height:1000px;
	width: 400px;
	overflow: none;
}


#loginform{
	position: relative;
	left: 100px;
}

#adminContent{
	position: relative;
	left:100px;
	top: -100px;
}

#dogContent{
	width: 700px;
	position: relative;
	left: 150px;
	top: -100px;
	
	
}
#dogImage{
	position: relative;
	top:-230px;
	left: 200px;
}
