

/* Generic Selectors */

body {

text-align: center;
font-family: Futura, Times Roman Bold, serif;
font-size: 18px;
color: #f1b6d7;
background-image:
url('images/wallpaper.gif');
background-repeat: repeat

}
 

p {
margin-left: 15px;
margin-right: 15px;
margin-top: 15px;
margin-bottom: 15px;


}


img.floatLeft { 
    float: left; 
    margin: 4px; 
}


h1 {

font-family: Futura, Times Roman Bold, serif;
font-size: 18px;
font-weight: bold;
color: #f1b6d7;
margin-left:10px;
margin-right:10px;
margin-top:10px;
margin-bottom:10px

}

h2 {

font-family: Futura, Times Roman Bold, serif;
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
margin-left:10px;
margin-right:10px;
margin-top:10px;
margin-bottom:10px

}




/**************** Pseudo classes ****************/

a:link {

color: #3e3e3e;
text-decoration: underline;
font-weight: bold;

}

li :link {

color: #3e3e3e;
text-decoration: underline;
font-weight: bold;

}

a:visited {
color: #3e3e3e;
text-decoration: underline;
font-weight: bold;

}

li a:visited {
color: #3e3e3e;
text-decoration: underline;
font-weight: bold;

}

a:hover {

color: #f1b6d7;
font-weight: bold;
text-decoration: underline;

}

li a:hover {
color: #f1b6d7;
font-weight: bold;

}

a:active {

color: #3e3e3e;
font-weight: bold;

}

img.floatleft {
    float: left;
    border: 0;
    margin-left: 5px;
    margin-right: 5px;
}

img.floatright {
    float: right;
    border: solid 2px #62CE02;
    margin-left: 5px;
    margin-right: 5px;
}


/************************* ID's *************************/


#banner {
position: absolute;
left: 85px;
top: -140px;
width: 505px; 
height: 130px;

}

#social {
position: absolute;
left: 18px;
top: 700px;
width: 100px; 
height: 35px;

}

#wrapper {
position: relative;
top: 140px;
width: 675px; 
height: 805px;
margin:auto;
text-align: left; 
background-color: #202020;
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-color: #f4b8da;

}

#contenta {
position: absolute;
left: 0;
top: 155px;
width: 285px; 
height: 450px;
margin-left: 0 auto;  
background-color: #202020;
font-size: 12px;
color: #DFC3C2;

}



#contentb {
position: absolute;
left: 185px;
top: 165px;
width: 490px; 
height: 100percent;
margin-left: 0 auto; 
text-align: left; 



}


#logo {
position: absolute;
left: 47px;
top: 10px;
width: 581px; 
height: 100px;

}

#script {
position: absolute;
left: 0;
top: 106px;
width: 675px; 
height: 40px;


}

#smpics {
position: absolute;
left: 400;
top: 200px;
width: 230px; 
height: 515px;


}

#smpicinfo {
position: absolute;
left: 175;
top: 200px;
width: 225px; 
height: 515px;


}

#copyright {
position: absolute;
left: 85px;
top: 850px;
width: 505px; 
height: 130px;

}


