* { margin: 0; padding: 0; border: 0; }

body {
	background: #999967 url(../images/bg.gif) left top repeat-y;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a:link, a:visited {
	color: #900;
	font-weight: bold;
}

#container {
	position: relative;
	width: 595px;
}

#header {
	width: 592px;
	background: #999967;
}
#header h2 {
	position: absolute;
	top: 54px;
	right: 3px;
	background: #cc9;
	height: 23px;
	width: 381px;
	color: #900;
	font-size: 1em;
	padding-top: 7px;
}
#header h2 span {
	margin-left: 24px;
}
#header #nav {
	position: absolute;
	top: 36px;
	right: 3px;
}
#header #sign {
	position: absolute;
	top: 44px;
	left: 0;
}

#left {
	width: 177px;
	float: left;
	text-align: center;
	padding-top: 72px;
}
* html #left { padding-top: 85px; }

#left p {
	margin: 1em;
}

#right {
	float: right;
	width: 374px;
	padding-top: 50px;
}
#right p {
	margin: 0 1em 1em 0;
}
#right img {
	border: 1px solid #000000;
}


.small { font-size: x-small; }
span.left { text-align: left; }
.cntr { text-align: center; }
.red { color: #900; }ol {
	list-style-position: outside;
	padding-left: 20px;
	padding-right: 5px;
}
#content h2 {
	color: #003366;
	font-size: 18px;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 12px;
}
