@charset "utf-8";
* {
   padding:0;
   margin:0;
}
img {
	border: none;
}
body {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
a {
	color: white;
}
.header {
	height: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Trebuchet MS,Helvetica,Sans-serif;
	font-size: 22px;
	color: black;
	background-color: white;
}
.anhaga {
	margin-left: 10px;
}
.photographic {
	color: #7B7B7B;
}
.menu {
	background-color: #e1e1e3;
	height: 20px;
	font-size: 14px;
	font-style: oblique;
	padding: 6px 6px 2px 6px;
	color: #000000;
	border-top: solid black 1px;
	text-align: right;
}
.menu a:hover {
	text-decoration: underline;
}
.content {
	padding: 20px;
}
.footer {
	text-align: center;
	font-size: 10px;
	color: #000000;
	background-color: white;
	padding-bottom: 6px;
	padding-top: 6px;
}
.container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border: solid #FFFFFF 1px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.leftBar {
	background-color: #FFFFFF;
	height: 2px;
	width: 500px;
	margin-top: 20px;
}
.rightBar {
	background-color: #FFFFFF;
	height: 2px;
	width: 500px;
	margin-bottom: 20px;
	margin-left: 250px;
}
h1 {
	font-size: 16px;
	font-variant: small-caps;
	font-style: oblique;
	padding-left: 10px;
}
h2 {
	font-size: 14px;
	font-variant: small-caps;
	font-style: oblique;
	text-align: center;
	padding: 6px 0px 2px 0px;
}
h3 {
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 4px;
}
h4 {
	font-size: 12px;
	padding-bottom: 6px;
	padding-top: 10px;
}
ul {
	list-style-position: outside;
	list-style-image: url(arrow.gif);
	list-style-type: square;
	padding: 10px;
	margin: 6px;
}
.imageContainer {
	width: 604px;
	margin-left: auto;
	margin-right: auto;
}
.landscape {
	width: 604px;
	height: 404px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.landscapeCentered {
	margin-top: 40px;
}
.landscapeCentered img {
	width: 604px;
	height: 404px;
}
.landscape img {
	width: 604px;
	height: 404px;
}
.landscapeSmall img {
	width: 302px;
	height: 202px;
}
.landscapeText {
	width: 604px;
}
.landscapeText p {
	text-align: center;
}
.portrait {
	width: 321px;
	height: 480px;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}
.portraitCentered {
	margin-left: 150px;
	margin-top: 10px;
}
.portraitCentered img {
	width: 321px;
	height: 480px;
}
.portraitSmall img {
	width: 160px;
	height: 240px;
}
.portrait img {
	width: 321px;
	height: 480px;
}
.portraitText {
	float: right;
	width: 250px;
	margin-top: 120px;
}
.portraitText p {
	text-align: center;
	display: none;
}
.portraitText h2 {
	display: none;
}
.controls {
	text-align: right;
	width: 604px;
}
.galleryThumb {
	width: 200px;
	height: 200px;
	border: solid white 1px;
	padding: 10px;
	margin: 4px;
	float: left;
}
.galleryThumb a {
	color: white;
	text-decoration: none;
}
.galleryThumb a:hover {
	text-decoration: underline;
}
.galleryThumb img {
	width: 200px;
	height: 134px;
	margin-bottom: auto;
	border: solid white 1px;
}
.galleryThumb[portrait] img {
	width: 100px;
	height: 150px;
	margin-left: 50px;
}
.galleryThumb h1 {
	margin-top: 10px;
	margin-bottom: 6px;
	text-align: center;
	font-size: 12px;
	font-style: normal;
}
.galleryThumb[portrait] h1 {
	margin-top: 4px;
}
.galleryThumb p {
	margin-top: 4px;
	text-align: center;
	font-size: 10px;
}
#navRight {
	float: right;
	height: 452px;
	width: 10px;
	background-image: url("images/right.gif");
	margin-top: 4px;
	cursor: pointer;
}
#navLeft {
	float: left;
	height: 452px;
	width: 10px;
	background-image: url("images/left.gif");
	margin-top: 4px;
	cursor: pointer;
}
.purchaseInfo {
	background-color: #e1e1e3;
	color: black;
	margin-top: 10px;
	padding: 16px;
}
