@import url("/assets/css/styles.css");
@import url("/assets/css/nav.css");


/* Global Properties */

*, body { padding: 0; margin: 0; }
.hidden { display: none; }
img, a img { border:none; }
body {
	background: #215483 url(/assets/gfx/interface/body_bg.gif) repeat-x;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap {
	background:url(/assets/gfx/interface/wrap_bg.jpg) no-repeat 50% 0;
}


#page {
	margin:0 auto;
	width:990px;
}

#header {
	height:130px;
	position:relative;
	width:990px;
}
#logo a {
	background:url(/assets/gfx/interface/logo_skypark.gif) no-repeat;
	width:386px;
	height:90px;
	position:absolute;
	left:14px; top:33px;
	text-indent:-9999px;
	overflow:hidden;
}

#global {
	background:url(/assets/gfx/interface/global_skypark.gif) no-repeat;
	width:314px;
	height:64px;
	position:absolute;
	right:13px; top:59px;
	text-indent:-9999px;
}

#container {
	background:#fff url(/assets/gfx/interface/container_bg.gif) repeat-y;
	border-bottom:1px solid #a5a094;
	color:#3d4247;
	font-size:1.3em;
	line-height:18px;
}
#container p {
	color:#3d4247;
}


#maintable {
	background:url(/assets/gfx/interface/maintable_bg.gif) no-repeat 50% 0;
}


#content table td, #content table th {
	font-size:.9em;
}
#content input, #content select, #content textarea {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#content {
	padding:0 5px;
	margin:10px;
}
#right {
	background:url(/assets/gfx/interface/right_bg.gif) no-repeat 50% 0;
	padding:10px 23px;
	margin:10px;
	width:266px;
	font-size:.9em;
}

#footer {
	font-size:1.1em;
	color:#9ab7d1;
	margin:0 auto;
	width:960px;
	padding:0 15px;
}

#footer a {
	color:#9ab7d1;
}

#footer .footnav a {
	color:#fff;
	margin-right:10px;
}
