﻿.notice
{
	height: 350px;
	width: 650px;
	padding-left: 25px;
	padding-bottom:50px;
	font-family: "Comic Sans MS";
	margin-left:auto;
	margin-right:auto;
	border: dashed 1px black;
}
.space
{
	height: 350px;
	width: 695px;
	overflow:auto;
	
}
.note
{
	width: 625px;
	background-image:url('media/note_top.png');
	background-repeat: no-repeat;
	
}
.title
{
	padding-left:120px;
	padding-top: 35px;
	font-size:large;
}
div.note p
{
	width: 495px;
	background-image:url('media/note_mid.png');
	background-repeat: repeat-y;
	margin-top:0px;
	padding-top: 20px;
	padding-left:120px;
	padding-right:10px;
	padding-bottom: 10px;
	line-height: 188%;
	border-bottom: solid black 1px;
}

