@charset "utf-8";
/*
 
Designed by: Sarah Spagnoli
Date: 7/1/09
Primary Colors:
  pink: #dd9181;
  black: #060400;
  brown: #8a7153;
  taupe: #56c30;

*/

body {
font-size: 90%;
font-family: trebuchet ms, calibri, arial, sans-serif;
line-height: 1.6em;
color: #060400
}

ul li img body html {
margin: 0px;
padding: 0px;
}

a {
text-decoration: none;
color: #dd9181;
}

a: hover {
color: #8a7153;
}

a img {
border: none;
}

.fr {
float: right;
}

.fl {
float: left;
}

#container {
text-align: left;
width: 1000px;
margin: auto;
}

#container ul,
#container ul li a {
	list-style-type: none
}


#header h1 {
display: none;
}


/* SIDEBAR */

#sidebar {
	width: 110px;
	float: left;
	margin-top: 10px;
	margin-right: 25px;
	padding-right: 20px;
}

#sidebar ul#nav li:hover {
	border-left: #dd9181 3px solid;
		
}

#sidebar ul,
#sidebar ul li a {
	list-style-type: none
	text-align: left;
	border: 0;
	padding: 0;
}

#sidebar li {
	margin-bottom: 2em;
}

/* MAIN CONTENT */

#mainContent {
	overflow: hidden;
	
}

#mainContent #text {
	float: left;
	width: 71%;
	margin: 1em 1em 10em 1em;
	
}

#mainContent #textShop {
	float: left;
	width: 95%;
	margin: 1em 1em 10em 1em;
	
}


#mainContentServices {
	overflow: hidden;
	width: 80%;
	padding-left: 15px;
	
}

#mainContentEvents {
	width: 80%;
	padding-left: 10px;
	padding-top: 10px;
	overflow: hidden;
	
}

#mainContentPress {
	overflow: hidden;
	width: 83%;
	padding-left: 15px;
	
}

#mainContent #jojamiImage {
	float:right;
	margin: 0;
}


/*BIO MAIN CONTENT*/

#mainContent #bioText {
	float: left;
	width: 95%;
	margin: 1em 1em 1em 2em;
	
}

/*SERVICES MAIN CONTENT*/

#mainContent #servicesText {
	float: left;
	width: 68%;
	margin: 1em 1em 10em 2em;
}

/*BIO TOP NAV*/

#topNav {
	padding: 1em 1em 1em 1em;
	text-align:center;
	margin-left: 110px;
}

#topNav img:hover {
	border-left: #f4947e 3px solid;
}

/* FOOTER */

#footer {
	text-align:center;
	font-size:small;
}

#footer hr {
	border: 1px, solid, #56c30;
}


















