/* Projekt Atlantis Styles */

body {
	background-color:#000000;
	padding:0;
	padding-top:0;
	padding-left:0;
	padding-right:0;
}
.all {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: visible;
	display: block
}
.bg {
	width: 1024px;
	height: 768px;
	overflow:hidden;
	background-image: url('/images/web_bg.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -384px;
	left: 50%;
	margin-left: -512px;
}
/*div {
 border: 1px solid
}*/
#headline {
	position:absolute;
	top:50px;
	left:148px;
	width:555px;
	height:36px;
	font-family:Georgia, serif;
	font-size:28px;
	font-weight:bold;
	font-variant:small-caps;
	text-align:center;
}
#images {
	position:absolute;
	top:100px;
	left:148px;
	width:175px;
	height:490px;
	font-family:Georgia, serif;
	font-size:11px;
	text-decoration:none;
	line-height:1.4em;

}
#caustics {
	position:absolute;
	top:0px;
	left:724px;
	width:300px;
	height:768px;
}
#content {
	position:absolute;
	top:100px;
	left:334px;
	width:365px;
	height:560px;
	font-family:Georgia, serif;
	font-size:13px;
	text-decoration:none;
	line-height:1.4em;
	text-align:justify;
}
#content2 {
	position:absolute;
	top:100px;
	left:148px;
	width:555px;
	height:560px;
	font-family:Georgia, serif;
	font-size:13px;
	text-decoration:none;
	line-height:1.4em;
	text-align:justify;
}
#nav {
	position:absolute;
	top:680px;
	left:190px;
	width:513px;
	height:25px;
	font-family:Georgia, serif;
	font-weight:bold;
	font-size:13px;
	font-variant:small-caps;
	text-align:center;
}
#imp {
	position:absolute;
	top:710px;
	left:148px;
	width:555px;
	height:20px;
	font-family:Georgia, serif;
	font-size:11px;
	text-align:center;
}
#photo {
	border-right-width:2px;
	border-right-style:solid;
	border-right-color:#303030;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#303030;
}
.big {
	font-variant:small-caps;
	font-weight:bold;
	font-size:15px;
}
.small {
	font-size:11px;
}
a {
    font-variant:small-caps;
    font-size:100%;
    color:#0D2E41;
    font-family:Georgia, serif;
    text-decoration:none;   
}
a:hover {
	text-decoration:underline;
}
hr {
	color:#663300;
}