/* { border: 1px solid #00ffcc; } */* { margin: 0; padding: 0; }

body { background:#919291 url("images/background.gif") top center repeat-x; }    img { border: 0px; }

#container {    position: relative;    width: 906px;    font: 16px helvetica;    color: #7f7f7f;
    line-height: 18px;    text-align: left;
    margin:0 auto; padding:0;    }
#container h1 { color:#a13535; font:24px palatino, "Times New Roman"; }
#container h2 { color:#7f7f7f; font:20px palatino, "Times New Roman"; }
    
#logo { width:906px; margin:51px auto 39px auto; text-align:center; }
#box_left { width:256px; height:255px; background:url("images/box_left.jpg"); margin:0 9px 0 0; padding:20px; float:left; }
    #box_left ul { margin:30px 0 0 20px; list-style-image: url("images/dot.gif"); }
    #box_left li { margin:15px 0; }
    #box_left a { color:#7f7f7f; }
    #box_left a:hover { text-decoration:none; }

#box_middle { width:256px; height:255px; background:url("images/box_middle.jpg"); margin:0 9px 0 0; padding:20px; float:left; }
    #box_middle p { line-height:22px; }

#box_right { width:256px; height:255px; background:url("images/box_right.jpg"); padding:20px; float:left; }
    #box_right a { float:right; margin:170px 0 0 0; }

#box_bottom { width:886px; height:125px; background:url("images/box_bottom.jpg"); margin:20px 0 0 0; padding:10px; float:left; font:14px helvetica; }

#box_sub { width:620px; height:202px; background:#fff url("images/box_sub.jpg") bottom left no-repeat; float:left; font:14px helvetica; border:2px solid #7c7c7c; padding:40px; line-height:20px; }

#nav { width:135px; float:left; }
    #nav ul { list-style:none; }
    #nav li { padding:10px 20px; border-bottom: 1px solid #7c7c7c; }
    #nav a { color:#7f7f7f; text-decoration:none; }
    #nav a:hover { color:#fff; }
    //#nav a:hover li { background:#a13535; color:#fff; }
    
.box_small { border:2px solid #7c7c7c; float:left; margin:30px 20px 0 0;  }

#previewWin {
    color:#fff; text-align:center; font: 12px helvetica;
	background-color: #a13535;
	width: 682px; height: 15px;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	top: 600px; left: 140px;
	border: 1px #7f7f7f solid;
	clip: auto; overflow: hidden;
}
  
.float_left { float:left; }
.float_right { float:right; }  
.clear {    clear:both;    height:1px;    margin-top:-1px;    overflow:hidden;    }