body {
}

body, div, img, table, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Georgia,times,serif;
}

a {
	text-decoration: none;
	outline: none;
}

#content {
	position: relative;
}

#navigation {
	display: table;
	height: 38px;
	margin-left: 380px;
}

.navigation_item {
	float: left;
}

#header {
	/*display: table;*/
	width: 700px;
}

.header_item {
	float: left;
}

#header_line {
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px dotted silver;
	height:10px;
}

#header a {
	font-family: Helvetica;
	text-shadow: rgb(0,0,0) 0px 4px 3px;
	font-size: 10px;
	color: rgb(165, 175, 200);
}

#header a #highlight {
	color: rgb(51, 158, 223);
}

#footer_line
{
	clear: both;
	border-top: 1px dotted silver;
}

#footer {
	padding: 10px;
	font-family: Helvetica;
	font-size: 12px;
	color: rgb(165, 175, 200);
	margin-top: 30px;
	height:50px;
}

.hidepics {
	width:0px;
	height:0px;
	display:none;
}
