

/* Generic Selectors */

body {

text-align: center;
font-family: Futura, Times Roman Bold, serif;
font-size: 18px;
color: #DFC3C2;
background-image:
url('images/cross.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: #00369D;
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: #DFC3C2;
text-decoration: underline;
font-weight: bold;

}

li :link {

color: #DFC3C2;
text-decoration: underline;
font-weight: bold;

}

a:visited {
color: #2BC93E;
text-decoration: underline;
font-weight: bold;

}

li a:visited {
color: #DFC3C2;
text-decoration: underline;
font-weight: bold;

}

a:hover {

color: #808080;
font-weight: bold;
text-decoration: underline;

}

li a:hover {
color: #808080;
font-weight: bold;

}

a:active {

color: #808080;
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 *************************/




#wrapper {
position: relative;
top: 10px;
width: 675px; 
height: 705px;
margin:auto;
text-align: left; 
background-color: #202020;
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-color: #DFC3C2;

}

#contenta {
position: absolute;
left: 0;
top: 155px;
width: 185px; 
height: 510px;
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; 



}



#design {
position: absolute;
left: -50px;
top: 710px;
width: 800px; 
height: 20px;
font-family: Futura, Times Roman Bold, serif;
font-size: 12px;
color: #424242;


}

#logo {
position: absolute;
left: 47px;
top: 10px;
width: 581px; 
height: 96px;
background-image: url(images/fade.gif);

}

#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;


}



