@charset "UTF-8";
/* CSS Document */
img {
	border:none;
	margin:5px 15px;
}
p {
	margin:0px;
}
h1, h2, h3, h4, h5, h6 {
	margin:5px;
}
body {
	background: #E2E5E6;
	background-image:url(../images/body_bg.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 780px;
	padding:0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-right: 2px solid #AB865E;
	border-left: 2px solid #AB865E;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	width: 550px;
	float:right;
	padding: 1px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#header {
	width:100%;
	height:100px;
}
#header #followus img {
	float:right;
	display:block;
	margin:0 2px 0 0;
	
}
#header #followus {
	zoom: 1; 
	filter: "alpha(opacity=50)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity = 50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-decoration:none;
	cursor:pointer;
}
#header #followus:hover {
	zoom: 1; 
	filter: "alpha(opacity=100)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity = 100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	text-decoration:none;
	cursor:pointer;
}
#clearfloat {
	line-height:0px;
	clear:both;
}
#navi {
	margin:0;
	padding:0;
	width:200px;
	float:left;
}
#navi #menu {
	margin:15px 0 0 0;
	padding:0px;
	position:relative;
}
#navi #menu td {
	margin:0;
	padding:0 0 0 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	vertical-align:middle;
	color:#004B80;
	font-size:13px;
	cursor:pointer;
	text-align:left;
}
 #navi #menu td:hover {
	margin:0px;
	padding:0 0 0 25px;
	background-image:url(../images/navi_bg_hover.png);
	background-position:left center;
	background-repeat:repeat-y;
	vertical-align:middle;
	cursor:pointer;
	color:#AB865E; 
	text-align:left;
} 
#navi #menu a:link,#navi #menu a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#004B80;
	font-size:13px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
#navi #menu div {
	margin:0px;
	padding:10px 0 10px 0;
	width:180px;
	height:100%;
	display:block;
}
#navi #menu a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#AB865E;
	font-size:13px;
	text-decoration:none;
}
/* -------------------------------------------------------------------*/
/* -------------------------------------------------------------------*/
/* -------------------------------------------------------------------*/
/* -------------------------------------------------------------------*/
/* -------------------------------------------------------------------*/
/* -------------------------------------------------------------------*/

#tanModule {
	width: 540px;
	float:right;
	margin:10px;

}
#tanModule #tl {
	background-image:url(../images/module/mod_tl.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:none;
	height:22px;
}
#tanModule #tr {
	background-image:url(../images/module/mod_tr.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:none;
	height:22px;
}
#tanModule #t {
	background-image:url(../images/module/mod_t.png);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#AB865E;
	margin-left:15px;
	margin-right:15px;
	padding:0;
	height:22px;
}
#tanModule #bl {
	background-image:url(../images/module/mod_bl.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:none;
	height:22px;
}
#tanModule #br {
	background-image:url(../images/module/mod_br.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:none;
	height:22px;
}
#tanModule #b {
	background-image:url(../images/module/mod_b.png);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#AB865E;
	margin-left:15px;
	margin-right:15px;
	padding:0;
	height:22px;
}

#tanModule #l {
	background-image:url(../images/module/mod_l.png);
	background-repeat:repeat-y;
	background-position:center left;
	background-color:#AB865E;
}
#tanModule #r {
	background-image:url(../images/module/mod_r.png);
	background-repeat:repeat-y;
	background-position:center right;
}
#tanModule #modContent {
	background-image:none;
	background-repeat:x-repeat;
	background-position:top center;
	background-color:#FFFFFF;
	margin-left:15px;
	margin-right:15px;
	padding:1px;
}










/* -------------------------------------------------------------------*/
/* -------------------------------------------------------------------*/
/* -------------------------------------------------------------------*/
/* -------------------------------------------------------------------*/
/* -------------------------------------------------------------------*/
/* -------------------------------------------------------------------*/

