@charset "utf-8";
/*Basic
--------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 


/* GLOBAL ---------------------------------------------------------- */

a { color: #0d0de3; text-decoration: none; }
a:link, a:visited { color: #0d0de3; }
a:hover { color: #ec1c24 ; text-decoration:none; }

hr { display: none; }
a img,:link img,:visited img, img,  fieldset { border: none; }
th, td, input, textarea { font-size: 100%; }
caption, th { text-align: center; } 
em { font-style: italic; }
strong { font-weight: bold; }
del { text-decoration: line-through;}
small{ font-size: smaller; }
ol,ul { list-style:none; } 
pre{ display: block; margin: 1em 0; padding: 0 .5em; overflow: auto;  background: #EEE ;font-size: 100%; }
code{ font-family: monospace; background-color: #EEE; padding: .2em .5em;font-size: 100%;}
pre code{ padding: 0;}
abbr, acronym{ border-bottom: 1px dotted #333;}
address { font-style:normal; }
q:before,q:after { content:''; }
/* CSS Document 
body, table, tr, td, select, input, textarea { font-family:tahoma;}
*/
body, table, tr, td, select, input, textarea { font: 13px arial}

/*body  {background: url(/Images/bg/2011.07.30-bg-v2.jpg) fixed; top left repeat-y; color: #545454; font-size: 0.75em; line-height:18px;}form {margin:0px;}*/
body  {/*background: url(/Images/2011.11.30-bg.jpg) fixed; top left repeat-y;*/ color: #545454; font-size: 0.75em; line-height:18px;}
form {margin:0px;}

.hand {cursor: pointer;}
h3 { font-size:120%;}
h4 { font-size:100%;}





/* Basic Structure
--------------------------------------------------------------------------*/

#OutSite{ width:1223px; margin:0 auto;}
#Wrap	{ width:973px;  padding:0 5px; background:#fff; margin:0 auto;}
#Head	{ width:960px; margin:0 auto; display:block !important; overflow:hidden;}
#Center	{ clear:both;}
#Left	{ width:187px; padding:5px 6px 0 0; float:left;}
#Right	{ width:780px; float:left; padding-top:5px;}
#Footer	{ clear:both;  margin-top:10px;}


