html,body
{
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.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: 850px;
        font-family: arial;
        font-size: 14px;
        margin-left: 40px;
}
.wrapper h1 {
        margin-left: 150px;
        height: 65px;
        width: 330px;
}
ul
{

}
li {
        margin-bottom: 7px;
        margin-right: 20px
}
.form
{
        float: right;
        width: 300px;
  
}
.form h2 {
        font-size:14px;
        text-align: center;
        margin-top: 10px;
        color: red;
}
.form table 
{
        border: solid 1px red;
        font-family: Arial;
        font-weight: bold; 
       	font-size: 12px;
        text-align: right;
        width: 200px;
        margin-top: 20px;
}
.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;
	width: 100%;
}
.note
{
        font-weight: normal;
        font-style: italic;
        color: #555555;
}
.notes
{
        margin: 50px;
        width: 300px;
        border: 1px dashed #FFEC80;
        font-family: Arial;
        font-size: 12px;
        background-color: #FCFFA3;
}
.notes h2
{
        text-align: center;   
        font-size: 14px;;
}
.footer
{
       margin-top: 10px;
       margin-bottom: 100px;
       clear: right;
       font-size: 12px;
}

h3 
{
       color: #46A2D1;

}
.possibilities
{
      width: 240px;
}
.photos {
  margin-left: 15px;
}
.photos img {
   margin-bottom: 10px;
}


