/* CSS Document */

.body, #menu_navigation, #navigation, #header, #footer, #container{
width: 722px
}

body{ 
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
color:#d2d2d2;
background: #1e1e1e url(images/sce/background_tile.jpg) repeat-x;
}

.body{
text-align:center; 
margin: 0px auto;
}

#container{ 
text-align:left; 
background: #1e1e1e url(images/sce/content_bg.jpg) no-repeat bottom;
border:1px solid #000000;
}

#header{ 
float: left; height: 274px;
}

#menu_navigation{ 
float:left; 
height: 25px; 
background: url(images/sce/menu_tile.jpg) repeat-x; 
}

#navigation{
height: 25px; 
margin-top: 4px;
margin-bottom:-4px;
}

#right{
float: right; 
width: 221px; 
background: url(images/sce/right-column.jpg) no-repeat;
text-align:center;
/*height: 447px;*/
}

#content{
float: left; 
width:499px; 
height: auto;
border-right:1px solid #000000;
background: url(images/sce/left-column.jpg) no-repeat;
/*min-height: 447px;*/ 
/*overflow:hidden;*/
}

#inner_content{
margin-left: 20px; 
margin-right: 10px; 
margin-bottom: 35px; 
width:449px; 
text-align:justify;
}

/*#inner_content{
margin-left: 10px; 
margin-right: 10px; 
width:479px; 
}*/

#footer{
text-align: left; 
}


#inner_footer{
margin-left: 10px; 
width: 712px;
}

#footer a.footer_link{
}

html>body #inner_content{
height: auto
}

/*use for vertical image menu*/
/*
#menu a.main_menu {padding:0px; border:0px;}
*/
/*use for horizontal image menu, NOTE: be sure to set the menu width to 0 or nothing within the admin->appearance !!*/
/*
#menu a.main_menu {display: block; padding: 0px; border: 0px;}

* html #menu ul{width: 1em;}
*/
