* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif, system;
 font-size: 13px;
 color: #000;
 background: #FFF url('images/bg_rep.png') repeat;
}

h1 {
 font-family: system;
}

h2 {
 font-family: system;
}

h3 {
 font-family: system;
 font-size: 2em;
 color: #57B9FD;
}

h4 {
 font-family: system;
 display:inline;
 color: #FFF;
}

a {
 font-family: system;
 color: #FFF;
 text-decoration: none;
 border: none;
}

hr {
 color: #57B9FD;
 height: 1px;
}

#textfield {
 background: #D9EFFD url('images/text_bg.png') left top;
 color: #57B9FD;
 border: solid 0px #B6E0FE;
 padding: 3px;
}

#searchbutton {
 background: #8CCFFD url('images/box_rep.pn') repeat;
 color: #FFF;
 border: solid 1px #FFF;
 padding: 1px;
}

#wrapper { 
 margin: 0px auto;
 width: 932px;
}

#navigation {
 background: #57B9FD;
 width: 700px;
 height: 40px;
 font-family: system;
 font-size: 2em;
 color: #D9EE9C;
 float: right;
 padding: 5px;
 margin: 0px;
}

#search {
 background: #57B9FD;
 Width: 210px;
 color: #0C3A13;
 float: right;
 margin-top: -32px;
}

#header {
 background: #8CCFFD;
 width: 910px;
 height: 50px;
 font-family: system;
 color: #FFF;
 border-bottom: 0px solid #8CCFFD;
 padding: 0px;
 margin: 0px 10px 0px 10px;
}

#follow {
 width: 45px;
 float: right;
 padding: 3px;
 margin-top: -5px;
 margin-right: -4px;
}

#tl {
 background: url('images/tl_rib.png');
 width: 15px;
 height: 63px;
 float: left;
 margin-top: -0px;
 margin-left: -5px;
}

#tr {
 background: url('images/tr_rib.png');
 width: 15px;
 height: 63px;
 float: right;
 margin-right: -3px;
}

#bl {
 background: url('images/bl_rib.png');
 width: 15px;
 height: 38px;
 float: left;
 margin-top: -12px;
 margin-left: -5px;
}

#br {
 background: url('images/br_rib.png');
 width: 15px;
 height: 38px;
 float: right;
 margin-top: -12px;
 margin-right: -3px;
}

#logo {
 background: url('images/logo.png');
 Width: 35px;
 height: 50px;
 float: left;
 margin-right: 5px;
}

#content { 
 background: #D9EFFD url('images/con_rep.pn') repeat;
 width: 900px;
 height: 100%;
 color: #000;
 border-top: 2px solid #B6E0FE;
 border-bottom: 2px solid #B6E0FE;
 margin: 0px 10px 0px 10px;
 padding: 5px;
}

#index_bottom {
 background: #8CCFFD;
 width: 900px;
 height: 200px;
 vertical-align: bottom;
 border-bottom: 2px solid #73C4FB;
 margin: 0px 10px 0px 10px;
 padding: 5px; 
}

.half_box {
 background: #FFF url('images/bg_rep.png') repeat;
 width: 419px;
 height: 170px;
 border: 5px solid #57B9FD;
 float: left;
 padding: 5px; 
 margin: 5px 5px 0px 5px;
}

.thumb_box {
 background: #D9EFFD url('images/con_rep.pn') repeat;
 width: 84px;
 height: 150px;
 border: 5px solid #8CCFFD;
 float: left;
 padding: 0px; 
 margin: 5px;
}

.date {
 background: url('images/date.png') no-repeat;
 width: 225px;
 height: 21px;
 font-family: system;
 color: #F0FB61;
 padding: 2px;
}

#next {
 width: 75px;
 height: 25px;
 font-family: system;
 color: #F0FB61;
}

#footer { 
 background: #57B9FD;
 width: 900px;
 height: 16px;
 color: #000;
 margin: 0px 10px 5px 10px;
 padding: 5px;
 text-align: center;
}