
p { 
	font-weight: bold;
	font: 8pt/16pt georgia; 
	line-height: 100%;

	}
	
p.small {

text-indent: 12px;
font-size: 7pt;
line-height: 80%;

}
	
h1 {
	font: 16pt georgia; 
	}
	
a:link { 
 	font-weight: bold;
	color: pink;
	}
a:visited { 
	font-weight: bold; 
	color: pink;
	}
a:hover, a:active { 
	color: light-pink;
	}
	
img {
 border-width: 0px;
}

img.zine {
 position:absolute;
 bottom:0px;
 left:10px;
}

p.button {

	font-weight: bold;
	font: 20pt georgia; 
	line-height: 100%;
	text-align:center;


}



#wrapper { 
 margin: 0 auto;
}
#header {
 
 width: 900px;
 padding: 10px;
 height: 50px;
 margin: 10px 0px 5px 0px;
}
#grid { 
 display:block;
 overflow: hidden; 
}

#container
{
 margin: auto;
 padding: 10px;
 height: 165px;
 width: 100px;
 float: left;
 position:relative;
 vertical-align: bottom;

}

#zine {

vertical-align: bottom;

}

#footer {
clear: both; 
display:block;
 height: 150px;
 
padding:40px 0 40px 70px;
}