/*
-----------------------------
general styles
-----------------------------
*/

body
{
	margin: 15px;
	padding: 0;
	font: 80%  arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 { color: #000; }
h1 {font-size: 135%;}
h2 { font-size: 130%; }
h3 { font-size: 150%; }
h4 { font-size: 130%; }
h5 { font-size: 100%; }
h6 { font-size: 90%; }
img { border: none; }
a:link { color: #000; }
a:visited { color: #000; }

table
{
	margin: 1em 0;
	border-collapse: collapse;
}

caption
{
	text-align: left;
	padding: 0 0 .5em;
	font-size: 90%;

}

th, td
{
	text-align: left;
	vertical-align: top;
	border: 1px solid #eee;
	padding: .5em;
	font-weight: normal;}





/*
-----------------------------
display-none styles
-----------------------------
*/

#header #skip { display: none; }
#header2 { display: none; }
#left_side { display: none; }
#footer { display: none; }
#breadcrumb { display: none; }
#page_right { display: none; }
#header ul li {	display: none;}
#next {display: none;}
#bottom-left {display: none;}
#bottom-center {display: none;}
#bottom-right {display: none;}
#page_main img {display:block;}


-----------------------------
content styles
-----------------------------
*/

#content
{
	float: left;
	width: 600px;
	margin-top: -90px;
	clear: both;
	padding: 10px 0 0;
}







