/*--- cpsami-webdesign@yahoo.com ---*/

*                   { /* All Elements */
	margin          : 0px;
	padding         : 0px;
	}

body           { /* Page Body */
	font-family:helvetica,verdana,arial,sans-serif;
	/*   background-color: #663333;*/

	}
a:link              { /* Document Links */
	color           : #3333FF;
	}
a:visited           { /* Visited Links */
	color           : #800080;
	}
a:hover             { /* Hover Links */
	color           : #FF0000;
	}
a:active            { /* Active Links */
	color           : #FF0000;
	}


.photo
{
 border-left:  white 10px dotted;
border-right:  white 10px dotted;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


.photo:hover
{
 border-left:  white 10px dotted;
border-right:  white 10px dotted;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;

}


ul { 
list-style-image: url('bullet.gif');
list-style-type: circle;
margin-left: 35px;

font-size: 1.4em;
}


/*position divs*/
#container {

	   background-color: #663333;
	   background-image:url('tilebrownstripe.png');
	   background-repeat: repeat;
	   background-attachment: fixed;

}

table, th, td

{
vertical-align:top;
padding: 5px;
width:100%;
border: 0px solid #ff99cc;
}

#main{

  width: 800px ;
  margin-left: auto ;
  margin-right: auto ;
   background-color: #ff99cc;
 border-style: dotted;
 border-color: #FFFFFF;
 border-width: 3px;
 border-top:  white 0px solid;
   }


#title {
   text-align:center;
    background-color: #ff99cc;
  width: 800px ;
  margin-left: auto ;
  margin-right: auto ;
	font-size:58px;
  border-style: dotted;
  border-color: #FFFFFF;
  border-width: 3px;
	 border-bottom:  white 0px solid;

}
#white {

    background-color: #FFFFFF;
	width:292px;
	float: left;
	margin-left:20px;
}

#subtitle {
   text-align:center;
    background-color: #ff99cc;
  width: 800px ;
  margin-left: auto ;
  margin-right: auto ;
  font-size:16px;
    border-style: dotted;
  border-color: #FFFFFF;
  border-width: 3px;
	 border-bottom:  white 0px solid;
	 border-top:  white 0px solid;

}
#home {
        position:absolute;
	top:5px;
	left:0px;

}




#right {

float: right;
width:375px;
  margin-left: auto ;
  margin-right: auto ;
      background-color: #ff99cc;
     height:100%;
  


}

#left {
width:400px;
float: right;
  margin-left: auto ;
  margin-right: auto ;
      background-color: #ff99cc;
  height:100%;
}




/*hover effects:*/


a#btnhome {
	float:left;
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(home100.png);
    background-position: 0 -100px;
    /*margin: 0 auto;*/
}
a#btnhome:hover {
    background-position: 0 0;
}
a .alt { display: none; }
