/* reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:square;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
* {margin:0; padding:0;}
/* IE5/Mac Only Styles
   Uses the IE5/Mac Band Pass Filter:
   http://stopdesign.com/examples/ie5mac-bpf/
----------------------------------------------- */
/*\*//*/
  @import url("ie5mac.css");
/**/


/* IE5/Win Only Styles
   Uses the Mid Pass Filter:
   http://tantek.com/CSS/Examples/midpass.html
----------------------------------------------- */

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}
body {
	background: #000000;
	color: #ffffff;
	font: normal 0.9em sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
}

ul {
	margin: 12px 0;
}

li {
	margin-left: 18px;
}
code {
	color: #888;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

cite {
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}

/* header */
.gfx {
	background: #000 url(images/header.png) no-repeat;
	height: 215px;
}

/* main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 600px; 
}

/* menu */
.menu a {
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #fff;
	float: left;
	font-size: 1.5em;
	padding-top: 4px;
	width: 149px; 
	height: 36px;
	text-align: center;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	border-right: none;
	width: 150px;
}

/* content */
.content {
	background: #1A1A1A;
	border-top: 1px solid #1A1A1A;
	clear: both;
}
.content h1 {
	color: #ffffff;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url(images/item.png) repeat-x;
	padding: 5px 10px;
}
.item2 {
	background: #030303;
	padding: 5px 10px;
	text-align: center;
}

/* footer */
.footer {
	background: #0A0A0A;
	color: #666;
	padding: 5px;
	text-align: center;
}

.body_link
{
color:#ffffff;
background-color:inherit;
font: bold 1.1em sans-serif,Arial;
}
.body_link:hover
{
text-decoration:underline;
color:#666;
background-color:inherit;
}

.bottom_link {
color: #ffffff;
background-color:inherit;
font: bold 1.1em sans-serif,Arial;
}
.bottom_link:hover
{
color:#666;
text-decoration:underline;
background-color:inherit;
}