/* CSS Document */

html {
	margin: 0;
	padding: 0;
}


body {
	background-color: #fff;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #321;
	font-size: 0.8em;
	line-height: 1.5em;	
	font-family: Osaka, Verdana, Arial, sans-serif;
}


#container {
	width: 620px;
	text-align: left;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#breadcrumb {
	color: #654;
	padding-left: 5px;
	margin: 5px 0;
	font-size: 0.8em;
}


#top {
	margin: 0;
	padding: 0;
	width: 620px;
	height: 310px;
}

#a {
	background-image: url(../images/paperbg_300300.jpg);
	width: 300px;
	height: 300px;
	border: 5px solid #fff;
	float: left;
}

#b {
	background-image: url(../images/paperbg_300300.jpg);
	width: 300px;
	height: 300px;
	border: 5px solid #fff;
	float: right;
}

.module-list {
	margin: 10px;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
}
.module-list-item {
	margin: 0;
	padding: 0;
	float:left;
}
.module-list-item a {
	color: #000;
	text-decoration: none;
}
.module-list-item img {
	border: 2px solid #000;
	margin-right: 3px;
}



#bottom {
	clear: both;
	margin: 0;
	padding: 0;
	width: 620px;
}

#cd {
	margin: 0;
	padding: 0;
	background-image: url(../images/paperbg_600top.jpg);
	width: 610px;
	min-height:200px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	border-bottom: 1px solid #edd;
}

#archive-titles {
	margin: 0;
	padding: 10px;
	font-family: verdana, sans-serif;
	font-size: 0.9em;
}

#archive-titles a{
	color: #000;
}

#archive-titles img{
margin-right: 3px;
border: 2px solid #000;
}


#cd_footer {
	text-align: right;
	font-size: 0.8em;
	margin-: 0;
	padding: 0;
	background-image: url(../images/paperbg_600bottom.jpg);
	background-repeat: no-repeat;
	width: 610px;
	height: 30px;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

#cd_footer a {
	background-color: #c00;
	color: #fff;
	text-decoration: none;
	margin-right: 4px;
}
#cd_footer a:hover {
	background-color: #f00;
	color: #fff;
	text-decoration: none;
	margin-right: 4px;
}



#footer {
	clear: both;
	margin-top: 10px;
	padding: 0;
	text-align: center;
	color: #321;
	font-size: 0.8em;
	line-height: 1.5em;	
	font-family: Osaka, Verdana, Arial, sans-serif;
}

