<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-size:small;
	font-family: trebuchet MS,helvetica,arial,sans,ubuntu;
	background-color:#000000;
	color:#ffFFff;
	margin:0px;
	padding:0px;
	width:100%;
	}

h1 {
padding:0px;
margin:0 auto;
width:50%;
text-align:center;
color:#000000;
z-index:50;
}

h2 {
font-variant:small-caps;
color:#000000;
padding-bottom:10px;
border-bottom:1px solid black;
width:100%;
}
#header {
position:relative;
top:-18px;
margin:0 auto;
padding:0px;
width:100%;
height:291px;
}
#headerImage {
width:100%;
height:291px;
position:absolute;
top:0px;
background-image:url('./res/header.jpg');
background-repeat:no-repeat;
background-position:bottom center;
z-index:20;
}
nav a {
	text-decoration:none;
	color:#FFffFF;
	font-weight:bold;
	}
nav a:hover { 
	color:#ffe92d;
	font-weight:bold;

	}
	#navigation {
	position:relative;
	top:-17px;
	width:100%;
	margin:0 auto;
	padding:0px;
	height:41px;
	background-image:url('./res/navigation_back.jpg');
	background-position:top;
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	z-index:20;

	}
	
	nav {
	text-align:center;
	margin:0 auto;
	position:relative;
	top:-12px;
	display:block;
		padding:0px;
	
	}
nav ul {
/*	border:1px solid red;*/
position:relative;
left:-1.5%;
min-width:50%;
margin: 0 auto; 
	list-style:none;

	
	}
nav li {
position:relative;

font-size:20px;
display:inline;
padding-left:30px;
padding-right:30px;
}

#footerfix {
position:relative;
top:-55px;
margin:0 auto;
width:100%;
}

#landingPage {
position:relative;
top:-35px;
padding-top:0px;
background-color:#feeceb;/*
min-height:600px;*/
width:1022px;
margin: 0 auto;
margin-bottom:-35px;
}

#aboutPage {
position:relative;
top:-35px;
padding-top:0px;
background-color:#feeceb;/*
min-height:600px;*/
width:1022px;
margin: 0 auto;
margin-bottom:-35px;
}
#landingPage p{
padding-bottom:30px;
}
#galPage {
position:relative;
top:-17px;
padding-top:0px;
background-color:#feeceb;
min-height:600px;
width:1022px;
margin: 0 auto;
margin-bottom:-35px;
}
#contentMagic {
background-image:url('./res/magic_body_top.png');
background-position:top;
background-repeat:no-repeat;
width:100%;
position:absolute;
top:0px;
z-index:10;
height:146px;
}

#magicPadding {
display:block;
width:100%;
height:150px;
position:absolute;
top:0px;
margin-bottom:100px;
}

#magicsEnd {
margin:0 auto;
background-image:url('./res/magic_footer.png');
background-position:0px 30px;
background-repeat:no-repeat;
width:100%;
position:absolute;
bottom:0px;
z-index:13;
height:179px;
}

p {
margin:0 auto;
width:75%;
}

#mainContent {
width:540px;
position:relative;
left:10%;
top:0px;
margin:0 px;
padding:0px;
margin-bottom:-53px;
font-size:13px;
overflow:auto;
/*max-height:800px;*/
font-family:trebuchet MS, helvetica, arial, sans-serif;	
color:#565656;
/*border:1px solid red;*/
}

#galCon {
width:508px;
position:relative;
left:10%;
top:0px;
margin:0 px;
padding:125px 0px 125px 0px;
font-size:11px;
overflow:hidden;
font-family:trebuchet MS, helvetica, arial, sans-serif;	
}

#aboutContent {
width:700px;
position:relative;
top:0px;

margin:0 auto;
padding:0px;
margin-bottom:-53px;
font-size:13px;
font-family:trebuchet MS, helvetica, arial, sans-serif;	
color:#565656;
padding-top:125px;
padding-bottom:30px;
}


#aboutContact {
color:#000000;
list-style:none;
text-align:right;
position:relative;
right:0px;
top:-150px;

}
#aboutContent a {
border:none;
}

#partnerList {
list-style:none;
}
#partnerList li{
padding-bottom:25px;
}
#partnerList a {
text-decoration:none;
color:#000000;
font-size:125%;
font-weight:bold;
}
#partnerList a:hover{
color:#ffe92d;
}

#footer {
position:relative;
clear:both;
margin: 0 auto;
width:100%;
height:366px;
background-image:url('./res/footer.jpg');
background-repeat:no-repeat;
background-position:center bottom;
padding: 0px;
}</pre></body></html>