@charset "utf-8";
/* CSS Document */
body {
background-color:#DDDDDD;
}
.parent_container {
background-color:white;
border:3px solid white;
float:none;
min-height:800px;
height:auto !important;
margin:0 auto;
overflow:hidden;
padding:0;
width:755px;
font-family:Arial, Verdana;
}
.header {
background-image:url(images/header_background.jpg);
background-repeat:no-repeat;
overflow:hidden;
height:80px;
width:755px;
padding:0;
}
.box {
float:left;
border:solid #CCCCCC 1px;
height:230px;
width:275px;
background-color:white;
border-right:none;
overflow:hidden;
}
.button_home {
width:150px;
height:230px;
float:left;
border-left:solid #CCCCCC 1px;
border-bottom:solid #CCCCCC 1px;
overflow:hidden;
}
.button {
cursor:pointer;
line-height:25px;
width:199px;
height:28px;
border:dotted #CCCCCC 1px;
border-left:none;
border-bottom:none;
background:#F5F5F5;
padding:0px;
}
.hbutton_container {
float:left;
width:747px;
height:28px;
overflow:hidden;
padding:0;
border-bottom:solid #F5F5F5 1px;
background-color:white;
}
.hbutton {
line-height:25px;
cursor:pointer;
float:left;
width:92px;
height:27px;
border:solid #F5F5F5 1px;
border-right:none;
background-color:#white;
padding:0;
}

.picture_box {
float:left;
width:745px;
height:120px;
border:none;
border-top:none;
padding:0;
overflow:hidden;
}

.see_also {
float:left;
width:160px;
height:auto;
border:solid #CCCCCC 1px;
border-right:none;
background-color:white;
}

.content_style {
float:left;
padding:3px;
width:578px;
height:auto;
border:solid #CCCCCC 1px;
background-color:white;
}

