@charset "utf-8";
/* CSS Document */

body {
background-color:#000000;
margin:0px;
border:0px;
padding:0px;
}

#box {
width:860px;
min-height:550px;
margin:auto;
margin-top:15px;
padding-bottom: 15px;
background:url(../image/box/white.gif) #FFFFFF repeat-x top;
}

/* Menu SideBar */

.sidebar li a{
text-decoration:none;
color:#333333;
}

.sidebar li:hover {
background:url(../image/menu/menu_hover_white.png) no-repeat;
}

.sidebar .li_selected a, .sidebar .li_selected a:hover{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.sidebar .li_selected, .sidebar .li_selected:hover {
	background-image:url(../image/menu/menu_selected_white.png);
	background-repeat: no-repeat;
}

/* CONTENT */

.content {
/*background-color:#FF0000;*/
width:540px;
float:left;
margin-left:20px;
color:#333333;
}

/* FOOTER */

.footer {
/*background-color:#666666;*/
width:830px;
margin:auto;
color:#666666;
}

.footer a{
text-decoration: none;
color:#666666;
}

/* REFLECTION */

#reflection {
width:860px;
height:28px;
/*background-color:#FF0000;*/
background:url(../image/reflection/box_reflection_white.gif) repeat-x top;
margin:auto;
}