﻿/* Custom Style Sheet for EvitasBotanitas.com */
/* Created by Rho Chalmers - for AMCS - amcs-usa.com */
/* Use id= for items marked with # (pound sign) and class= for items marked with . (period) */

/* General Styles */
body
{background:#FFFFFF;
font-family:Georgia,serif;
}

h2
{background-color:#9900BB;
color:#FFFFFF;
text-align:center;
}

h3
{background-color:#EEAA11;
color:#000000;
text-align:center;
}


.rightalign
{text-align: right;
font-weight: bold;
}

.centeralign
{text-align: center;
}

.justalign
{text-align:justify;
}

.leftf
{float: left;
clear: both;
margin: 7px; 
}

.rightf
{float: right;
clear: both; 
margin: 7px; 
}


/* Positioning Elements */
#main
{padding-left: 200px;
padding-right: 200px;
background-image: url('paper.png');
background-repeat:repeat-y;
background-position: center;
}