@import url("reset.css");html, body {	height: 100%;		/*	font-family: "Trebuchet MS";			*/	font-family: Arial,Helvetica,Sans-Serif;			font-size: 12px;}a {		color: #0289a8;		text-decoration: none;}a:hover {		color: #015468;		text-decoration: underline;	}	#wrapper{			margin:0 auto;		width:800px;		position:relative;				min-height:87%;					}			.notice-container {	margin-top: 140px;	padding:20px;	background-color: #f4f4f4;	border: 10px solid #d00000;     -moz-border-radius: 5px;     -webkit-border-radius: 5px;}.n-image {	display:block;	float:left;	margin-right:10px;}.n-content {	display:block;	float:left;	margin-left: 25px;		width: 550px;}h1 {	font-size: 24px;	border-bottom: 2px solid #d00000;	padding-top: 5px;	padding-bottom: 7px;	color: #d00000;	}p {	font-size: 14px;	color: black;}
