/* Desc: GROWLERSminnewawa.com Screen Style Sheet
	Author: Jason Berberich
	Date: 2007-08-08 22:37
	+ Colors
	- #032c38 blue/green (background)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
  background: #000;
}
/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}
p,
li {
	line-height: 150%
}
#masthead h1 {
	text-indent: -9999px;
	font-size: 1%
}
a {

}
/*=MASTHEAD
=== === === === === === === === === === */
#masthead {

}
/*=NAVIGATION
=== === === === === === === === === === */
#navigation {

}
/*=CONTENT
=== === === === === === === === === === */
#content {
  margin: 0 auto;
  margin-top: 50px;
  width: 800px;
  display:block;
  width:800px;
  height:600px;
  text-indent:-9009px;
  background:transparent url(../images/logo.jpg) no-repeat 0 0;
}
#content li {
  list-style-type: none;
}
/*=FOOTER
=== === === === === === === === === === */
#footer {

}