/* Flower Power Radio styles
   design by Sarah Jones
   ....groovy, baby! */


/*------------------------------GLOBAL STYLES--------------------------*/

*{
padding:0;
margin:0;
}

body{
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
font-size:62.5%;
background-image:url(../images/pageback.png);
margin-top:20px;
}

p,li{
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
line-height:1.5em;
text-align:left;
color:#993300;
font-weight:100;
position:relative;
padding-bottom:15px;
}

a:link{
color:#0033FF;
text-decoration:none;
}

a:visited{
color:#0033ff;
text-decoration:none;
}

a:hover{
color:#993300;
text-decoration:underline;
}

a:active{
color:#EF8139;
text-decoration:none;
}

#wrapper{
width:950px;
margin:0 auto;
background-color:#ffcc33;
}

h1{
font-size:3em;
font-weight:bold;
}

h2{
font-size:2em;
font-weight:bold;
}

h3{
font-size:2em;
font-weight:bold;
}

/*---------------------------end of GLOBAL STYLES--------------------------*/

/*----------------------------------DIV STYLES-----------------------------*/
#pagebody{
background-image:url(../images/links_page_bg.jpg);
background-color:#ffcc33;
background-repeat:no-repeat;
background-position:top left;
width:950px;
float:left;
}

#links{
width:300px;
float:left;
margin-top:20px;
margin-left:60px;
}

#close_button{
width:150px;
margin-top:165px;
margin-left:320px;
}

#pagetext{
width:500px;
margin-left:60px;
margin-top:30px;
}


/*-------------------------  end of DIV STYLES-----------------------------*/




