/* CSS Document */

* {
margin:0;
padding:0;
}

body {
margin:0;
padding:0;
/* background-image:url(image/love-amor.gif); */
}

#frame {
width:756px;
margin:0 auto;
text-align:left;
}

#header {
height:130px;
background-color::#FFFFFF;
}

#left-column {
float: left;
width:166px;
/* background-color:#8F006B;*/
}

#left-column p {
padding:0 10px 10px 10px;
font-family:"Times New Roman", Times, serif;
font-size:1em;
font-weight:normal;
line-height:1.2em;
}

#left-column h1 {
font-family:"Times New Roman", Times, serif;
font-size:1.5em;
font-weight:bold;
color:#000000;
padding:15px 0 0 0;
text-align:center;
}



#main-column {
float: right;
width:448px;
 background-color:#FFFFFF; 
 /* border-left:#0000FF dotted 1px;
border-right:#0000FF dotted 1px; */
}

#main-column p {
padding:0 15px 10px 15px;
font-family:"Times New Roman", Times, serif;
font-size:1em;
font-weight:normal;
line-height:1.2em;
}

#main-column h1 {
font-family:"Times New Roman", Times, serif;
font-size:1.5em;
font-weight:bold;
color:#000000;
padding:15px 0 0 0;
text-align:center;
}

#right-column {
float: right;
width:140px;
/* background-color:#8F006B; */
}

#right-column p {
padding:0 10px 10px 10px;
font-family:"Times New Roman", Times, serif;
font-size:1em;
font-weight:normal;
line-height:1.2em;
}

#right-column h1 {
font-family:"Times New Roman", Times, serif;
font-size:1.5em;
font-weight:bold;
color:#000000;
padding:15px 0 0 0;
text-align:center;
}


#navigation {
background-color: #6BB300;
height:25px;
padding:5px 0 0 0;
text-align:center;
}

#navigation ul li {
list-style: none;
display: inline;
text-align:center;
}

#navigation ul {
border-bottom: 1px solid #6BB300;
font: bold 15px Arial, Helvetica, sans-serif;
margin-left: 0px;
padding: 0px 0px;
}

#navigation ul li a {
background: #6BB300;
border: 3px solid #6BB300;
border-bottom: none;
margin-left: 0px;
padding: 3px 6px;
text-decoration: none;
}



#enclosure {
float: left;
width:616px;
/* background-color:#FFFFFF;*/
}

#footer {
clear: both;
width:756px;
/* background-color:#FF80DF; */
}
