@charset "utf-8";
/* CSS Document */

img {
	border: thin solid #333333;
	margin: 5px;
}
h1 {
	color: #663333;
	font-family: "Times New Roman", Times, serif;
}
#logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 0px;
}
#nav {
	background-color: #999999;
	margin: 0px;
}
h2 {
	color: #633;
}
#main {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
}
#news {
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: double;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-right-style: solid;
	background-color: #D8D8D8;
}
#main .right {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 25px;
}
#main .left {
	float: left;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#main #mainContent4memories .bullet {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
