/* CSS for my temporary site */
body {
 margin: 0 auto 5em auto;
 width: 400px;
 color: #333;
 background: #eed;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: medium;
}
h1, h2, h3, h4, h5, h6 {
 margin: 1em 0 0 75px;
 color: #603;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 1em;
}
h1 { font-size: 2em; }
h2 { margin: 1em 0 0; font-size: 1.1em; }
p, ul {
	padding: 0 0 0 75px!important;
}
p {
	margin: 1em 0 0 0;
	font-size: small;
	text-align: justify;
}
em {
 font-style: normal;
 font-weight: bold;
}
a {
	color: #603;
}
li a {
 color: #333;
}
a em,
em a {
 background: #ffe;
 font-weight: normal;
 text-decoration: underline;
}
a:hover,
a:hover em {
	background: #333;
	color: #eed;
	text-decoration: none;
}
ul {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: small;
}
li {
 list-style-type: disc;
 margin: 0 0 0.5em 1em;
 padding: 0;
}
.title {
 margin: 0;
 padding: 135px 15px 0 15px;
 background: #fff url(../images/notice_header.jpg) top left no-repeat;
}
.tagline {
 margin: 0 0 1em 0;
 padding: 1em 15px 1em 15px !important;
 background: #fff;
 font-size: medium;
 font-variant: small-caps;
 border-bottom: 2px solid #603;
}
.tagline em {
 font-weight: normal;
}
.decor {
	min-height: 100px;
	background: url(../images/notice_decor.png) top left no-repeat;
}
* html .decor { /*ie only*/
 height: 100px;
}
#footer {
	margin: 3em 0 0 0;
	padding: 0 !important;
	font-size: x-small;
}

