/* GENERAL STYLES */
/* Rich text editor styling end */

body,html {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #bbae95;
	font-size:15px;
	text-align: center;
	color:#ffffff;
	}

.clear{
	clear:both;
}

#naviHolder{
    float: left;
    padding:0;
    width:300px;
    margin: 0;    
}

#naviList {
    list-style:none;
    margin: 0;    
    padding: 0;
width:300px;
    float: left;
}

#naviList li {
    width:300px;
    /*float:left;*/
}

#naviList .selected {
	background-position:-300px 0;
}

#naviList a{
    display: block;
    padding:0;
    margin:0 auto;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
}

#naviList a:hover{

}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(wizard/pullBackground.png);
	padding: 2em 0;
	border-bottom: 1px solid #888477;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

/* BOXES */

a {
color:#ffffff;
font-weight: bold;
}

#container {
	margin: 20px auto;
	width: 960px;
	background-color: #bbae95;



}

#content {
	float: left;
	width: 620px;
}

#textContent {
	width: 620px;
	float: left;
	padding: 30px 0 0 0;
	background-color: #bbae95;
	text-align: left;
}


#footer {
	width: 960px;
	float: left;
	padding: 10px 0 10px 0;
}

#content img {

}

/* GALLERY STYLES */

.galleryImageContainer{
	float:left;
	margin:0 8px 0 0;
	padding:8px; 
	text-align: center;
}

.galleryImageContainer img{
	margin:0 auto;
	padding:0;
	text-align: center;
}

.galleryImageTitle{
	width:100%;
	text-align: center;
	padding:2px 0 2px 0;
	color:#ffffff;
}


/* EDITOR PROPERTIES */
h1 {
	font-size:20px;
	font-weight: bold;
}

h3 {
	font-size:12px;
	font-weight: bold;
}

