@charset "utf-8";
/* CSS Document */

/* Normalize Website
------------------------------------------------------------------*/
h1, h2, h3, h4, ul, li, p { margin: 0; padding: 0; }

ul { list-style: none; }

img { border: 0px none; }

html { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 100%;
	font-weight: normal;
	background: #BB985F url(../images/Header_bg.jpg) no-repeat center top;
}

/* Global Changes
------------------------------------------------------------------*/
a:link {
	text-decoration: none;
	color: #333333;
}

a:hover, a:active {
	color: #f348ae;
}

/* Page
------------------------------------------------------------------*/
#page {
	width: 960px;
	margin: 0 auto;  /* Center page */
	position: relative;  /* Let content flow in order */
}

/* Header
------------------------------------------------------------------*/
#header h1 {
	display: none;
}

#header {
	width: 960px;
	height: 572px;
	background: url(../images/PajNtaub_Header.jpg) no-repeat center;
	position: relative;
}

/* Content Container
------------------------------------------------------------------*/
#content-container {
	width: 960px;
	overflow: visible;  /* If content overlap, show content */
	background: url(../images/PajNtaub_Body.jpg) repeat-y;
}

/* Content
------------------------------------------------------------------*/
#content {
	width: 600px;
	min-height: 600px;
	padding: 25px;
	margin-left: 30px;
	position: relative;
	margin-top: -155px;  /* Move the content up */
	font-size: 14px;
	line-height: 1.5em;
}

#content h2 {
	padding-bottom: 15px;
	color: #98095E;
}

#content h3 {
	padding-bottom: 10px;
	color: #396192;
}

#content p {
	padding-bottom: 5px;
	color: #333333;
}

/* Footer
------------------------------------------------------------------*/
#footer {
	width: 960px;
	height: 224px;
	background: url(../images/PajNtaub_Footer.jpg) no-repeat center;
	position: relative;
}

#footer p {
	text-align: center;
	padding-top: 50px;
	font-size: 12px;
}

/* Top Navigation
------------------------------------------------------------------*/
#navigation {
	width: 800px;
	height: 45px;
	position: absolute;
	top: 367px;
	left: 57px;
}

#navigation ul {
	margin-left: 10px;
	bottom: -1px;
	overflow: hidden;
	height: 45px;
}

#navigation ul li {
	float: left;  /* Make the links display inline */
	margin-right: 3px;
	margin-left: 3px;
}

#navigation ul li a {  /* Control anchor display */
	width: 150px;
	height: 45px;
	display: block;
	text-decoration: none;
	color: #333333;
	line-height: 45px;
	text-align: center;
}

#navigation ul li a:hover, a:active {
	color: #f348ae;
}

/* Side Navigation
------------------------------------------------------------------*/
#side-navigation {
	width: 235px;
	float: right;
	margin: 0px 10px 10px 0;
	position: absolute;
	top: 450px;
	left: 740px;
	color: #555555;
}

#side-navigation h3 {
	color: #444444;
	background: url(../images/sidetitle_bg.gif) no-repeat;
	padding-left: 23px;
}

#side-navigation li {
	background: url(../images/arrow.gif) no-repeat 2px 12px;
	padding-top: 8px;
	padding-left: 12px;
	font-size: 12px;
}

#side-navigation ul li a {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}

#side-navigation ul li a:hover, a:active {
	color: #f348ae;
}

/* Bottom Navigation
-----------------------------------------------------------------*/
#bottom-navigation {
	text-align: center;
	font-size: 12px;
	padding-top: 90px;
}

#bottom-navigation a {
	text-decoration: none;
	color: #333333;
}

#bottom-navigation a:hover, a:active {
	color: #f348ae;
}