html,body
{
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.curve
{
       background-image: url("images/curve.gif");
       width: 30px;
}
.nav {
      height: 25px;
      width: 200px;
}
.nav a {
       display:block;
       height: 20px;
       width: 100px;
       max-width: 100px;
       border: solid 1px #FF8888;
       background-color: #FFEDED;
       text-align: center;
       text-decoration: none;
       line-height: 23px;
}
.nav a:hover {
       background-color: white;
}
#buyb {

       border: none;
}
.wrapper {
        width: 100%;
        font-family: arial;
        font-size: 14px;
}
.wrapper h1 {
        margin-left: 150px;
        height: 65px;
        width: 330px;
}
ul
{

}
li {
        margin-bottom: 7px;
        margin-right: 20px
}
.form{ 
    text-align:center;
}
.form table input
{
	text-align: center;
    border: none;
    border: solid 1px #FF8888;
	background-color: #FFEDED;
    font-family: Courier;
}
.form table select
{
    text-align: center;
	border: solid 1px #FF8888;
	background-color: #FFEDED;
}
.note
{
        font-size: 12px; 
        font-weight: normal;       
        font-family:Comic Sans MS;
        line-height: 14px;
        color: #555555;
}
.demos
{
    width: 160px;
    border: 5px dashed #FFEC80;
    background-color: #FCFFA3; 
}
.possibility_green
{
      width: 160px;
      border: 1px solid #42834D;
      background-color: #91FEA3; 
}
.notes h2
{
        text-align: center;   
        font-size: 14px;;
}
.footer
{
       margin-top: 10px;
       margin-bottom: 100px;
       clear: right;
       font-size: 12px;
}

h3 
{
       color: #46A2D1;

}

.photos {
  background-color: #F90980;
  width: 220px;
}
.photos img {
   margin: 0px;
   padding: 0px;
   float: left;
}

