﻿/* Normalizes margins, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h4, h5, h6, pre, from, fieldset, input, p, blockqoute, th, td
{
    margin: 0;
    padding: 0;
	
}

body
{
/* font: "Times New Roman", Times, serif; */
/* font: Verdana, Arial, Helvetica, sans-serif; */
font: arial;
}

/*Normalizes font size for headers */
h1, h2, h3, h4, h5, h6
{
    /*font-size: 100%; */
    /*font-weight: nornal; */
}

/* Removes list-styles from lists */
ol, ul
{
    list-style: none;
}

/* Normalizes font style and font weight */
address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}

/* Removes order from fieldset and img */
fieldset, img
{
    border: 0;
}

/* Left-align text in caption and th */
caption, th
{
    text-align: left;
}

/* Removes quotation marks from q */
q:before, after
{
    content :'';
}

/* BEGIN STYLES */

html
{
    text-align: center;
    
}

body
{
    margin: 0 auto;
    text-align: center;
    position: relative;
    min-width: 756x;
    padding-top: 20px;
	/* background-image: url(../images/darkDirtSmallSquare-j.jpg); /*
 	/* background-repeat: repeat-x, repeat-y; */
}

#wrapper
{
    width: 756px; /* for netscape 6 */
    min-width: 756px;  /* from all at 770px */
    margin: 0 auto;
    text-align: left;
    /* background-color: red;  */
    padding-top: 0px;
   
}

#header
{
	height: 105px;
	background-image:url(../images/redsoxHeader-fw-3.png); 
	background-repeat:no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	background-color: #996633;
}


#adsenseTop
{
width: 756px;
height: 90px;
text-align: center;
padding-top: 10px;
/*background-color: #00FFCC; */
}
 
#container
{
    clear: both;
    /* background-color: #d3d9d6; */
	padding-top: 0px;
}

#navigation
{
	float: left;
	width: 130px;
	background-color: white; 
	/* background-color: #DBDDF9; */
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 30px;
	/* padding-right: 10px;
	padding-left: 5px; */
    /* background-repeat:repeat-y; */
}

#navigation ul
{ 
	margin: 0;
	padding: 0;
	/* background-color: red; */  /* DIAGNOSTIC */
	/* Commented out for right nav image */
	/* padding-right: 20px; /*
	/* background-image:url(../images/navBackground-130.png);  */
}



#navigation li
{
line-height: 1.8em;
display: block;
padding-top: 5px;
margin-bottom: 5px;
list-style-type: none;
border-bottom: 1px solid #e6eef0;
font-size: 15px;
padding-bottom: 5px;

}

#navigation ul li a
{
text-decoration: underline;
display: block;
font-size: 15px;
}


#navigation li a:link
{
	color: #00CC00;/* color: black; */

}

#navigation li a:visited
{
	color: #996633;
}

#navigation li a:hover
{
color: red;
}



#content
{
    float: right;
    width: 500px;
    padding-right: 20px;
    padding-top: 10px;
	padding-bottom: 55px;
    /* background-color: yellow; */
	}

#content ul
	{
	padding-top: 5px;
	line-height: 1.8em;
	}
	
#content .standingsTable th
{
font: bold 18px times;
color: #333333;
/* border: 1px solid #000000; */
padding: 5px 1px 1px 1px;
}

#content .standingsTable 
{
padding-top: 10px;
}


#footer
{
    clear: both;
    /* background-color: Navy; */
    border-top: 1px solid #e6eef0;
    padding-top: 5px;
    padding-left: 0px;
    padding-bottom: 20px;
}
