body{
	text-align:center;
	margin:0px;
	background-color:#000000;
	color:#FFFFFF;

	font-family: "Trebuchet MS";
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0px;
	line-height: 1.6em;
	font-size: 12px;
}
a{
	color: #9A141B;
}
#c_out{
	margin:auto;
	width:806px;
	text-align:left;
}
#c_in, #c_in_in{
	float:left;
	position:relative;
	z-index:2;
	width:806px;
	margin-top:50px;
/*	background-color:#FFFFFF;*/
	background-image:url('main_m.gif');
	background-repeat:repeat-y;
	color:#000000;
}
#c_in_in{
	margin:auto;
	margin-left:5px;
	width:795px;
	background-image:url('main_bg.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
	color:#000000;
}
#menu{
	float:left;
/*	bottom:0px;*/
	width:100px;
	margin:5px;
	background-color:#D2CECD;
/*	border:1px dotted #FF0000;*/
}
#menu_h{
	float:left;
	width:550px;
	background-color:#D2CECD;
	margin-top:-5px;
	margin-bottom:20px;
}
#cont{
	z-index:2;
	float:right;
	width:555px;
	min-height:500px;
	vertical-align:bottom;
	bottom:0;
	margin-top:5px;
	margin-bottom:10px;
/*	border:1px dotted #FF0000;*/
}
#logo{
	float:left;
	width:202px;
	height:209px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:15px;
	text-align:center;
}
#menu_in{
	float:left;
}
#down{
	position:absolute;
	width:225px;
	margin-top:-115px;
	margin-left:-235px;
	text-align:center;
}
#b_t{
	float:left;
	width:806px;
	height:10px;
	margin:0px;
	padding:0px;
	background-image:url(main_top.gif);
	font-size:1px;
}
#b_b{
	float:left;
	width:806px;
	height:10px;
	margin:0px;
	padding:0px;
	background-image:url(main_bottom.gif);
	text-align:right;
	font-size:1px;
}
#footer{
	position:relative;
	margin-top:100px;
	text-align:right;
}
#m_add{
	z-index:1;
	position:absolute;
	margin-top:-277px;
	margin-left:493px;
	width:401px;
	height:341px;
}
.align-center{
	text-align:center;
}
.csc-header{
	margin-top:12px;
	margin-bottom:-12px;
}

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:800px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}