* {
	margin: 0;
	padding: 0;
}

/* CSS Document */
body{
line-height: 1.4em;
font-family:Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-image:url(../images/container_bkg.jpg);
background-repeat:repeat-x;
background-color: #3d2561;
margin: 0 auto; /*Center container on page*/
}

#maincontainer{
width: 960px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

div.spacer{clear:both; width: 960px;height:20px; display:block;}
div.spacersm{clear:both; width: 960px;height:10px; display:block;}
p{
padding:10px 20px;
color: #333333;
}

a{ color: #5f428b;
}

a:hover{
color: #a4b539;
}

h1{font-size:1.7em;
color:#5F428B;
padding-left:20px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: normal;
}

h2{font-size:1.4em;
color:#333333;
padding-left:10px;
}

#content li{
color:#333333;
line-height: 1.2em;
padding: 0px 20px;
list-style-position:inside;
line-height:1.2em;
}

#content ul{
margin: 0px;
padding: 0px;
}


/*STRUCTURE*/

#contentwrapper{
float: left;
width: 960px;
background-color:#ffffff;
}

/*HEADER*/
#header {
width: 960px;
height: 115px;
}

.small{
font-size: 0.8em;
}

/*MAIN COLUMN*/
#content {
float: left;
width: 665px;
margin-top:40px;
margin-left: 20px;
}

/*MAIN RIGHT COLUMN*/
#right {
float: right;
width: 275px;
margin-top:40px;
}

#contact-box{
background-image:url(../images/contact_bkg.jpg);
background-repeat: no-repeat;
height:75px;
width: 230px;
margin-top: 32px;
}

#contact-box p{
padding:10px;
}

#horse-box{
background-image:url(../images/horse_bkg.jpg);
background-repeat: no-repeat;
height:240px;
width: 230px;
margin-top: 35px;
}

#horse-box p{
padding:10px;
}

#quote-box-aa{
background-image: url(../images/quote_about_bkg.jpg);
background-repeat: no-repeat;
height:240px;
width: 230px;
margin-top: 20px;
}

#quote-box-rac{
background-image: url(../images/quote_reiki_bkg.jpg);
background-repeat: no-repeat;
height:680px;
width: 230px;
margin-top: 20px;
}

#quote-box-life{
background-image: url(../images/quote_life_bkg.jpg);
background-repeat: no-repeat;
height:410px;
width: 230px;
margin-top: 20px;
}

#link-box{
background-image: url(../images/link_bkg.jpg);
background-repeat: no-repeat;
height:140px;
width: 230px;
margin-top: 30px;
}

#quote-box-aa p{
padding:15px;
color:#333333;
}

#quote-box-rac p{
padding:15px;
color:#333333;
}


/*FOOTER*/

#footer{ 
width: 960px;
clear: both;
}

#footer p{
color:#ffffff;
font-size: 0.9em;
}

.footer a{
color: #ffffff;
text-decoration:none;}

.footer a:hover{
color: #ffffff;
}

.top{
font-size: 0.8em;
text-align:right;
}
.top a{
color: #5F428B;
font-weight: bold;
}

td p{ padding:5px;}