@charset "utf-8";
/* CSS Document */

/*   Katerina Mina CSS Files    */

html {
font-size: 100%;
}

body {
background: #000 url(images/large.jpg) no-repeat top center;
margin: 0;  
padding: 0; 
font-size: 62.5%;
font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
text-align: center;
}

h1, h2, h3, h4, h5, h6, h7 {
font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: bold;
letter-spacing: 2px;
padding: 0; 
margin: 0; 
color: #333;
}
h1.banner {
	text-indent: -9999px; 
	overflow: hidden;
	margin: 0; 
	padding: 0;
	border: 0;
	font-size: 4em;  
}
p {
font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
margin: 0; 
font-size: 1.4em;  
font-style: normal;  
text-align: left;  
text-indent: 0;
line-height: 140%;
letter-spacing: 1px;
padding: 0;
color: #333;
z-index: 2;
}
p.splash {
font-size: 2em;
padding: 0;
margin:0;
color: #fff;
}

p.bold {
font-weight: bold;
}
p.splash a:link, p.splash a:visited {
color: #FFFFFF;
}

p.splash a:hover {
color: #ccc;
}

p.white {
color: #fff;
}


p.center {
text-align: center;
}


hr {
color: #999; 
background: #999; 
border: 0; 
height: 2px;
width: 92%; 
text-align: center;
}

a:link {
color: #663300;  
text-decoration: none;
}
a:visited {
color: #993300;  
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: underline;
}
a:active {
color: #666;  
text-decoration: none;
}

#photo {
text-align: right;
background: #000;
overflow: hidden;
}
/*  Splash page div's and code  */
#container2a {
position: relative;
background: #000;
width: 100%;
margin: 0 auto;
padding: 0;
text-align: left;
}
#skip_intro{
	width: 178px;
	background: #000;
	position:absolute;
	left: 82%;
	top: 365px;
}
#flash_box {
	width: 18px;
	height: 18px;
	background: #000;
	position: absolute;
	left:45px;
	top: 10px;
}
#title_box {
	width: 325px;
	position:absolute;
	background: #000;
	left: 20px;
	top: 25px;
}
#title_box h4 {
color: #fff;
padding: 0;
margin: 0;
font-size: 3.7em;
}

