@charset "utf-8";


/** Default Setting *************************************************/
html{ margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, div, p, hr,ol, ul, pre, blockquote{margin-top: 5px; margin-bottom: 5px;}
a {	color: #333333;	text-decoration: underline;}
a:hover{color:#FF9900;}
a img{ border: 0; }
strike{
	color:#CCCCCC;
}


form, input {margin: 0;	padding: 0;}
body{

	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 0.8em;
	text-align: center; /* center on ie */
	min-width: 780px;
	margin:0px;
	background-image:url(../images/bg_body.jpg);
	background-position:top;
	background-repeat:no-repeat;
}


/** Layout *************************************************/
div#Wrapper{float:left;width:100%}
div#Navigation{float:left;width:200px;margin-left:-100%;}
div#Extra{float:left;width:160px;margin-left:-160px}



/** Head Module *************************************************/
#head{
	margin-bottom:9px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
#head:after{
	clear:both;
}

#head h1{
	margin-top:5px;
	height:30px;
	width:200px;
	text-align:left;
}

#promotion{
	clear:both;
	width:100%;
	height:50px;
	background-image:url(../images/example_bg_promotion.gif);
}
#promotion h1,#promotion h2{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	font-size:1em;
	text-align:left;
	padding:16px;
	color:#CCCCCC;
}
#promotion p a{
	color:#FFCCCC;
}


.dropShaddow{
	clear:both;
	margin:0px;
	height:25px;
	border:none;
	background-image:url(../images/bg_dropshadow.png);
	background-repeat:repeat-x;
	padding-bottom:20px;
}

#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#rowContents{
	width:900px;
	border:thin solid #CCCCCC;
	margin-top:15px;
	padding:20px;
	text-align:left;
}
#rowContents h3{
	color:#003333;
	font-weight:bold;
}

#rowContents p{
	background-color:#F7F7F7;
	padding:10px;
	margin-left:20px;
}

#rowContents dt{
	font-weight:bold;
	color:#660000;
	border-bottom:thin solid #CC9999;
	margin-left:40px;
}
#rowContents dd{
	background-color:#F7F7F7;
	padding:10px;
	margin-bottom:10px;
}

#rowContents li{
	margin-bottom:5px;
}



#Foot {
	clear:both;
	font-size:0.8em;
	color:#FFFFFF;

	background-image:url(../images/bg_foot.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:32px;
	
}
#Foot p{
	text-align:right;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}


