/* GENERAL DESIGN */

body, td, th {
	margin:0;
	padding:0;
	background:url(i/background.jpg) top center no-repeat #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#414042;
	font-size:13px;
	line-height:23px;
}

a {
	color:#000000;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
}

a:hover {
	color:#006491;
}

h1 {
	font-size:23px;
	line-height:33px;
	margin:0;
}

#wrapper {
	width:873px;
	margin:auto;
	padding:0;
}

#header {
	width:auto;
	height:231px;
	background:url(i/back-header.jpg) top center no-repeat transparent;
	margin:0;
	padding:0;
}

#header-text {
	width:245px;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	padding-top:50px;
}

#header-text a {
	font-size:12px;
}

#main {
	width:auto;
	margin:0;
	padding:0;
}

#logo-strip {
	width:80px;
	height:385px;
	float:left;
	background:url(i/logo-strip.jpg) top center no-repeat transparent;
	padding-left:14px;
}

#notice {
	width:220px;
	text-align:center;
	float:right;
	background:url(i/back-notice.jpg) top center no-repeat transparent;
	padding-top:25px;
	margin-right:25px;
}

#notice h1 {
	line-height:23px;
}

#content {
	width:500px;
	padding:10px 15px 20px 15px;
	margin-left:94px;
}

#footer {
	width:873px;
	height:80px;
	font-size:10px;
	line-height:12px;
	background:url(i/back-footer.jpg) top center no-repeat transparent;
	margin:auto;
	padding:0 10px 20px 10px;
	clear:both;
}

#footer-pad {
	font-size:13px;
	line-height:23px;
	text-align:center;
	padding:15px 0 20px 40px;
	color:#FFFFFF;
	font-weight:bold;
}

#footer-pad a {
	color:#FFFFFF;
}

#footer img {
	border:0;
	margin-bottom:-5px;
}

.float-r {
	float:right;
}