@CHARSET "UTF-8";
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif;vertical-align:baseline;}

table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

a {
	color: #8C82E2;
	text-decoration: none;
}

p{
	font-size: 1em;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-size: 2.5em;
	font-weight: bold;
}

body {
	background: #383748;
	color: #F8F8F8;
}
#navBar{
	height: 40px;
	width: 100%;

}

#navParadise {
	font-size: 2.5em;
}
#navParadiseLogo {
	background-image: url("../images/paradiseNav.png");
	width: 288px;
	height: 40px;
	margin-right: 10px;
	float: left;
}
#navParadiseMenu {
	float: left;
	height: 35px;
	font-family:"Courier New", Courier, monospace ;
}

#navParadiseMenu ul {
	list-style: none;
}

#navParadise li
{
float: left;
margin: 0 0.15em;
}

#navParadise li a
{
float: left;
color: #F8F8F8;
text-decoration: none;
text-align: center;
font-weight: bold;
}

#navParadise li a:hover
{
color: #8D2020;
}

#paraContainer{
	background-color: #383748;
	width: 100%;
	height: 100%;
	text-align: center;
}
#paraContent{
	margin: 0px auto;
	width: 975px;
	height: auto;
	background-color: #8D2020;
	text-align: left;
}
.paraMargin{
	margin: 0 30px 0 30px;
}
#paraHeader{
	background-image: url("../images/headerWhiteStencil.png");
	width: 975px;
	height: 75px;
	margin-bottom: 5px;
}
#paraFooter{
	text-align: right;
	margin: 5px 100px 0 0;
	font-family:"Courier New", Courier, monospace ;
	font-weight:bold;
}
