
<!--
p
{
margin:0px
}
/*------------------HR TAG-----------------------*/
hr
{
width:95%;
height:.5px;
}
/*-------------------H4 TAG----------------------*/
h3
{
font-family:Tahoma;
color:white;
margin:0px;

}
h4
{
font-family:Arial, "Times", sans-serif;
font-weight:bold;
margin:0px;
color:#336b9F;
background-color:none;

}
/*-----------------BODY------------------------*/
body 
{
font-family:Arial, "Times", sans-serif;
font-size:10pt;
background-color:#CFDBC5;
background-image:url(repeat.jpg);
background-repeat:repeat-x;

}
/*------------------PARAGRAPH-----------------------*/
p 
{
font-family:Arial, "Times", sans-serif;
}
/*-----------------DEFINED LINK------------------------*/

a.one:link {color: #D5D5D5;text-decoration:none;}
a.one:visited {color: #D5D5D5;text-decoration:none;}
a.one:hover {color: #ffcc00;text-decoration:underline;}

/*-------------------DEFAULT LINK----------------------*/

a:link {color:#336B9F; font-size:9pt}
a:visited {color:#336B9F; font-size:9pt}
a:hover {text-decoration:underline;color:#ffcc00; font-size:9pt}
/*-------------------footer links----------------------*/

a.two:link {color:white; font-size:7pt}
a.two:visited {color:white; font-size:7pt}
a.two:hover {text-decoration:underline;color:grey; font-size:7pt}

/*-------------BEGINNING PAGE CONTENT-----------------*/

/*------------------HEADER-----------------------*/
div.header
{
padding:0px;
color:white;
clear:right;
text-align:right;
background:white;
background-image:url(banner.jpg);
background-repeat:no-repeat;
height:200px;
}
/*------------------FOOTER-----------------------*/
div.footer
{
padding:3px;
color:white;
background-image:url(footer.jpg);
background-repeat:no-repeat;
height:90px;
font-size:7pt;

clear:right;
clear:left;
text-align:center;


}
/*-------------------CONTAINER----------------------*/
div.container
{
width:800px;
position:absolute;
left:15%;
clear:left;
border:1px solid black;
background-image: url(bg.jpg);
background-repeat:repeat-y;


}
/*-------------------MENU----------------------*/
div.menu
{
padding:3px;
text-align:center;
color:black;
font-size:8pt;
background-color:#0071AB;
background-image: url(postbg2.jpg);
clear:left;
}
/*------------------CONTENT-----------------------*/
div.content
{
margin-left:0px;
width:598px;
padding:1px;
margin-top:0px;
float:left;
background:#F2F6F9;

}

div.content1
{
margin-left:0px;
width:799px;
padding:1px;
margin-top:0px;
float:left;
background:#F2F6F9;
}
/*------------------HEADLINE AD-----------------------*/
div.adds
{
width:192px;

padding:0px;
padding-top:0px;
float:right;
background-color:#F2F6F9;
text-align:left;
}
/*----------------POST DATE-------------------------*/
div.postdate
{
background-image: url(postbg.jpg);  /*7EA1C2*/   /*5B83A9*/
color:#ECF4FB;
font-weight:bold;
font-size:9pt;
font-family:Verdana;
text-align:center;
padding:0px;
}
/*-----------------DATE------------------------*/
div.date
{
text-align:right;
margin-top:130px;
float:right;
color:#ECF4FB;
padding:0px;
}
/*----------------GOOGLE AD-------------------------*/
div.googlead
{
width:598px;
float:left;
clear:left;
margin-left:0px;
}
/*--------------------MISC---------------------*/
div.misc
{
width:192px;
padding:0px;
float:right;
background-color:#F2F6F9;
text-align:left;
}

/*-----------------------------------------*/

.slideshow{ /*CSS for DIV containing each image*/
float: left;
width: 200px;
height: 270px;
}

.slideshow img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
width: 174px;
height: 146px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}

-->

