/* Basic HTML Element Style */
body {
	background-color: Black;
	color:White;
	font: 14px/16px verdana, tahoma, arial, sans-serif;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

table 
{
	border-style: none;
	border-color: black;
	border-collapse:collapse;
	table-layout:fixed;
	
}
h1 {
	font: italic 32px georgia, 'times new roman', sans-serif;
	margin: 20px;
	text-align:center;
	
}

img
{
	border-color:Black;
}

td
{
	padding: 25px;
	text-align: center;
	vertical-align:middle;
}

a
{
	color:White;
}


/* picture div */
div.picture
{
	left:0px;
	width:700px;
	text-align:center;
	margin-top:1px;
	margin-bottom:20px;
	margin-left:5px;
	margin-right: 5px;	
}

/*navigation div*/

div.navigation
{
	left:820px;
	top: 0px;
	position:absolute;
	margin-top: 30px;
	border-style:none;
	
}

.navigation ul
{
	list-style-type:none;
}

.navigation ul li
{
	padding-top:30px;
}	

.navigation a
{
	font-family: Lucida Console;
	font-size:medium;
}

div.caption
{
	left:0px;
	position:absolute;	
	width: 700;
	margin-top:1px;
}

.caption h4
{
	text-align:center;
	font-family:Arial;
	font-size:small;
	font-style:italic;
    border-bottom-style:solid;
    border-bottom-width:1px;
    margin-left:20px;
    margin-right:20px;

}

.caption p
{
	text-indent:30px;
	font-family:Times;
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
}

div.footer
{
	left:0px;
	position:absolute;	
	width: 700;
	margin-top:20px;
}



#copyrights
{
	font-family: Georgia ;
	color:Gray;
	margin-top: 80px;
	margin-bottom: 10px;
	text-indent:0px;
	font-size:80%;
}






.navigation UL LI
{
}
