/* CSS Document */

body {
	background-color: white;
	color: black;
	background-image: url(/phpBB3/styles/Anna/imageset/body_bg.jpg);
	font-family: "trebuchet ms", arial, helvetica;
	visibility: visible;
	font-size: 14px;
	background-repeat: repeat;
}

h1 {
	color:#607794;
}

p {
	color:#333333;
}

.content {
	background-color: white;
	width: 800px;
	margin: 125px auto 25px auto;
    -moz-border-radius: 25px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
}

#home {
	margin: 25px auto;
	text-align: center;
}

#navigation {
	width: 100%;
	background-color: #607794;
	color: white;
	padding: 10px 0px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
}
	
#navigation ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#navigation li {
	display: inline;
}

#navigation a {
	color: white;
	text-decoration: none;
}

#navigation a:link hover{
	text-decoration: underline;
}

#general {
	padding: 10px;
}

#amazon {
	float: left;
	width: 220px;
	top: -575px;
	right: -800px;
	position: relative;
}