body {
margin: 0px;
padding: 0px;
background-color: rgb(210,152,195);
background-image: url('images/Page-BgTexture.jpg');
background-repeat: repeat;
font-family: Trebuchet MS;}

.topheader {
background-image: url('images/Page-BgGradient.jpg');
background-repeat: repeat-x;
height: 221px;
position: relative;
top: 0px;
left: 0px;}

#full {
margin-left: auto;
margin-right: auto;
position: relative;
top: -175px;
width: 880px;
border: 1px solid black;
background-color: rgb(234,205,230);}

.header {
width: 856px;
height: 163px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
background-image: url('images/Header.jpg');}

.header h1 {
color: rgb(255,255,255);
font: 2.6em  Georgia, "Times New Roman", Times, serif;
border-bottom: 1px solid rgb(255,255,255);
width: 300px;
margin: 0px 0px 0px 50px;
padding: 30px 0px 0px 0px;}

.header p {
color: rgb(255,255,255);
font: 1.2em  Georgia;
margin: 0px 0px 0px 80px;
padding: 10px 0px 0px 0px;}

.menu {
width: 856px;
height: 34px;
margin-left: auto;
margin-right: auto;
background-image: url('images/nav.png');}

.menu ul {
list-style-type: none;
display: inline;}

.menu li a {
float: left;
color: rgb(0,0,0);
font-weight: normal;
text-decoration: none;
font-size: 1.0em;
margin: 0 0.5em;
padding: 0 1.0em;
position: relative;
top: -15px;}

.menu li a:hover {
text-decoration: underline;
color: rgb(217,38,175);}

.main {
clear: both;
width: 856px;
margin-left: auto;
margin-right: auto;
background-color: rgb(234,205,230);
text-align: justify;}

.main img {
border: 0px; 
margin: 0px; 
padding: 0px; 
width: 270px; 
height: 300px;}

.main h2,h3 {
color: rgb(217,38,175);
font-size: 1.2em;
font-weight: normal;
font-family: Georgia;
width: 826px;
margin-left: 10px;
margin-right: 10px;
padding: 5px;
background-color: rgb(231,197,226);}

.main p {
font-size: 15px;
color: rgb(0,0,0);
margin-left: 10px;
margin-right: 10px;}

.footer {
width: 856px;
height: 30px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
background-color: rgb(209,151,194);}

.footer p {
text-align: center;
font-size: 13px;
margin: 0px;
padding-top: 5px;}

.footer p a {
color: rgb(0,0,0);
text-decoration: underline;}

.footer p a:hover {
color: rgb(217,38,175);}

