body {
background-image:url(images/bg.jpg);
background-repeat:repeat-y;
background-color: #176d69;
font-family: arial;
color: #3d8d91;
font-size: 11px;
}

#container {
background: url(images/bg2.jpg) top left repeat-x;
}

#one {
background: url(images/01.jpg) no-repeat; 
height: 127px;
}

#two {
background: url(images/02.jpg) no-repeat; 
height: 128px;
}

#three {
background: url(images/03.jpg) no-repeat; 
height: 127px;
}

#four { 
background: url(images/04.jpg) no-repeat; 
height: 127px;
}

#nav {
position: relative;
width: 139px;
height: 1px; 
top: -60px;
left: 100px;
}

#main {
position: absolute;
width: 350px; 
height: 1px; 
top: 430px;
left: 280px; 
}

b {
font-family: arial; 
font-size: 9px;
color: #fbe3b6;
text-transform: uppercase;
}

i {
font-family: "times new roman"; 
color:#11643e;
letter-spacing: 3px;
}

u {
color:#601b14;
}

a:link, a:visited, a:active {
font-family: "century gothic";
font-size: 9px;
color:#3d8b76;
text-decoration:none;
}

a:hover {
color:#000;
background-color: #4ba29e;
}

#nav a:link, #nav a:visited, #nav a:active {
display: block;
font-family: arial;
font-size: 9px;
color:#3c7d65;
background-color: #73c4a6;
text-decoration:none;
padding-left: 2px;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 1px;
}

#nav a:hover {
background-color: #69bd9f;
text-decoration: none;
border-bottom: 0px;
}

h1 {
font-family: "times new roman";
font-size: 18px;
font-style: italic;
color: #176d69;
border-bottom: 7px solid #176d69;
letter-spacing: 2px;
padding-left: 2px;
text-transform: lowercase;
margin-bottom: 0px;
}

h2 {
font-family: "arial black";
font-size: 14px;
color: #186e6a;
background-color: #c4d972;
letter-spacing: 0px;
text-transform: uppercase;
margin-bottom: 0px;
}

.box {
background-color: #5ad1d7;
padding: 4px;
border-bottom: 6px solid #c4d972;
border-left: 2px solid #c4d972;
border-right: 2px solid #c4d972;
text-align:justify;
}