html, body{
        padding: 0px;
        margin: 0px;
		background-image:url(../img/siteBackground.jpg);
		background-color: #c0cfe8;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: normal;
}

h1 {
	left: 1.0em;
	font-size:1.5em;
	color: #666;
}

h2 {
	left: 1.0em;
	font-size:1.3em;
	color: #666;
}

h3 {
	left: 2.0em;
	font-size:1.1em;
	color: #666;
}

#addbox {
	margin-left: 25px;
	width: 400px;
	text-align:left;
}

.address {
	float:left;
	width:100px;
	text-align:right;
	font-style:italic;
	font-weight:bold;
}

.foto_r {
	border: #f2b79e solid 4px;
	margin: 5px;
	padding: 5px;
	float:right;
}


.Bag {
	width:600px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	background-color:#c0cfe8;
	border: outset 4px #e9a091;
}

#header {
	width: 100%;
	height:100px;
	text-align:center;
}

#content {
	margin: 0px 10px 10px 10px;
	vertical-align:top;
	float:right;
	width: 430px;
	text-align:left;
	color:#333;
}

#footer {
	color:#333;
	text-align:center;
	width:100%;
}

#footer a {
	color:#333;
	text-decoration:none;
}

#Menu {
	float:left;
	margin-top: 10px;
	width: 140px;
}

#Menu ul {
	list-style:none; width: 140px;
	padding:0;
	margin:0;
}

#Menu li {
	float:left;
	margin:0 0.15em;
}


#Menu li a{
	float:left;
	width:140px;
	height:30px;
	line-height:2em;
	display:block;
	border: 0.1em solid #6CF;
	color:#333;
	background-image:url(../img/button.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	text-align:center;
}

#fbFooter {
	height: 49px;
	background-color: #000000;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: #4e6605;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}

#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}