/***********************************************/
/* styles.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 0;
	padding: 0;
	background-color: #000000;
	text-align: center;
}

img {
	border: 0;
}

img.bordered {
	border: 1px solid #FFD042;
}


/***********************************************/
/* page tag styles                             */
/***********************************************/
#page {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 620px;
	text-align: left;
}


/***********************************************/
/* header tag styles                           */
/***********************************************/
#header {
	text-align:center;
	z-index: 2;
}


/***********************************************/
/* header tag styles                           */
/***********************************************/

#menu {
	position: relative;
	margin-top: -3px;
	width: 100%;
    height: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
}	

#menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu li {
    float: left;
    width: 130px;
    height: 30px;
    text-align: center;
    background: url('http://www.panuccioproductions.com/tournament2005/images/menu_off.gif') repeat;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#menu li:hover {
	background: url('http://www.panuccioproductions.com/tournament2005/images/menu_hover.gif') repeat;
}

#menu p {
	margin-top: 5px;
}


/***********************************************/
/* content tag styles                          */
/***********************************************/
#content {
	position: absolute;
	width: 778px;
	top: 149px;
	z-index: 0;
	height: 450px;
	border: solid 1px #FFFFFF;
	background-color: #000000;
}

#content p {
	font-size: 90%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

#content blockquote {
	font-size: 90%;
	font-style: italic;
}

#content li {
	font-size: 90%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 3px;
}

#content a {
	text-decoration: underline;
	color: #FFD042;
}

#content a:hover {
	text-decoration: none;
	color: #FFD042;
}


/***********************************************/
/* footer tag styles                           */
/***********************************************/
#footer .left, .right{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

#footer .left {
	top: 442px;
	left: 5px;
}

#footer .right {
	top: 410px;
	right: 5px;
	float: right;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	color: #FFD042;
}


.centeredImage {
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}