@charset "utf-8";
/* CSS Document */
*{border:0;}
body{background-color:#000; height:100%; margin:0;}

#container{min-width:1250px; background-color:#FFF; margin:10px;}
#header{width:auto; height:177px; background-image:url(images/header.jpg); background-repeat:no-repeat;}
#content{width:1280px; clear:both;}
#left_side{width:190px; height:600px; background:url(images/nav_bg.jpg) no-repeat; padding-top:10px; padding-left:10px; float:left; color:#999;}
#center{width:805px; height:590px; background:url(images/centerbg.jpg) no-repeat; float:left; padding-top:25px; padding-right:5px; padding-left:20px; overflow:auto; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #666666;}
#center h1{font-size:18px;}
#right_side{width:200px; height:590px; float:left; background-image:url(images/right_bg.jpg); background-repeat:no-repeat; padding-top:25px;}
#dog{width:100px; height:auto; float:left; margin:10px; text-align:center;}
.dog{width:100px; height:auto; float:left; margin:10px; text-align:center;}
.dog img {
	float:left;
}

.floatleft{float:left; margin:3px;}

#header a {
	background: url(images/header.jpg) no-repeat;
	display: block;
	height: 177px;
	width: auto;
	text-decoration: none;
}

#header a span {
 visibility: hidden;
}
