body {
	margin: 0px;
	background-color: #EBDFEB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

h1 {
	font-size: 18px;
	font-weight:bold;
	color: #8D538C;
	margin-top:0px;
	margin-bottom: 20px;
}

h2 {
	font-size: 13px;
	color: #297E0B;
	margin-top:25px;
	line-height:20px;
	margin-bottom:20px;
	font-style:italic;
}
h3 {
	font-size: 13px;
	font-weight:bold;
	color: #8D538C;
	margin-top:0px;
	margin-bottom: 5px;
}


p {
	margin-top:15px;
	margin-bottom:0px;
}

.purple {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#8D538C;
font-weight:bold;
font-style:italic;
}

.footer {
color:#4D3471;
font-size:10px;
}
.smalldark {
color:#333333;
font-size:10px;
font-weight:bold;
}


ul.menu{
	margin-top:0px;
	margin-left:0px;
	padding-left:0px;
}
ul.menu li {
background-image:url(../images/BackgroundMenuDots.png); 
background-repeat:no-repeat;
list-style:none;
}

ul.menu li.first {
background-image:none; 
}


/* =========================== LINKS ================================ */

a., a:link, a:visited{
font-family:Tahoma, Arial, "Times New Roman";
font-size: 13px;
color:#297E0B;
text-decoration:none;
font-style:italic;
font-weight:bold;

}

a:hover, a:active {
color:#8D538C;
text-decoration:underline;
}

a.menu, a.menu:link, a.menu:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	line-height:20px;
	text-decoration:none;
	font-weight:normal;

}

a.menu:hover, a.menu:active {
color: #C8A8C7;

}
a.smalldark, a.smalldark:link, a.smalldark:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #8D538C;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;

}

a.smalldark:hover, a.smalldark:active {
color: #000000;
text-decoration:underline;
}


/* ==== DIVS ==== */


#Container{
position:relative;
width:770px;
top:15px;
left:50%;
margin-left: -385px; /* half of the width */
padding:0px;
background-color:#FFFFFF;
border:#333333 solid; border-width:1px;

}

#Row1{
position:relative;
margin-left:0px;
margin-top:0px;
width:770px;
}

#Row2Left{
position: relative;
margin-left:0px;
margin-top:0px;
width:412px;
height:217px;
float:left;
}

#Row2Menu{
position: relative;
margin-right:0px;
margin-top:0px;
padding-top:25px;
width:358px;
float:left;
background-image:url(../images/Backgroundmenu.png);
}


#ImageRightBeads{
position:absolute;
width:358px;
top:290px;
right:0px;
}

#RowMiddle{
position: relative;
width:730px;
padding:20px;
margin-top:0px;
}
#RowBottomLeft{
position: relative;
margin-left:0px;
margin-top:0px;
width:412px;
height:109px;
float:left;
}

#RowBottomRight{
position: relative;
margin-right:0px;
margin-top:0px;
width:329px;
height:109px;
float:right;
}
#Footer{
position: relative;
top:20px;
width:770px;
padding:0px;
margin-top:0px;
left:50%;
margin-left: -385px; /* half of the width */
}

