/* main */

body {
margin:0px;
border-style: none;
width:  100%;
height: 100%; 
background-color: #333333;
background-image:url(../images/bg_texture_tile.jpg);
background-position: top center;
background-repeat: repeat-y;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
}
/* set the standard (IE) box sizing for elements */
html * {
 box-sizing: border-box;
-moz-box-sizing: border-box;

}
a {
color:#fff;
}
a:hover {
background:#fff;
color:#333;
text-decoration:none;
}
#container {
margin:0 auto;
width:902px;
color:#fff;
overflow:visible;
}
#header {
margin:0px;
background:url(../images/bg_texture_top.jpg) no-repeat;
width:902px;
height:108px;
margin-bottom:10px;
}
#header2 {
margin:0px;
background:url(../images/bg_texture_top2.jpg) no-repeat;
width:902px;
height:51px;
margin-bottom:0px;
}
#body_container {
width:821px;
margin:0 auto;
}
#content_top {
background:url(../images/content_bg_top.jpg) no-repeat;
width:821px;
height:15px;
}
#content_tile {
background:url(../images/content_bg.jpg) repeat-y;
height:100%;
overflow:auto;
}
#content {
border:1px #000000 solid;
background:url(../images/content_bg_grey.jpg) repeat;
width:646px;
padding:20px 0px 10px 0px;
margin-bottom:15px;
}
#content_txt {
margin:0px 10px 10px 10px;
width:626px;
position:relative;
top:0px;
color:#fff;
font-size:12px;
}
#content_left {
width:156px;
float:left;
}
#content_right {
width:636px;
float:left;
}
#content_bottom {
width:821px;
height:8px;
background:url(../images/content_bg_btm.jpg) no-repeat;
clear:both;
}
#gallery_photo {
width:562px;
width:254px;
}
#fullmode {
font-size:12px;
width:780px;
margin-left:20px;
margin-bottom:10px;
}
/* Footer */
#footer {
padding-top:5px;
width:821px;
margin:0 auto;
text-align:center;
font-size:11px;
margin-bottom:20px;
}
#footer a {
color:#fff;
text-decoration:none;
}
#footer a:hover {
background:#fff;
color:#333;
}
