@charset "utf-8";
/* CSS Document */

<style type="text/css">

html{
min-height: 100%;
}

body{
background: #add8e6;
font-family: verdana;
color: black;
margin: 40px;
height: 100%;
}

#container{
background: #ffffff;
width: 711px;
margin: auto;
min-height: 600px;
height: 100%;
border: 3px solid #73C2FB;
border-top: 0px !important;
border-bottom: 0px !important;
}

#header{
background: #fff url(http://www.hamster-palace.com/images/header.gif) no-repeat;
height: 190px;
}

#headert{
width: 719px;
background: #000 url(http://www.hamster-palace.com/images/headert.gif);
margin: auto;
}

#footert{
width: 719px;
background: #000 url(http://www.hamster-palace.com/images/footert.gif);
margin: auto;
}

#menu{
padding: 10px 0px 10px 0px;
background: #73c2fb;
}

.menu_item, .menu_item a{
padding: 0px 15px 0px 20px;
color: white;
text-decoration: none;
font-size:13px
}

a.menu_item:hover{
background: #ADD8E6;
}

#box{
background: white;
height: auto;
width: auto;
min-height: 600px;
margin-top: 20px;
}

#content{
float: left;
width: 500px;
background: white;
height: 100%;
border-right: 2px solid #73c2fb; 
min-height: 600px;
padding: 0px 5px 0px 10px;
}


.style1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar{
float: right;
width: 190px;
min-height: 610px;
background: white;
height: 100% !important;
text-align:center;
}

#footer{
text-align: center;
font-size: 11px;
padding: 10px 0px 0px 0px;
clear: both;
}

</style>