/* Strip browser's default settings */
* {
    margin: 0;
    padding: 0;
} 

body {
	background-color:black;
	background-image: url('images/ajna-back.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center; 
	font-family:"Minion Pro", "Minion Web", "Times New Roman";
	font-size:14px;
	color:#ae4106;
	scrollbar-arrow-color: #ae4106;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: #ae4106;
	scrollbar-track-color: blaCK;
	scrollbar-face-color: black;
	scrollbar-shadow-color: #ae4106;
	scrollbar-highlight-color: #ae4106;
	scrollbar-3d-light-color: black;

	/* This is for the fixed header/footer */
	margin:0;
	padding:207px 0 0 0;

	/*Hack to center left justified text in fixed 782px column*/
	text-align:center;

	}

/* Hack to force vertical scrollbar in Mozilla */
html {
	min-height: 100.1%;
}

a, a:active, a:visited {
	text-decoration: none;
	color: red;
} 

p {
	font-family:"Minion Pro", "Minion Web", "Times New Roman";
	font-size:14px;
	color:#ae4106;
	text-align:left; 
	width: 782px;
}

a:hover {
	text-decoration: underline
}


table.table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: double double double double;
	border-color: #ae4106 #ae4106 #ae4106 #ae4106;
	border-collapse: collpase;
	background-color: black;
	text-align: center;
}

table.table th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #ae4106 #ae4106 #ae4106 #ae4106;
	background-color: #ae4106;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: center;
	color:black;
}

table.table td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #ae4106 #ae4106 #ae4106 #ae4106;
	background-color: black;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: center;
}

/*
* Code from for cross-browser fixed header/footer.  Snagged from:
* http://limpid.nl/lab/css/fixed/header-and-footer
*/

div#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:207px;
}

div#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	background-color:black;
  	font-family:"Minion Pro", "Minion Web", "Times New Roman";
	font-size:14px;
	color:#ae4106;
}

@media screen {
	body>div#header {
		position:fixed;
	}
	body>div#footer {
		position:fixed;
	}
}

* html body {
	overflow:auto;
	width:760px;
	text-align:center;
} 

* html div#main {
	height:100%;
	overflow:auto;
	padding-left:0px;
	padding-bottom:20px;
	width:740px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	position:relative;
	padding-top:20px;
}

div#main {
	text-align:left;
	width:740px;
	margin-left: auto;
	margin-right: auto;
	padding-left:0px;
	padding-top:20px;
}
