body {
text-align:left;
font-family:verdana;
font-size:12px;
color:#333;
background:#white;
background-image: url(images/snapdragons_pink.jpg); 
background-repeat: repeat-y;
background-position: top left;
}


h1 {
color:#660198;
font-family:georgia;
font-size:22px;
font-style:italic;
font-weight:normal;
}

h2 {
color:#660198;
font-family:georgia;
font-weight:normal;
font-style:italic;
font-size:16px;
margin-bottom:10px;
}


a:link { 
color: #2F4F2F;
text-decoration:none; 
}
a:visited { 
color: #1DA237;
text-decoration:none;
}
a:hover { 
color: #660198;
text-decoration:none;
}
a:active { 
color: #660198;
text-decoration:none;
}

img {
border: none; 
}


#main {
padding: 10px 50px 20px;
width: 800px;
position: absolute;
right: 0;

}


