@charset "UTF-8";
/* CSS Document */


img{
	border:none;

}

body{
	background:url(images/bg.png) no-repeat fixed;
	background-position:top center;
	background-color:#0fcdff;
	margin:0 auto;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;

}

/*#wrapper{
	width:600px;
	height:auto;
	margin:30px auto 50px;
	padding:0 150px 30px 151px;
	overflow:hidden;
}*/

#content{
	width:600px;
	height:auto;


}

#navigation{
	width:100%;
	height:30px;
	background-color:#d5faff;
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	border-bottom:#FFFFFF thick solid;
	top:0;
	left:0;
	position:fixed;
	z-index:1000px;
	float:left;
}




#navigation a{
	background-color:#d5faff;
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#navigation a:hover{
	background-color:#d5faff;
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	background-color:#d122b8;
}

#navigation ul{
	list-style:none;
	list-style-position:inside;
	list-style-type:none;
	margin:0;
	padding:3px 0 0 0;
	text-align:right;	
}

#navigation ul li{
	
	margin:0 10px 0 0;
	padding:0;
	display:inline;
		
}


#header p{
	padding:0;
	margin:0 0 10px 0;
	color:#999999;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}

#wysiwyg{
	background:url(images/textEdit.png) repeat;
	border:none;
	color:#333333;

}

.wysiwyg{
	background:url(images/textEdit.png) repeat;
	border:none;
	color:#333333;

}



#editInPlace{
	width:580px;
	height:auto;
	background-color:#FFFFFF;
	padding:10px;
	margin-bottom:40px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;

}


#editInPlace a{
	background-color:#d5faff;
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
}

#editInPlace a:hover{
	background-color:#d5faff;
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#d122b8;

}

#editInPlace h3{
	font-size:14px;
	padding:0;
	margin:0 0 10px 0;
	color:#333333;

}


.saveButton{
	width:83px;
	height:30px;
	background:url(images/save.png) no-repeat;
	cursor:pointer;
	border:none;
	margin:10px 30px 0 0;

}

.cancelButton{
	width:83px;
	height:30px;
	background:url(images/cancel.png) no-repeat;
	cursor:pointer;
	border:none;
	margin:10px 30px 0 0;


}

.featuredCopy{
	position:relative;
	float:left;
	height:120px;
}

#pagination{
	height:30p;
	float:left;
	width:600px;
	/* margin-top:-30px; */
	color:#333333;


}

#next{
	float:right;
	
}

#previous{
	float:left;
}


#currentPage{
	width:110px; 
	margin:5px 80px 0 0; 
	float:left;
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#footer{
	width:100%;
	height:30px;
	background-color:#d5faff;
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-top:#FFFFFF thick solid;
	bottom:0;
	left:0;
	position:fixed;
	float:left;
}


#footer a{
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover{
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#d122b8;
	}
	
#footer ul{
	list-style:none;
	list-style-position:inside;
	list-style-type:none;
	margin:0;
	padding:3px 0 0 0;
	text-align:right;	
}

#footer ul li{
	
	margin:0 10px 0 0;
	padding:0;
	display:inline;
		
}
