/* Terry Marie stylesheet - Rob Ireland */

/* Reset */
/* undo some default styling of common (X)HTML browsers
 ************************************************************/

/* No list-markers by default - 
* must redefine bullets w/ bg graphics
********************************************************/
ul,ol {
list-style:none;
}

/* Avoid browser default inconsistent heading, 
* font-sizes and pre/code
********************************************************/
body,h1,h2,h3,h4,h5,h6,pre,code,td {
font-size:1em;
}

/* Remove inconsistent (among browsers) - 
* default padding or margin 
********************************************************/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,
fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
margin:0; padding:0;
}

/* prevent blue linked image borders
********************************************************/
a img,:link img,:visited img,fieldset {
border:none;
}

/* Start
********************************************/

body{
	font: 14px/18px arial, sans-serif, Lucida Sans Unicode, verdana;
	text-align: left;
	margin-top: 0px;
	background-color: #ffffff;
	color: #000010;
	background-image: url(images/bg.jpg);
}

#container{
	position: relative;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom:25px;
}	

#mainpage {
	float:left;
	width: 766px;
	background-image: url(images/pagebg.jpg);
	position: relative;
	left: 18px;
	padding-top:6px;
}

#menu {
	width:170px;
	height:224px;
	position:absolute;
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
	left:7px;
	padding-top:38px;
}

#menuitem {
	width:160px;
	height:30px;
	margin-left:3px;
	margin-bottom:4px;
}

#photo {
	position:absolute;
	width:136px;
	float:left;
	left:24px;
	top:274px;
	font-size:11px;
	text-align:center;
	
}


#wrapper {padding:0px;
}

#footer {
	float:left;
	width: 766px;
	background-image: url(images/footer.gif);
	height:44px;
	background-repeat: no-repeat;
	position: relative;
	left: 18px;

}

#paper {
	width:576px;
	background-image: url(images/paperbg.gif);
	background-repeat: repeat-y;
	padding:5px;
	position:relative;
	left: 182px;
}

#heading {
	position:relative;
	left: 182px;
	width:600px;
	height:64px;
padding-top:2px;
}
#ezine {
	position:absolute;
	width:246px;
	right:20px;
	top: 10px;
	height:72px;
}

#icon {
	margin-top:4px;
	margin-left:6px;
	width:auto;
	float:left;
	margin-right:6px;

}

#paper_bottom {
	background-image: url(images/paperbottom.gif);
	width:576px;
	height:28px;
	position: relative;
	left: 182px;
	background-repeat: no-repeat;
	margin-bottom:10px;
}


#headliner {
position:absolute;
	top:350px;
	left:190px;
 	width:300px;
	height:40px;
	text-align: center;
	font-size:16px;
	text-align:left;
	padding-top:15px;

}


#announce {
float: right;
 top:0;
 right:0;
 	width:260px;
	height:40px;
	background-image: url(images/announcebg.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top:8px;
	font-size:16px;
}

#announce a {text-decoration:none;}

#player {
vertical-align:middle;
height:300px;
}
	
	
#piccy {
	margin-right: 5px;
	width:120px;
	height:130px;
	float: left;
	margin-left:6px;
}

/*******************************/

li {margin-bottom:15px;
padding-right:12px;}

ul li {
	margin-bottom:5px;
	margin-left:10px;
	background-image: url(images/bullet1.gif);
	background-repeat: no-repeat;
	padding-left:14px;
	background-position: 1px 4px;
}

ul li li{
	margin-bottom:2px;
	margin-left:0px;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	padding-left:13px;
	background-position: 1px 5px;
}

h2 {

font-size:20px;
margin-left:6px;}

h3 {
font-size:24px;
margin-top:24px;
width:auto;
margin-bottom:14px;
}


h4 {
font-size:16px;
padding-left:12px;
margin-bottom:3px;
margin-top:8px;
}

h5 {
font-size:18px;
width:auto;
margin-bottom:14px;
}

p {
padding-left:10px;
padding-right:20px;
}

.aaplayer {
margin-left:20px;
width:240px;

}