/*
0{
		border-style:solid;
		border-width:1px;
		padding:0;
}
*/
.left
	{
		float			: left;
/*		width			: 30%;
*/
	}

.right
	{
		float			: right;
/*		1width			: 30%;
*/	}
.center
	{
/*		1margin-left		: auto;
		1margin-right	: auto;
*/	}

.line
{
		border-style:solid;
		border-width:1px;
		padding:0;
}
body
	{
/*		1width			: 800px;
*/		padding			: 0;
		margin-left		: 0px;
		margin-right	: 0px;
		margin-top		: 0px;
		margin-bottom	: 0px;
	}
#wrapper
	{
		MARGIN: 0px auto 5px;
		WIDTH: 750px;
		clear			: both;
	}

#title
	{
		FONT-SIZE			: 75%;
		BORDER-TOP			: #b8b1ad 1px solid;
		BORDER-BOTTOM		: #b8b1ad 1px solid;
		BORDER-RIGHT		: #b8b1ad 1px solid;
		BORDER-LEFT			: #b8b1ad 1px solid;
		padding-left		: 10px;
		padding-right		: 10px;
		padding-top			: 8px;
		padding-bottom		: 8px;
		BACKGROUND-COLOR	: #aaffaa;
		TEXT-ALIGN			: center;
	}

#menu
{
		float				: left;
		PADDING-LEFT		: 0px;
		PADDING-RIGHT		: 0px;
		PADDING-TOP			: 0px;
		PADDING-BOTTOM		: 0px;
		margin-left			: 0px;
		margin-right		: 0px;
		margin-top			: 0px;
		margin-bottom		: 10px;
		WIDTH				: 180px;
		font-size			: 100%;
}

#contents {
		float				: right;
		PADDING-LEFT		: 0px;
		PADDING-RIGHT		: 0px;
		PADDING-TOP			: 0px;
		PADDING-BOTTOM		: 0px;
		margin-left			: 0px;
		margin-right		: 0px;
		margin-top			: 0px;
		margin-bottom		: 0px;
		WIDTH				: 540px;
		font-size			: 100%;
}

#main {
	PADDING-LEFT		: 10px;
	PADDING-RIGHT		: 10px;
	PADDING-BOTTOM		: 10px;
	PADDING-TOP			: 10px;
	margin-left			: 0px;
	margin-right		: 0px;
	margin-top			: 0px;
	margin-bottom		: 0px;
	
	clear				: both;
}

dd.division
	{
	margin			:  0px 0px 0px 0px ;
/*	1width			: 150px;
*/
	}
.list_title
{
	font-size				: 90%;
	margin					: 5px 0px 3px 0px ;
	letter-spacing			: 0px;
	line-height				: 120%;
	list-style-position		: inside;
	list-style-type			: none;
	text-decoration			: none;
	border-style			: solid;
	border-width			: 1px 7px 1px 7px;
	border-color			: #737;
	background-color		: #EEEEEE;
	padding					: 5px 5px 5px 2px;
	width					: 180px;
}
.list_data
{
	font-size					:  80%;
	margin						:  4px 0px 0px 0px ;
	letter-spacing				:  0px;
	line-height					:  120%;
	list-style-position			: inside;
	list-style-type				: none;
	width						: 180px;
}

a.link_list
{
	display						: block;
	border-left					: 7px solid #AACCCC;
	border-right				: 7px solid #AACCCC;
	border-top					: 1px solid #AACCCC;
	border-bottom				: 1px solid #AACCCC;
	background-position			: center;
	text-decoration				: none;
	background-color			: #EEEEEE;
	width						: 120px;
	padding-left				: 0px;
	padding-right				: 2px;
	padding-top					: 5px;
	padding-bottom				: 5px;
	margin-left					: 20px;
	margin-right				: 20px;
	margin-top					: 0px;
	margin-bottom				: 0px;
	TEXT-ALIGN					: center;
}

a:hover.link_list
{
	text-decoration				: none;
	border-style				: solid;
	border-width				: 1px 7px 1px 7px;
	border-color				: #575;
	background-color			: #FFFFFF;
	padding-left				: 0px;
	padding-right				: 2px;
	padding-top					: 5px;
	padding-bottom				: 5px;
	width						: 140px;
	margin-left					: 10px;
	margin-right				: 10px;
	margin-top					: 0px;
	margin-bottom				: 0px;
	TEXT-ALIGN					: center;
}

.entry {
	BORDER-RIGHT				: #b8b1ad 1px solid;
	BORDER-LEFT					: #b8b1ad 1px solid;
	BORDER-TOP					: #b8b1ad 1px solid;
	BORDER-BOTTOM				: #b8b1ad 1px solid;
	padding						: 2px 5px 0px 5px;
	FONT-SIZE					: 80%;
	MARGIN						: 0px 0px 8px 0px;
	WIDTH						: 520px;
	BACKGROUND-COLOR			: #fceee6;
}


#cm {
	BORDER-LEFT			: #b8b1ad 1px solid;
	BORDER-RIGHT		: #b8b1ad 1px solid;
	BORDER-TOP			: #b8b1ad 1px solid;
	BORDER-BOTTOM		: #b8b1ad 1px solid;
	FONT-SIZE			: 100%;
	MARGIN				: 0px;
	BACKGROUND-COLOR	: #aaffaa;
	TEXT-ALIGN			: center;
	clear				: both;
}

