@charset "utf-8";
/* CSS Document */

body, html {
	height:100%;
	margin:0;
	padding:0;
}

body {
	background-color:#f4f4f4;
/*	width:940px;
	margin:0px auto;*/
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

a:hover {
	color:#CC0000;
}

a, a:visited {
	color: #5365A2;
}

#marginTop {
		width:1px;
		height:50%;
		margin-bottom:-350px; /* half of container height */
		float:left;
}

#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		height:700px; /* height of content */
		width:940px;
		clear:left;
}

#naviTop {
	padding:15px 0px 10px 20px;
}

#content {
	background-image:url(../img_common/bg-flash.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:540px;
	width:900px;
	padding:15px 20px 0px 20px;
}

.content {
	background-color:#FFFFFF;
	background:url(/design/img_common/watermark.gif) bottom left no-repeat;
	width:840px; 
	height:460px; 
	padding:30px;
}

.whitespace {
	white-space:nowrap;

}

#footer {
	padding:0px 20px 40px 20px;
}

#logo {
	margin-top:10px;
	padding-top:0px 20px 0px 20px;
	width:920px;
	text-align:right;		
}

#copyright {
	width:895px;
	font-size:70%;
	color: #8D8D8D;
	text-align:right;
}

h1 {
	font-size:2em;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	color:#666666;
}

h2 {
	font-size:1.4em;
	font-weight:normal;
	margin:0px;
	line-height:140%;
	color:#666666;
}