@charset "utf-8";

/* CSS Document */



html {
	margin: 0px;
	padding: 0px;
	}
	

body {
	height:100%;
	width:100%;
	margin: 0px;
	padding: 0px;
	font:Arial, Helvetica, sans-serif;
	background-color:#000;
	}

img {
	position:relative;
	background-image: none;
	border-style:solid;
	border-color:#FFF;
	border-width:thick;
	margin: auto 0 auto 0;
	}

p {
	font:Georgia, "Times New Roman", Times, serif;
	color:#996633;
	}
	
#imageholder {
	position:relative;
	width:800px;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: none;
	z-index: 1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}	
	
/* #main {
	background-color:#1c1c1c;
	width: 850px;
	height: 650px;
	position: relative;
	top: 10%;
	margin-left:auto;
	margin-right:auto;
	}

#centerlogo {
	background-color:#1c1c1c;
	background-image:url(images/Centerbox.gif);
	width:249px;
	height:388px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}

#logo {
	background-color:#1c1c1c;
	background-image:url(images/Logo.gif);
	width:152px;
	height:169px;
	margin-top:45px;
	margin-left:auto;
	margin-right:auto;
	}

#home {
	background:none;
	width:110px;
	height:25px;
	position:relative;
	margin-top:49px;
	margin-left:auto;
	margin-right:auto;
	font:Arial, Helvetica, sans-serif;
	font-size:18px;	
	} */

#navbar {
	background:none;
	width:249px;
	height:16px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	}			

		
