html,body{margin:0;padding:0}
html{overflow-y: scroll;}
body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

div#container{
	width:800px;
	margin:0 auto;
	background-color: #BEC2E3;
}


div#navigation{float:left;width:150px}
div#extra{float:left;clear:left;width:150px}
div#footer{clear:both;width:100%}

p{margin:0 10px 10px}
a{display:block;color: #981793;padding:10px}

div#content{
	float:right;
	width:650px;
	position: relative;
	background-color: #BEC2E3;
	text-align:left;
}
div#content p{line-height:1.4}
div#navigation{
	background-color: #bec2e3;
}
div#extra{
	background-color: #bec2e3;
}
#extra p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000066;
	text-align: left;
}
div#footer{
	color: #FFF;
	background-color: #BEc0d4;
}


div#footer p{
	margin:0;
	padding:5px 10px;
	text-align: center;
}
#footer a {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#content p {
	font-size: 1.2em;
}
#content img {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content a {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navigation ul {
	padding: 0px;
	list-style: none;
	margin-left: 10px;
	margin-right: 50px;
	font-size: 1.4em;
	margin-top: 5px;
}
#navigation a {
	text-align: left;
	display: block;
	margin-bottom: 2px;
	text-decoration: none;
	color: #1D598F;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#navigation a:hover {
	color: #330099;
	font-weight: normal;
	background-color: #BEbec4;
	}

#indexpage #index a, #gallerypage #gallery a, #cardspage #cards a, #contactpage #contact a, #linkspage #links a {
	font-weight: bold;
	color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E3DB;
}
#gallerypic {
	text-align: center;
	position: relative;
	height: 400px;
	width: 450px;
	float: right;
	margin-right: 10px;
}
#gallerypic #bigimage {
	float: none;
	margin: 0px;
	padding: 0px;
}
#thumbnails2 {
	position: relative;
	width: 450px;
	float: right;
	margin-top: 30px;
}
#thumbnails2 img {
	float: none;
}

#thumbnails1 {
	position: relative;
	width: 150px;
	float: left;
}
#thumbnails1 img {
	float: none;
}

#linkstable img {
	float: none;
}
