* {
margin: 0; 
padding: 0; 
border: 0; }

/*Affects entire layout*/
body {
background: url('') #fbfef5 repeat-x;
background-position: top left;
font-family: georgia;
font-size: 7pt;
color: #6c6b68;
text-align: justify; }


/*Affects individual div layers*/
#main {
width: 1000px; }

#head {
height: 700px;
background: url('c_header.png') no-repeat; }

#navi {
width: 165px;
height: 123px;
overflow: no;
float: left;
margin-top: -200px;
padding-left: 20px; }

#content {
width: 340px;
height: 305px;
overflow: no;
float: left;
margin-top: -655px;
padding-left: 345px; }


/*Affects links*/
a:active {
color: #9892a8;
font-family: georgia;
font-size: 7pt;
font-weight: normal;
text-decoration: none; }

a:link {
color: #9892a8;
font-family: georgia;
font-size: 7pt;
font-weight: normal;
text-decoration: none; }

a:visited {
color: #9892a8;
font-family: georgia;
font-size: 7pt;
font-weight: normal;
text-decoration: none; }

a:hover {
color: #64547c;
background-color: #faecd2;
font-family: georgia;
font-size: 7pt;
font-weight: normal;
text-decoration: none; }

.nav:active {
color: #9892a8; 
background-color: #fdfbe7;
padding: 0px 0px 0px 0px;
border-style: solid;
border-color: #f2cdb6;
border-bottom-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
text-transform: lowercase;
text-align: center;
text-decoration: none;
display: block;
width: 165px; }
 
.nav:link {
color: #9892a8; 
background-color: #fdfbe7;
padding: 0px 0px 0px 0px;
border-style: solid;
border-color: #f2cdb6;
border-bottom-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
text-transform: lowercase;
text-align: center;
text-decoration: none;
display: block;
width: 165px; }
 
.nav:visited {
color: #9892a8; 
background-color: #fdfbe7;
padding: 0px 0px 0px 0px;
border-style: solid;
border-color: #f2cdb6;
border-bottom-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
text-transform: lowercase;
text-align: center;
text-decoration: none;
display: block;
width: 165px; }
 
.nav:hover {
color: #64547c; 
background-color: #faecd2;
padding: 0px 0px 0px 0px;
border-style: solid;
border-color: #f29e89;
border-bottom-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
text-transform: lowercase;
text-align: center;
text-decoration: none;
display: block;
width: 165px; }


/*Affects content headers*/
.head {
border-style: dashed;
border-color: #64547c;
border-bottom-width: 1px;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
font-family: georgia; 
font-size: 20pt;
font-style: none;
text-decoration: none;
line-height: 30px;
color: #df9a9e; 
letter-spacing: 2px;
text-align: left; }

p:first-letter { 
color: #9892a8; }


/*Changes style of bolded and underlined text*/
b,strong {
color: #e08c85;
border-right: #64547c 3px solid;
font-family: georgia;
font-size: 7pt;
text-transform: uppercase;
font-weight: normal; }
 
u {
color: #64547c;
border-bottom: #e08c85 1px dashed;
font-family: georgia;
font-size: 7pt; }


/*Affects images*/
.image {
margin: 0px 5px 0px 0px; }


/*Stylizes input areas and textareas*/
select, input, textarea {
border: dashed 1px; 
border-color: #df9a9e;
font-family: georgia; 
font-size: 7pt; 
color: #64547c;
background-color: #faecd2; }

