/* standard elements */
a {
	color: #000;
	text-decoration: none;
}
body {
	background: #CCC url(images/back.gif) repeat-y fixed bottom center;
	color: #000; margin: 20px 0;
	text-align: center; font: normal 0.6em sans-serif,Arial;
}
.gfx a {
	background: #F5F5F5;
}
.gfx img {
	float: left;
}
.gfx p {
	margin-top: 26px;
	margin-right: 0px;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
	font-size: 20px;
	text-align: right;
}
/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}
/* main */
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 620px; 
}
.container {
	margin: 10px;
}

/* menu */
.menu a {
	font-size: 12px;
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 150px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(images/menubut.gif) repeat-x;
	color: #000;
}
.menu a#last {
	width: 150px;
	border-right: none;
}

/* content */
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
	width: 600px;
}
.content h1 {
	margin: 20px 0px 20px 0px;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
	font-size: 20px;
}
.content h2 {
	margin: 0px 0px 5px 0px;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
	font-size: 14px;
}
.content p {
	margin: 20px 0 6px;
	color: #666;
	font-size: 12px;
	line-height: 17px;
}
.content td {
	color: #666;
	font-size: 12px;
	line-height: 17px;
}
.content a {
	color: #990000;
	background-color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
.content a:hover {
	color: #FFF;
	background-color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.item {
	background: #FCFCFC url(images/backitem.gif) repeat-x;
	padding: 10px;
}

/* footer */
.footer {
	margin-top: 20px;
	padding: 5px;
	background: #F5F5F5;
	color: #666;
	width: 600px;
} 
