/* CSS Document */

/* baseball pics are 200 x 190 px */

body {
	background-attachment: scroll;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
border: 0px;
}

#bigcontainer{
width : 770px;
text-align: left;
font-size: 11px;
}

#mainleft{
width : 137px;
margin-top: 0px;
margin-left: 20px;
margin-right: 21px;
float : left;
text-align: left;
}


#mainright{
width : 566px;
margin-top: 20px;
margin-right: 25px;
float : right;
text-align: left;
}

.dotline {
	border-width:1px 0 0 0;
	border-color:#ddd;
	border-style:dotted;
}

#footer{
width : 500px;
height : 130px;
margin-right: 12px;
float : right;
background-image : url('background/footer.jpg');
}

#clearem{
	clear: both;
	}

a:link {
	color: #9933cc;
	text-decoration: underline;
	}


a:hover {
	color: #9933cc;
	text-decoration: none;
	}

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

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

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

.links, .links ul, .links li{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}
.links{
	border-top: solid 1px #CFCFCF;	
	font-size: 12px;
	font-family: Tahoma;
	margin: 18px 0px 30px 10px;
}
.links li{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: solid 1px #CFCFCF;
}

.links a{
	text-decoration: none;
	color: #666666;
}

.links a:hover{
	color: #9933cc;
}
