
body
{
 background: #666666;
 /*background: url("body2.jpg");*/
 margin: 0px;
 padding: 0px;
 font-family: verdana, sans-serif;
 color: #333333;
 font-size: 13px;
}

p
{
 margin: 0px;
 margin-bottom: 10px;
}

a
{
 text-decoration: none;
 color: #8A7CB8;
}

form p
{
 margin-top: 10px;
 margin-bottom: 0px;
}

form input
{
 margin-top: 0px;
}
 
#wholething
{
 width: 900px;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 margin-top: 10px;
 margin-bottom: 10px;
 background: #FFFFFF;

}

#logo
{
 width: 900px;
 background: #7793FF;
}

#theleft
{
 float: left;
 width: 350px;
}

.theright
{
 float: left;
 margin-left: 30px;
 width: 350px;
 border: 1px dashed #666666;
}

.therightinner
{
 margin: 20px;
}

#astop
{
 width: 728px;
 height: 90px;
 margin-left: 36px;
 /*border: 1px dashed #333333;*/
}

#aslink
{
 width: 728px;
 height: 15px;
 margin-left: 20px;
 /*border: 1px dashed #333333;*/
}

#aslargerect
{
 width: 336px;
 height: 280px;
 /*border: 1px dashed #333333;*/
}

#assky
{
 width: 120px;
 height: 600px;
 /*border: 1px dashed #333333;*/
}

#maincontent
{
 text-align: left;
 margin-left: 20px;
 margin-top: 20px;
}

.bullet
{
 background: url("bullet.gif");
 background-repeat: no-repeat;
 padding-left: 15px;
 margin-bottom: 4px;
}

#nav-left
{
 display: inline;
 float: left;
 width: 150px;
 /*border: 1px dashed #333333;*/
}


#navleft
{
 float: left;
 display: inline;
 width: 145px;
 /*font-family: varial, sans-serif;*/
 /*font-size: 12px;*/
 margin-left: 15px;
 margin-top: 20px;
 /*border-right: 1px dotted #666666;*/
}

#nav-left a
{
 text-decoration: none;
 color: #8A7CB8;
}

#nav-left a:hover
{
 text-decoration: underline;
 color: #8A7CB8;
}

#nav-left ul
{
 margin-left: 15px;
 padding-left: 0px;
}


.pic-right
{
 display: inline;
 float: right;
}

.pic-left
{
 display: inline;
 float: left;
 margin-right: 15px;
}

#content-middle
{
 display: inline;
 float: left;
 width: 450px;
 margin-left: 20px;
 /*border: 1px dashed #333333;*/
 
}

 
#content-middle h1
{
 /* color: #B0A5CF; */
 font-size: 20px;
 margin-top: 0px;
 /*font-weight: bold;*/
}

#content-middle h2
{
 color: #B0A5CF;
 font-size: 16px;
 /*font-weight: bold;*/
}

#stuff-right
{
 display-inline;
 float: left;
 width: 120px;
 margin-left: 20px;
 /*border: 1px dashed #333333;*/
 
}

#footer
{
 font-size: 10px;
 text-align: center;
 margin-top: 10px;
 margin-bottom: 10px;
}

#blah
{
 margin-left: 15px;
}

#blah ul
{
 margin-left: 15px;
 list-style-type: none;
}

.thanks
{
 padding: 5px;
 background: #B0A5CF;
}
.clr
{
 clear: both;
}


#clickhere
{
 
 text-align: center;
 width: 300px;
 height: 32px;

}



#clickhere a
{
 margin-top: 10px;
 display: block;
 /*width: 190px;
 height: 25px;*/
 width: 300px;
 height: 32px;
 /*background-image: url("getback1.gif");*/
 background-image: url("click-here-normal.jpg");
}

#clickhere a:hover
{
 display: block;
 width: 300px;
 height: 32px;
 /*background-image: url("getback2.gif");*/
 background-image: url("click-here-hot.jpg");
}

