@charset "utf-8";
/* CSS Document */

/* Comment */

/*---------------------------------------------------------*/

						/* Background */

/*---------------------------------------------------------*/


body 
{
background-color:black;
background-image:url("images/melancholia_iv_full_map_small.png");
background-repeat:norepeat;
background-attachment:local;
background-position:center;
background-repeat:repeat-y;
}

/*---------------------------------------------------------*/

						/* Text */

/*---------------------------------------------------------*/

body 

/* Colors */
h1 {color:#FFFFFF;}
h2 {color:#3399FF;}
p {color:#999999;}

/*---------------------------------------------------------*/

/* h1 Position */
h1 {text-align:center;}
p.date {text-align;right;}
p.main {text-align:justify;}

/* h2 Position */
h2 {text-align:center;}
p.date {text-align;right;}
p.main {text-align:justify;}

/* p Position */
p {text-align:center;}
p.date {text-align;right;}
p.main {text-align:justify;}

/*---------------------------------------------------------*/

/* Main Title At Top Of Page */
h1{font-family:"Lucida Console", Monaco, monospace;}

/* Section Titles */
h2{font-family:"Times New Roman", Times, serif;}

/* Paragraphs */
p{font-family:"Arial Black", Gadget, sans-serif;}


/*---------------------------------------------------------*/

h1 {font-size:0.700em; /* 40px/16=2.5em */
	text-align: center;}

h2 {font-size:1.5em;} /* 30px/16=1.875em */

p {
	font-size:0.875em;
	text-align: left;
} /* 14px/16=0.875em */



/*---------------------------------------------------------*/

						/* Links */
						
/*---------------------------------------------------------*/

/* Text Colors */
a:link {color:#00FF00;} /*unvisited link */
a:visited {color:#00FF00;} /* visited link */
a:hover {color:#00FF00;} /* mouse over link */
a:active {color:#00FF00;} /* selected link */

/* Text Decoration */
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

/* Text Background Color */
/*
a:link {background-color:#B2FF99;}
a:visited {background-color:#FFFF85;}
a:hover {background-color:#FF704D;}
a:active {background-color:#FF704D}
/*


/*---------------------------------------------------------*/

						/* Button GFX */

/*---------------------------------------------------------*/

/* Home */

ul
{
list-style-position:inside;
list-style-type: none;
padding:0px;
margin: 0px;
}
ul li
{background-image: url(images/homebutton.png);
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 14px;
}

/* Hacks */

/*---------------------------------------------------------*/

						/* Table */

/*---------------------------------------------------------*/

table
{
border-collapse:collapse;
}
table, th, td
{
border:0px solid black;
}

/*---------------------------------------------------------*/

						/* Box */

/*---------------------------------------------------------*/

/* Box1 */

div.box1
{
width:220px;
height:220px;
padding:10px;
border:5px solid gray;
margin:0px;
}

/* Hosted By Metroid Construction */

p.box2 
{


position:relative;
bottom:-300px;

width:1000px;
height:20px;

border-style:hidden;
border-width:5px;
border-color:red;

outline:hidden;
outline-color:#00CC00;
outline-style:hidden;
outline-width:10px;

margin-top:100px;
margin-bottom:100px;
margin-right:50px;
margin-left:50px;

padding-top:25px;
padding-bottom:25px;
padding-right:50px;
padding-left:50px;

}

/* Box3 */

p.box3
{

position:fixed

float:center;

width:1000px;
height:800px;

border-style:solid;
border-width:5px;
border-color:white;

outline:hidden;
outline-color:hidden;
outline-style:hidden;
outline-width:1px;

margin-top:5px;
margin-bottom:5px;
margin-right:50px;
margin-left:50px;

padding-top:25px;
padding-bottom:25px;
padding-right:50px;
padding-left:50px;


/* 
position:relative;
left:0px;
right:0px;
top:0px
z-index:-1
*/

}


/* Box4 */

p.box4
{

position:center
top: -50px;

float:center;

width:1000px;
height:auto;

border-style:solid;
border-width:1px;
border-color:white;

outline:hidden;
outline-color:hidden;
outline-style:hidden;
outline-width:1px;

margin-top:5px;
margin-bottom:5px;
margin-right:auto;
margin-left:auto;

padding-top:25px;
padding-bottom:25px;
padding-right:50px;
padding-left:50px;

opacity:1.0;
filter:alpha(opacity=100);

background-color:black;

/*
background-image: url(images/boxbg1.png);
background-repeat: repeat;
*/

break;
}

/*---------------------------------------------------------*/

						/* Navigation */

/*---------------------------------------------------------*/

div.navbar

{
margin:1px;
border:0px solid #0000ff;
height:auto;
width:auto;
float:center;
text-align:center;
background-image: url(images/boxbg1.png);
}

div.navbar img

{
display:inline;
margin:1px;
border:0px solid #ffffff;
background-image: url(images/boxbg1.png);
}

div.navbar a:hover img
{
opacity:0.4;
filter:alpha(opacity=40);
border:0px solid #0000ff;
background-image: url(images/boxbg1.png);
}

/*
div.desc
{
text-align:center;
font-weight;normal;
width:120px;
margin:2px;
}

/*---------------------------------------------------------*/

						/* To Be Added */

/*---------------------------------------------------------*/

