/* CSS Document */

body { background-color:#F2F2F2;}

body { font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;  color: #333; }

#title { 
  background-color: #fff;
  width:900px; 
  margin-bottom:18px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  margin-top:18px;}

#page {
  background-color: #fff;
  width:800px; 
  margin-bottom:18px;
  margin-left:auto;
  margin-right:auto;
  margin-top:18px;
  padding: 0 50 0 50px; 

}
h1 { font-size:3em; font-weight:normal; line-height:1.4; margin-bottom:0.3em; }


#title a { color: #08c; }
#title a:link, #title a:visited, #title a:active { text-decoration: none; }
#title a:hover { text-decoration: underline; }

.box_content a { color: black; }
.box_content a:link, .box_content a:visited, .box_content a:active { text-decoration: none; }
.box_content a:hover { text-decoration: underline; }

.content, .box_content {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
background-attachment:scroll;
background-color:#FFFFFF;
background-image:none;
background-position:0 0;
background-repeat:repeat;

}


.box_content {
width:190px;
height:300px;
float:left;
text-align:center;
margin: 5 5 5 5px;
}

img {
  border :none;
}