body
{
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #919191;
	font-size: 13px;
	font-family: Helvetica, sans-serif;
}

#container
{
	margin: 1em 5%;
	background-color: #FFF;
	background-image: url(/images/bg.png);
	background-repeat: repeat-y;
	border: 1px solid #333;
	margin: 20px auto 0px;
	width: 1000px;
}

#banner
{
	background-color: #fff;
	border-bottom: #5e5e5e 5px solid;
	border-top: #5e5e5e 15px solid;
}

#banner h1
{
	padding-right: 0.1em;
	padding-left: 0.5em;
	padding-bottom: 0.1em;
	margin: 0px;
	padding-top: 0.1em;
}

#nav
{
	float: left;
	width: 150px;
	margin-left: 0px;
	padding-top: 1em;
	background-image: url(images/half_cat.gif);
	background-repeat: no-repeat;
	background-position: 0px 400px;
	min-height: 600px;
}

#nav p
{
	margin-top: 0; 
}

#content
{
	background-position: 100% 60px;
	background-image: url(images/half_dog.gif);
	margin: 0px 0em 0px 150px;
	
	background-repeat: no-repeat;
}

#text
{
padding-right:50px;
padding-left:25px;
}

#footer
{
	clear: both;
	background-color: #5e5e5e;
	padding: .1em;
	text-align: right;
	border-top: 1px solid #333;
font-size: 10px;
color: #fff;
}

#footer a
{
color: white;
}

/*menu*/
.menu-off,.menu-over,.menu-on { font-size:12px; color:#d4d4d4; text-align:center;}
.menu-off {background-image: url(/images/blank.gif);}
.menu-over {cursor:pointer;background-image: url(/images/blank_over.gif);color:white;}
.menu-on {color:white; background-image: url(/images/blank.gif);}

.menu-off1,.menu-over1,.menu-on1 { font-size:12px; color:#5e5e5e; text-align:center;}
.menu-off1 {background:white;}
.menu-over1 {cursor:pointer; color:#white; background-image: url(/images/blank_over.gif);}
.menu-on1 {color:#white;background-image: url(/images/blank_over.gif);}


#gallery {width:700px;}
#gallery ul {list-style:none; padding:0; margin:0; width:150px; position:relative; float:right;}
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#ddd;}
#gallery ul li a:hover img {position:absolute; right:150px; top:0; width:auto; height:auto; border:1px solid #000;}

h1
{
	font-size: 20px;
	color: #4c8bb1;
}

h2
{
	color:#5e5e5e;
	font-size: 18px;
}
h3
{
	color:#4c8bb1;
	font-size: 14px;
}

a
{
      text-decoration: none;
      color: #35617C;
}

a:visited
{
      text-decoration: none;
      color: #919191;

}

ul
{
list-style-image: url(/images/bullet.png);
}
