﻿@charset "utf-8";
#JDMBody {
	font-family: "Comic Sans MS", cursive;
	padding:10px;
	width: 800px;
	font-size: small;
}
#JDMBanner {
}
#JDMBanner_Left {
	width:45%;
}
#JDMBanner_Right {
	float: right;
	text-align: left;
	width: 50%;
}
#JDMBanner_Right_Top {
	padding-right:28px;
	font-size:80%;
	text-align:right;
}
#JDMBanner_Right_Bottom {
	float:right;
}
#JDMMenu {
	height: 32px;
	background-color: green;
}
#JDMTicker {
	padding:7px;
	font-size: 80%;
	background-color: yellow;
}
#JDMMain {
}
#JDMMainLeft50 {
	padding:7px;
	float:left;
	width:45%;
}
#JDMMainLeft60 {
	padding:7px;
	float:left;
	width:55%;
}
#JDMMainRight40 {
	float:right;
	width:40%;
}
#JDMMainRight50 {
	padding:7px;
	float: right;
	width: 50%;
}
#JDMEmptyBox{
	height: 20px;
	width: 100%;
}
#JDMTitle{
	padding:7px;
	font-size:large;
	color:green;
	font-weight:bold;
	height:15px;
}
#JDMWide{
	padding:7px;
}
#JDMNewsBox {
	border:#00F solid thin;
	padding:5px;
	width:50%;
	float:left;
}
#JDMNewsBoxContent {
	font-size: 75%;
}
#JDMWebBox {
	border:#00F solid thin;
	padding:5px;
	float:right;
	width:40%;
}
#JDMWebBoxContent {
	font-size: 75%;
}
#JDMFooter {
	padding:7px;
	background-color:green;
	font-size: 80%;
	color: #FFF;
}

