body {
	font-family: "Trebuchet MS",arial,sans-serif;
	font-size: 14px;
	margin-left:auto;
	margin-right:auto;
	width: 760px;
	background: #FFFFFF;
}

body a {
	color: #0033FF;
	text-decoration: none;
}

body a:hover {
	color: #FF0000;
	text-decoration: underline;
} 

h1 {
	font-size: 16px;
	color: #0000FF;
}

h2 {
	font-size: 14px;
	color: #009933;
}

h3 {
	font-size: 14px;
	color: #FF0000;
}

strong { color: #663399 }

div#header {
	height: 70px;
	font-size: 12px;
	background-image:url(/Images/style_elements/mast.jpg);
	background-position: center;
	background-repeat:no-repeat;
	text-align: right;
}

#header a:link {
	display: inline;
	text-align: right;
	text-decoration: none;
}

#header a:visited {
	color: #666666;
	text-decoration: none;
}

#header a:hover {
	color: #FF0000;
	text-decoration: underline;
}

div#texter {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-height: 350px;
	height:auto !important;
	height:350px;
}

div#googlerect {
	width: 310px;
	padding-left: 10px;
	margin-left: 5px;
	border-left: #FF9933 1px solid;
	float: right
}

div#amazonrect {
	width: 310px;
	padding-left: 10px;
	float: right
}

div#infobox {
	width: 210px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: #0000FF 1px solid;
	border-bottom: #0000FF 1px solid;
	text-align: left;
	clear: right;
	float: right;
}

div#stronza {
	display: none;
}
div#foot {
	height: 40px;
	background-image: url(/Images/style_elements/foot.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 10px;
	padding-top: 10px;
	text-align: center;
}

ul {
	text-align: left;
}