body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: white url('../images/body_bg.gif') repeat-x;
	text-align: center;
}

html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 600px;
	text-align: left;
	margin: 0 auto -9em; /* the bottom margin is the negative value of the footer's height */
}

#header {
	width: 580px;
	height: 190px;
	background: #131c21 url(../images/header_bg.gif) no-repeat;
	border-bottom: 10px solid white;
	border-left: 10px solid white;
	border-right: 10px solid white;
	margin-bottom: 5px;
}

#footer {
	width: 580px;
	margin: 0 auto;
	background: #a3b2c6 url(../images/footer_bg.gif) no-repeat 0 0;
	border-top: 10px solid white;
	border-left: 10px solid white;
	border-right: 10px solid white;
}

#footer p {
	text-align: left;
	padding: 1em 0 0 0;
	color: #fff;
	font-size: 1.2em
}

#footer, #push {
	height: 8em; /* .push must be the same height as .footer */
}

#push {
	margin-top: 70px;
}


#header ul {
	padding: 15px 0px 0px 365px;
	font-size: 2.5em;
}

#header ul sup {
	font-size: 0.5em;
}

a.nsel {
	color: white;
	text-decoration: none;
}

a.nsel:hover {
	color: #d0dbda;
	text-decoration: none;
}

a.sel {
	color: #db2142;
	text-decoration: none;
}

.blocks {
	margin-bottom: 5px;
	background: url('/images/white_bg.png');
	padding: 10px;
	width: 580px;
	font-size: 1.2em;
}

.blocks p, .blocks ul, .blocks-over p, .blocks-over ul {
	margin-bottom: 1em;
}

.blocks li, .blocks-over li {
	margin-left: 2em;
	list-style: square;
}


.blocks-over {
	margin-bottom: 5px;
	background: white;
	background-image: none;
	padding: 10px;
	width: 580px;
	font-size: 1.2em;
}

.blocks img, .blocks-over img {
	display: block;
}

h1 {
	display: none;
}

h2 {
	display: none;
}

h3, .f {
	font-size: 1.5em;
	color: #db2142;
	margin-bottom: 0.4em;
	text-decoration: none;
}

h3 a {
	color: #db2142;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

hr {
	display: none;
}

p.status {
	color: #164e60;
	font-weight: bold;
	padding-bottom: 0.2em;
}

p.description {
 	color: #131c21;
 	margin-right: 15px;
}

p.pc {
	margin-right: 15px;
}

.big-pics {
	float: left;
	margin-right: 15px;
}

#cont a {
	color: #db2142;
}

.l {
	color: #db2142;
	font-family: Verdana;
	font-size: 0.8em;
}

.l:hover {
	text-decoration: none;
}

.lnk {
	cursor: pointer;
}

#n_w {
	display: inline;
	vertical-align: middle;
	margin-right: 5px;
}

#cont {
	font-size: 1.2em;
}

.p20 a {
	color: #db2142;
	text-decoration: none;
}

.p20 a:hover {
	color: #db2142;
	text-decoration: underline;
}