/* CSS Document */


html
{
	height: 100%;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none transparent;
	padding: 0;
}

body
{
	height: 100%;
	color: #000; /* color of the font */
	line-height: 1.75;
	font-family: Georgia, Times, serif;
	font-size: 80%;
	background: #000000 url('../images/chowski1.jpg') no-repeat scroll top center;
/*	text-align: center;*/
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:40px;
font-weight:400;
color:#FFFFFF;
}

h2 {
font-family: Helvetica, Arial, san-serif;
font-size:18px;
font-weight:400;
text-transform:uppercase;
color:#FFFFFF;
margin: 20px 0px 5px 0px;
} 

#wrapper {
	height: 500px;
	min-height: 500px;
	width: 1024px;
	min-width:1024px;
	margin: 0px auto;
	padding: 0px;
}



#logo {
	margin-top: 5px;
	margin-left: 180px;
	width: 193px;
	/*background: url('') no-repeat;*/
	position: fixed;
}

/* navigation section */

#nav {
	font: small/1.4 helvetica, tahoma, san-serif; /*  */
	font-size: 90%;
	letter-spacing: 5px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 210px;
	margin-left: 36px;
	padding: 0;
	background: transparent;
	list-style-type: none;
	width: 135px;
	position: fixed;
	float: left; /* contain floaterd list items */
	index: 6;
}

#nav li {
	margin:0;
	padding:0;
	float: left; /* contain floaterd list items */
	width: 100%; ?* IE whitespace bug */
}

#nav a {
	display: block; /* to increase clickable area as a's default to inline */
	color: #FFF;
	text-decoration: none;
	padding: 5px 15px 0px 15px;
	line-height: 2.5;
	border-bottom: 1px solid #cc6666;
}

#nav #nav_hom {
	border-top: 1px solid #cc6666;
}

#nav a:hover {
	background: #990000;
}




/* content section home */

#page
{
	width: 530px; /* was 60 oercent */
	min-height: 100%;
	margin: 0;
	padding: 150px 30px 20px 390px; /* changed first value from 150 */
	border-left: 1px #990000 solid;
	border-right: 1px #990000 solid;
}

#page p {
	margin-bottom: 10px;
}

#page .ruleit {
	border-top: 1px #cc6666 solid;
	margin-top: 30px;
}

#page img {
	width: 200px;
	border: 1px #990000 solid;
	margin-bottom: 10px;
	margin-right: 20px
}


#page .sectionHD {
	font-size: 220%;
	font-weight: 400;
	margin-bottom: 20px;
}

#page .headOne {
	font-family: Helvetica, arial, san-serif;
	font-size: 150%;
	color: #dc4242;
	margin-bottom: 0;
}

#page .bookRel {
	font-family: Helvetica, arial, san-serif;
	font-size: 100%;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #AAA;
	margin: -20px 0px 30px 0px;
}

