@charset "UTF-8";
/* CSS Document */
#secondary{
display:none;
}

#main {
	background: #fff url(http://www.demarini.com/panel.gif) repeat-x left top;
	padding-left: 20px;
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 10px 0 20px;
}

.copy {
    width:850px;
}

.headline{
	padding:0;
	background-color:transparent;
}

.copy p {
	clear: both;
	font-size: 1.1em;
	margin: 10px 0;
	display: block;
}

.copy strong {
	font-weight: bold;
}

.copy ul {
    margin-left: 15px;
}

.copy ul li {
    list-style-position:outside;
    list-style-type:circle;
    vertical-align:middle;
	font-size: 1.1em;
}
