#wrapper
{
margin: 0 auto 0 auto;
width: 1000px;
text-align: left;
}

#header
{
float: left;
width: 1000px;
height: 100px;
/* margin-bottom: 10px; */
/* background-color: #333333; */
}

#header_left
{
float: left;
width: 600px;
height: 75px;
float: left;
/* background-color: yellow; */
}

#header_right
{
float: left;
width: 281px;
height: 62px;
float: left;
margin-bottom: 13px;
margin-left: 119px;
}

#header_line, #footer_line
{
float:left;
width: 1000px;
height: 10px;
/* margin: 10px 0; */
background-image: url("../images/line1.png");
background-repeat: repeat-x;
}

#container
{
float: left;
width: 1000px;
/* background-color: #333333; */
}

#contain_left
{
float: left;
width: 600px;
height: 477px;
/* background-color: red; */
}

#contain_scroll
{
float: left;
width: 600px;
height: 477px;
overflow: auto;
/* background-color: red; */
}

#contain_noscroll
{
float: left;
width: 600px;
height: 477px;
overflow: hidden;
/* background-color: red; */
}

#contain_scenes
{
float: left;
width: 600px;
height: 477px;
/* background-color: red; */
}

#contain_scroll_scenes
{
float: left;
width: 1000px;
height: 477px;
overflow: auto;
/* background-color: red; */
}

#contain_right
{
float: right;
margin-left: 10px;
width: 390px;
height: 477px;
overflow: hidden;
text-align: center;
/* background-color: green; */
}

#contain_contact_right
{
float: right;
margin-left: 10px;
width: 390px;
height: 477px;
overflow: hidden;
/* background-color: green; */
}

#footer
{
clear: both;
float: left;
width: 1000px;
margin-top: 20px;
}

#footer_left
{
float: left;
width: 800px;
margin-top: 10px;
/* background-color: red; */
}

#footer_right
{
float: left;
width: 190px;
text-align: right;
padding-right: 10px;
margin-top: 10px;
/* background-color: green; */
}

#home_video
{
float: left;
width: 800px;
height: 476px;
text-align: center;
padding-left: 96px;
/* background-color: green; */
}

li.li_links
{
list-style-type: none;
}





/* NAVIGATION */

#header_navigation
{
float: left;
padding: 3px 8px;
height: 20px;
background-color: #232323;
}

ul#navlist
{
margin-top: 2px;
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 0px 8px; }

#navlist a:link, #navlist a:visited
{
font-family: georgia;
 letter-spacing: 1px; 
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #999;
text-decoration: none;
}

#sub_header_navigation
{
float: left;
padding: 3px 8px;
height: 20px;
background-color: #232323;
}

ul#sub_navlist
{
 margin-top: 2px; 
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#sub_navlist li
{
display: inline;
list-style-type: none;
}

#sub_navlist a { padding: 0px 8px; }

#sub_navlist a:link, #sub_navlist a:visited
{
font-family: arial;
/* letter-spacing: 1px; */
color: #fff;
text-decoration: none;
}

#sub_navlist a:hover
{
color: #999;
text-decoration: none;
}




/* POSTS */

ul#postlist
{

}

#postlist li
{
list-style-type: none;
}

#postlist a:link, #postlist a:visited
{
font-family: georgia;
 letter-spacing: 1px; 
color: #fff;
text-decoration: none;
}