html {background: #eee url('../img/bg.gif') repeat-y center; height: 100%}
body {background-color: transparent; margin: 5px auto 0 auto; width: 720px; height: 100%;}
a {text-decoration: none;}
b {font-weight: bold;}
p {font-size: 93%; margin: 0 10px 10px 2px;}
h2 {font-size: 153.9%; font-weight: bold; color: #aa0000; font-family: verdana; margin: 0 0 5px 0;}
h3 {font-size: 116%; font-weight: bold; color: #aa0000; font-family: verdana; margin: 0 0 5px 0;}
h4 {font-size: 108%; font-weight: bold; color: #1f1f1f; font-family: verdana; margin: 0 0 2px 0;}
strong {font-weight: bold;}
em {font-style: italic;}

.right {float: right;}
.left {float: left;}
.center {text-align: center;}
.emph {font-weight: bold; color: #bb0000; font-size: 123.1%;}
.small {font-size: 85%; color: #444;}
.push {height: 25px;}
.more-space-bottom {padding-bottom: 15px;}
p.top {font-size: 85%; font-weight: bold; text-align: right;}

#container {min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -25px;}

#header {margin: 0 auto; width: 650px;}
	#header a {color: #000; font-size: 85%; font-weight: bold;}
	#header a:hover {color: #dd0000;}

#collage {background: #000 url('../img/collage.gif') no-repeat center; margin: 0 auto; min-height: 100px; width: 650px; clear: both; -moz-border-radius-topleft: 15px; -moz-border-radius-topright: 15px; -webkit-border-top-left-radius: 15px; -webkit-border-top-right-radius: 15px;}

#menu {background: #1F1F1F url('../img/menu-bg.gif') repeat-x; margin: 0 auto; min-height: 25px; width: 650px; color: #fff; -moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 15px; -webkit-border-bottom-left-radius: 15px; -webkit-border-bottom-right-radius: 15px;}
	#menu ul {list-style: none; margin: 0 auto; padding: 0; -moz-border-radius-bottomleft: 15px; -webkit-border-bottom-left-radius: 15px;}
	#menu li {float: left; width: 100px; margin: 0; padding: 0; text-align: center;}
	#menu li.long {width: 225px;}
	#menu li a {display: block; padding: 5px 10px; height: 100%; color: #fff; text-decoration: none; border-right: 1px solid #fff; font-weight: bold;}
	#menu li a {background-color: transparent;}
	#menu li a:hover {background: transparent url('../img/menu-bg-h.gif') repeat-x;}
	#menu li.left a:hover {-moz-border-radius-bottomleft: 15px; -webkit-border-bottom-left-radius: 15px;}
	
#wrap {margin: 15px auto 0 auto; width: 650px;}

#sidebar {margin: 7px 0; width: 130px; float: left;}
	#sidebar li {width: 130px;}
	#sidebar li a {display: block; background: #1F1F1F url('../img/menu-bg.gif') repeat-x; height: 100%; padding: 5px 8px; font-weight: bold; font-size: 93%; color: #fff; border-bottom: 1px #fff solid;}
	#sidebar li.top a {-moz-border-radius-topleft: 15px; -moz-border-radius-topright: 15px; -webkit-border-top-left-radius: 15px; -webkit-border-top-right-radius: 15px;}
	#sidebar li.top ul li a {-moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0;}
	#sidebar li.bottom a {-moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 15px; -webkit-border-bottom-left-radius: 15px; -webkit-border-bottom-right-radius: 15px;}
	#sidebar li a:hover {background: transparent url('../img/menu-bg-h.gif') repeat-x;}
	#sidebar li.item a {background: #eee; color: #000; padding: 3px 15px; font-size: 85%;}
	#sidebar li.item a:hover {background: #1f1f1f; color: #fff;}

#content-wide {width: 605px; float: left; padding: 0 5px;}
#content {width: 505px; float: right;}
	#content a {color: #bb0000;}
	#content a:hover  {color: #000;}
	#content h4 {font-size: 100%;}
	#content ul {margin: 10px 15px;}
	#content li {list-style-type: circle; margin: 3px 15px; font-size: 93%;}
	#content li.small {list-style-type: none; font-size: 85%; color: #444;}
	
	.diff {background-color: #eee;}
	.width {width: 90%;}
	table {width: 100%;}
	fieldset {width: 100%; border: 1px solid #aa0000; margin-bottom: 10px; padding: 15px;}
	legend {padding: 3px 15px; background-color: #aa0000; color: #fff; font-weight: bold;} 
	label.radio {font-weight: normal;}
	tr {border-bottom: 1px solid #fff;}
	th {padding: 5px; font-size: 93%;}
	th[align='right'] {text-align: right;}
	th[align='center'] {text-align: center;}

	input[type='radio'], input[type='checkbox'] {border: 0; background-color: transparent;}
	input, textarea, select {border: 1px solid #1f1f1f; padding: 1px 2px; font-size: 93%; font-weight: normal; background-color: #fff;}
	input[type='submit'] {padding: 3px; border: 1px solid #fff; background-color: #aa0000; color: #fff; font-weight: bold;}

#footer {clear: both; width: 650px; height: 25px; background: #1f1f1f url('../img/menu-bg-h.gif') repeat-x; color: #eee; margin: 0 auto; -moz-border-radius-topleft: 15px; -moz-border-radius-topright: 15px; -webkit-border-top-left-radius: 15px; -webkit-border-top-right-radius: 15px;}
	#footer p {font-size: 85%; font-weight: bold; padding: 5px 0 0 10px}
	#footer a {color: #eee;}
	#footer a:hover {color: #bbb;}

