html, body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#mainbody {
	width: 750px;
	margin: 0 auto;
	background-color: #F1F1F1;
	padding: 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 1em;
}
h2#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height: 200px;
}
h2#header span {
	display: none;
}
#content {
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #FBFBFB;
	background-image:url(../images/background.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	border-bottom: 3px solid #000000;
}


#mainmenu {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	position: absolute;
	top: 175px;
	margin-left: 241px; /*319, 374, 417*/
}
#mainmenu li {
	margin: 0px;
	padding: 0px;
	display: inline;
	border-left: 1px solid #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
}
#mainmenu li#home {
	border: none;
}
#mainmenu li a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainmenu li a:hover {
	text-decoration: underline;
}
#google_top {
	position: absolute;
	height: 60px;
	width: 468px;
	top: 8px;
	margin-left: 274px;
}
.structurale {
	display: none;
}


#header {
	width: 750px;
	margin: 0 auto;
}
#header h2 {
	font-size: x-large;
	margin: 0px;
}
#header h2 a {
	text-decoration: none;
	color: #000000;
}
#header ul {
	position: absolute;
	top: 3px;
	margin: 0px;
	padding: 0px;
	margin-left: 660px;
}
#header ul li {
	list-style-type: none;
	font-size: small;
	margin: 0px;
	padding: 0px;
	display: inline;
	padding-left: 4px;
	padding-right: 4px;
}
#header ul li a {
	color: #000000;
}








#google {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
#footer {
	text-align: right;
	font-size: small;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	background-image:url(../images/tank.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	height: 18px; /*45*/
}
#footer a {
	color: #000000;
}
#source {
	font-style: italic;
	text-align: center;
	margin-top: 0px;
}

h1 {
	color: #0000B3;
	font-size: x-large;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	color: #0000B3;
	font-size: medium;
}
h2.subtitle {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
a {
	color: #0000B3;
}

a.vote {
	color: #000000;
	text-decoration: none;
	padding-right: 20px;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
a.vote:hover {
	background-image: url(../images/button_sel.jpg);
}

/* PICTURES */
	.image {
		font-weight: bold;
		font-size: small;
		margin: 0px;
		padding: 0px;
		padding-bottom: 3px;
	}
	.image-left {
		font-weight: bold;
		font-size: small;
		float: left;
		margin: 0px;
		padding: 0px;
		margin-right: 12px;
		padding-bottom: 3px;
	}
	.image-right {
		font-weight: bold;
		font-size: small;
		float: right;
		margin: 0px;
		padding: 0px;
		margin-left: 12px;
		margin-right: 6px;
		padding-bottom: 3px;
	}
	.image-right img, .image-left img, .image img {
		border: 3px solid black;
		display: block;
		margin: 0px;
		padding: 0px;
		margin-bottom: 3px;
	}
	strong.lead {
		text-transform: uppercase;
	}
	span.source {
		font-style: italic;
		font-weight: normal;
	}

/* PICTURES */



div.highlight {
	width: 350px;
	float: left;
	border: 1px dashed #666666 ;
	padding: 3px;
	margin-right: 12px;
	font-size: small;
}
div.highlight h2 {
	margin-top: 0px;
	font-size: small;
}
div.highlight h3 {
	font-size: small;
	text-decoration: underline;
	font-weight: normal;
}
div.highlight p {
	font-size: small;
	margin-bottom: 0px;
}
div.highlight hr {
	display: none;
}


li.withimage {
	color: #FFCC00;
}
li.withimage span {
	color: #000000;
}


/* DIARY */
	dl, dd, dt {
		margin: 0px;
		padding: 0px;
	}
	dt {
		display: inline;
		font-weight: bold;
		padding-right: 8px;
		background-image: url(../images/dash.jpg);
		background-repeat: no-repeat;
		background-position: right center;
	}
	dd {
		display: inline;
		padding-left: 4px;
	}
	h2.cal, h3 {
		margin-bottom: 0px;
		font-weight: bold;
		color: #000000;
		font-size: medium;
	}
	h2.cal span {
		position: absolute;
		width: 749px;
		text-align: right;
		font-style: italic;
		font-weight: normal;
	}
	h2.sub {
		margin-bottom: 0px;
		/*color: black;*/
	} 
	h3.sub {
		margin-top: 0px;
		/*font-weight: normal;
		font-style: italic;*/
	} 
	
	.struct {
		display: none;
	}
/* DIARY */


