body
{
 background-image:url('strongwoman.jpg');
 background-repeat:repeat;
 background-color: #FFFFFF;
 background-attachment:fixed;
} 

#container
{
 width: 98%;
 margin: 10px auto;
 border: 0px solid gray;
}

#top
{
 padding: .5em;
 border-bottom: 0px solid gray;
}

#top a:link    {color: #FF0000; text-decoration: none}
#top a:visited {color: #0000FF; text-decoration: none}
#top a:hover   {color: #009933; text-decoration: underline}

#top h1
{
 padding: 0;
 margin: 0;
 color: #7D2252;
 font-size: 56;
}

#top h2
{
 padding: 0;
 margin: 0;
 color: #EAC117;
}

#top h3
{
 padding: 0;
 margin: 0;
 color: #EAC117;
 text-shadow: 1px 1px 6px #000;
}

#leftcol
{
 float: left;
 width: 185px;
 margin: 0;
 padding: 1em;
 border-right: 0px solid gray;
}

#leftcol a:link    {color: #FF0000; text-decoration: none}
#leftcol a:visited {color: #0000FF; text-decoration: none}
#leftcol a:hover   {color: #009933; text-decoration: underline}

#rightcol
{
 float: right;
 width: 185px;
 margin: 0;
 padding: 1em;
 border-left: 0px solid gray;
}

#rightcol a:link    {color: #FF0000; text-decoration: none}
#rightcol a:visited {color: #0000FF; text-decoration: none}
#rightcol a:hover   {color: #009933; text-decoration: underline}

#content
{
 margin-left: 250px;
 border-left: 0px solid gray;
 margin-right: 250px;
 /* border-right: 0px solid gray; */
 border: 1px solid black;
 padding: 1em;
 color: gray;
 background-color: #FFFFFF;
 zoom: 1;
 filter: alpha(opacity=60);
 opacity: 0.6;
}

#content a:link    {color: #FF0000; text-decoration: none}
#content a:visited {color: #0000FF; text-decoration: none}
#content a:hover   {color: #009933; text-decoration: underline}

#content .text1
{
 font-size:36px;
 font-weight:bold;
}

#content .text2
{
font-size:24px;
font-weight:bold;
font-style:italic;
color:#000000;
}

#content .text3
{
font-size:22px;
font-weight:bold;
}

#footer
{
 clear: both;
 margin: 0;
 padding: .5em;
 border-top: 0px solid gray;
}

#footer a:link    {color: #FF0000; text-decoration: none}
#footer a:visited {color: #0000FF; text-decoration: none}
#footer a:hover   {color: #009933; text-decoration: underline}

#leftcol p, #rightcol p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

