/* CSS Document */
body{
	height: 100%;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #f5f3f0;
	color: #888888;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../graphics/outer_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 10px;
}

a{
	color: #FF9900;
	text-decoration: underline;
}

a:visited{
	color: #999999;
	text-decoration: underline;
}

a:hover{
	color: #FF9900;
	text-decoration: none;
}

p{
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h, h1, h2, h3, h4, h5{
	color: #666666;
	font-size:15px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#header{
	height: 125px;
	width: 100%;
}

.logo{
	height: 125px;
	width: 300px;
	margin-right: 10px;
	float: left;
	background-image: url(../graphics/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.ident{
	height: 125px;
	width: 470px;
	float: right;
	background-image: url(../graphics/ident.jpg);
}

#contact{
	height: 15px;
	width: 780px;
	color: #666666;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}

#menu{
	height: 25px;
	width: 780px;
	margin-top: 4px;
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 1px;
}

#menu ul{
	padding: 0px;
	margin: 0px;
}

#menu ul li{
	display: block;
	height: 25px;
	width: 100px;
	float: left;
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	background-image: url(../graphics/menu_default.jpg);
}

#menu a{
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	vertical-align: middle;
	width: 85px;
	padding-right: 15px;
	height: 21px;
	padding-top: 4px;
	display: block;
}

#menu .active a{
	background-image: url(../graphics/menu_active.jpg);
}

#menu a:hover{
	background-image: url(../graphics/menu_hover.jpg);
}



#content{
	float: left;
	width: 540px;
	background-image: url(../graphics/grad.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	clear: left;
}

.contenttitle{
	float: none;
	width: 500px;
	color: #666666;
	background-image: url(../graphics/menu_grad.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	font-size: 18px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
}

.story{
	padding: 20px;
	width: 500px;
	min-height: 400px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#common{
	float: right;
	height: auto;
	width: 210px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	clear: right;	
}

#common:after { content: none; display: block; height: 0; clear: both; }

.commontitle{
	float: none;
	height: 100%;
	width: 170px;
	color: #666666;
	padding-top: 15px;
	font-size: 18px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.snapshot{
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#footer{
	width: 780px;
	height: 100%;
	text-align: center;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	float: left;
}

.floatright{
	float: right;
}

.floatleft{
	float: left;
}
