@charset "utf-8";
/* CSS Document */

/*Main*/

body {
margin:-1px;
padding:-1px;
text-align:justify;
color: #D79F9E;
font-family: Century Gothic;
font-size: 11px;
background-color: #7b7779;
background-image:url("images/bg.jpg");
background-repeat:repeat-x;
}



#bg {
width:754px;
background:url("images/bgx.jpg");
background-repeat:repeat-y;
font-family: Century Gothic;
font-size: 11px;
}


/*Navigations*/

h1:first-letter {
text-transform: uppercase;
color:#53663e;
font-family: Georgia;
font-style:italic;
font-size: 20px;
letter-spacing:1px;

}

h1 {
font-family: century gothic;
font-size: 16px;
font-style:italic;
font-weight:normal;
color: #53663e; 
text-align: right;
text-transform: lowercase;
line-height:12px;
padding-left:15px;
margin-top: 0px;
margin-bottom: 2px;
}

h2 {
font-family: century gothic;
font-size: 16px;
font-style:italic;
font-weight:normal;
color: #53663e; 
text-align: left;
text-transform: lowercase;
line-height:12px;
padding-left:0px;
margin-top: 0px;
margin-bottom: 2px;
}


h2:first-letter {
text-transform: uppercase;
color:#53663e;
font-family: Georgia;
font-style:italic;
font-size: 20px;
letter-spacing:1px;

}
.nav a {
text-align: center;
text-decoration:none;
text-transform: none;
display: block;
font-family: courier new;
font-size:10px;
line-height:13px;
letter-spacing:0px;
color: #C67191;
margin-bottom:2px;
background-color:#dad9d9;
}

.nav a:hover {
text-align: center;
text-decoration:none;
text-transform:uppercase;
display: block;
font-family: courier new;
color: #e6429a;
font-size:10px;
line-height:13px;
letter-spacing:2px;
margin-bottom:2px;
background-color:#dad9d9;
border-bottom:#959b7e dashed 1px;
border-right:#959b7e solid 2px;
}

/*Content*/

.header {
background-image:url("images/head.jpg");
background-repeat:no-repeat;
height:22px;
width:457px;
font-size:13px;
text-transform:uppercase;
font-family:Century Gothic;
padding-left: 4px;
padding-right: 25px;
text-align:right;
color:#FFFFFF;
}


.bg2 {
background:url("images/content.jpg");
background-repeat:repeat-y;
width:457px;
text-align:justify;
font-family:arial;
font-size:12px;
letter-spacing:0px;
line-height:15px;
color:#97a588;
padding-left: 4px;
padding-right: 25px;
padding-top: 3px;


}

.foot {
background:url("images/foot.jpg");
background-repeat:no-repeat;
text-align:center;
width:457px;
height:22px;
font-size:13px;
text-transform:uppercase;
font-family:Century Gothic;
padding-left: 4px;
padding-right: 25px;
padding-bottom: 3px;
padding-top: 5px;
text-align:left;
color:#FFFFFF;

}


/*Other Additions*/

a
{
color: #C67191;
text-decoration:none;
text-transform:uppercase;
font-family:century gothic;
font-size:11px;
background-color: transparent;
line-height:5px;
}

a:hover
{
color: #C67191;
letter-spacing:1px;
background-color:transparent;
} 


b {
 color:#c7658b;
 font-size: 11px;
 font-family: Geneva, Arial, Helvetica, sans-serif;
}

i {
  color:#49a8b9;
  font-size:11px;
  font-family: Georgia;
}

u {
  color:#938ba1;
  font-size:11px;
  font-family: Arial;
}

.avi{
border:1px dashed #a462a4;
border-left:2px double #c289bd;
margin: 2px 5px 0px 0px;
}





