@charset "utf-8";


.page {
	margin: auto;
	width: 1024px;
	float: none;
	display: block;
	background-color: #FFFFFF;
}

.header {
	height: 50px;
	width: 1024px;
	text-align: center;
	font-family: Play;
	font-weight: 600;
	font-style: italic;
	font-style: normal;
	color: #333333;
	overflow:hidden;
}

.menu-bar {
	background-color:inherit;
	width: 1024px;
	height:25px;
	white-space: nowrap;
	list-style-type: none;
	font-family: Play;
	color: #CC0066;
	position: relative;
	margin-top: 5px;
	/*margin-right: auto;
	/*margin-bottom: 30px;
	margin-left: auto;*/
	margin:auto;
	/*clear: none;*/
}

.menu_bar_item {
	width:auto;
	margin:auto;
}

.content {
	margin:auto;
	margin-top:20px;
	height:660px;
}

.welcome {
	width: 400px;
	background-color: #000;
	margin: auto;
	border:#F00:thin;
	height: 650px;
	border: 1px solid #F00;
	position: relative;
}

.sub-menu-bar {
	width: 1024px;
	white-space: nowrap;
	list-style-type: none;
	font-family: Play;
	color: #CC0066;
	position: relative;
	/*margin-top: 30px;*/
	/*margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;*/
	margin:auto;
	clear: none;
}

.separator {
	height: 6px;
	width: 1024px;
	background-color: inherit;
	/*margin-top: 5px;*/
	margin-bottom: 10px;
	clear: right;
	position: relative;
}

/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style: none;
	font-family: Play;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
	text-align: center;
	/* Clear floats */
	float: none;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#nav li{
	float: left;
	margin-right: 10px;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
}
#nav a{
	display:block;
	padding:5px;
	color:#999999;
	background:#FFFFFF;
	text-decoration:none;
}
#nav a:hover{
	color:#000000;
	background:#FFFFFF;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#nav ul{
	/*background:#fff;*/ /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	/*background:rgba(255,255,255,0);*/ /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	height: auto;
	width: auto;
	background:#FFF;
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	border: thin solid #999999;
	padding:0;
	
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	color:#CCCCCC;
}
#nav li:hover ul{ /* Display the dropdown on hover */
    /* background:rgba(255,255,255, 0);  */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#ffffff /* rgba(255,255,255,0); */
	text-decoration:none;
	font-weight: bold;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#FFFFFF; /*rgba(255,255,255,0); */
}

.menu1 {
	color : #ff0000;
	background-color: 00ff00;
}



.footer {
	height: 25px;
	width: 1024px;
	text-align:center;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	padding-top: 2px;
}
.next_prev_holder {
	margin: auto;
	height: 22px;
	width: 400px;
}

.slide-show {
	background-color: #FFFFFF;
	height: 700px;
	width: 900px;
	margin-top:16px;
	margin-left: auto;
	margin-right:auto;
	color: #FFFFFF;
}

.greta_portrait {
	height: 700px;
	width: 400px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	border: thin solid #f00;
}

.greta_image {
	height: 292px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
}


a:link {
    color:#999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#999999;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #00FFFF;
	height: 800px;
	width: auto;
}

.pamenu {
	font-family: Play;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
	position: relative;
	text-align: center;
	background-color: "";
	z-index: 100;
}

.pamenu li:hover {
	font-family: Play;
	font-weight:normal;
	font-size:14px;
	color: #333333;
	background-color:#dddddd;
}


.drop_down_menu {
	font-family: Play;
	font-weight: normal;
	font-size: 14px;
	color: #8b14b2;
	text-align: center;
	padding: 5px;
	border: 1px solid #666666;
	/*margin-top: 10px;*/
	margin:auto;
	position: relative;
}
