/* CSS Document */

body {
	margin: 24px 0;
	padding: 0;
	background: #ff0 url(./img/bg.png);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}

div#wrapper {
	border: 2px solid #000;
	border-bottom: 0;
	margin: 0 auto;
	width: 720px;
	background-color: #fff;
	color: #000;
}

h1#header {
	margin: 0;
	padding: 0;
}

#content {
   min-height:500px;
   height:500px;
}

div[id] #content {
   height:auto;
}

#content {
	background: #fff url(./img/contentbg.png);
	margin: 0;
	padding: 0;
	border-top: 8px solid #ff0;
	border-bottom: 8px solid #ff0;
}

h1#header a {
	display: block;
	padding: 0;
	background: #fff url(./img/paclan_logo.png);
	text-indent: -10000px;
	width: 720px;
	height: 96px;
}

div#navigation {
	float: left;
	width: 150px;
	background-color: #666;
	color: #fff;
}

div#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

div#navigation ul li a {
	display: block;
	padding: 8px 16px 0 0;	
	width: 134px;
	height: 2em;
	text-decoration: none;
	font-variant: small-caps;
	color: #fff;
	border-top: 2px solid #999;
	border-bottom: 2px solid #333;
}

div#navigation ul li a:hover {
	color: #000;
	background-color: #ff8;
	border-bottom: 2px solid #ffc;
	border-top: 2px solid #cc5;
}


div#main {
	border-left: 150px solid #999;
	padding: 16px;
}


div#main p {
	margin: 0;
	padding: 16px 0 0 0;
}

div#main h2 {
	margin: 0 0 8px 0;
	padding: 0;
	width: 534px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

div#footer {
	margin: 0 auto;
	padding: 4px 0;
	width: 720px;
	background-color: #666;
	border: 2px solid #000;
	border-top: 0;
	color: #fff;
	text-align: center;
	font-size: smaller;
}

div#footer a {
	color: #cc0;
}

div#footer a:hover {
	color: #990;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #cc0;
}

img {
	margin-top: 8px;
	margin-bottom: 8px;
}

img.fr {
	float: right;
	margin-left: 16px;
}

img.fl {
	float: left;
	margin-right: 16px;
}

a img {
	border: 0;
}

.nomargin {
	margin: 0;
}

p.question {
	font-weight: bold;
}

input, textarea {
	border: 1px solid black;
	background-color: #ffc;
}

.caption_r, .caption_l, .caption_2 {
	background-color: #ffc;
	color: #666;
	margin-bottom: 8px;
	width: 240px;
	text-align: center;
	border: 1px solid #666;
	padding: 4px;
	line-height: 100%;
	font-size: small;
}

.caption_l {
	float: left;
	margin-right: 8px;
}

.caption_r {
	float: right;
	margin-left: 8px;
}

.caption_l p, .caption_r p {
	border-top: 1px solid #666;
}

#main a img {
	border: 1px solid blue;
}

#main a:hover img {
	border: 1px solid #ff0;
}

.spacer {
	clear: both;
}

table#highscore {
	width: 100%;
	margin-top: 16px;
	float: right;
	border-collapse: collapse;
	margin-bottom: 16px;
}

table#highscore td, th {
	text-align: center;
	border: 1px solid #999;
}

table#highscore td.rank {
	font-size: x-large;
}