/* Top bar ================================================================== */

#topbar
{
	border-bottom : solid 5px #ff0101;

	z-index : 1000;

	position : fixed;
	left : 70px;
	right : 70px;
	top : 0px;
}

#topbar h2
{
	font-family : 'Georgia', 'DejaVu Serif', 'Bitstream Vera Serif', serif;
	font-size : xx-large;
	font-variant : small-caps;
	letter-spacing : 3px;
	margin-bottom : 5px;
	margin-top : 5px;
}

#topbar img.left
{
	position : absolute;
	left : 30px;
	bottom : 20px;
}

#topbar img.right
{
	position : absolute;
	right : 30px;
	bottom : 20px;
}

#topbar .content
{
	border-left : solid 5px #ff0101;
	border-right : solid 5px #ff0101;

	background-color : #cfcfcf; /* #cfd9da; */
	background-image : url('../img/slideshow_bg.png');
	background-position : left top;
	background-repeat : repeat;

	height : 100px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	text-align : center;
}

#topbar .black
{
	color : #000000;
}

#topbar .red
{
	color : #ff0101;
}

#topbar .contact
{
	font-size : x-small;
}

#topbar .pageLinksContainer
{
	margin-top : 1em;
}

#topbar .pageLinks
{
	margin-left : auto;
	margin-right : auto;
}

#topbar .pageLinks a
{
	background-color : #cfd9da;
	border-bottom : solid 2px #606060;
	border-top : solid 2px #606060;
	color : #404040;
	font-size : x-small;
	font-weight : bold;
	padding-left : 1em;
	padding-right : 1em;
	padding-bottom : 3px;
	padding-top : 3px;
}

#topbar .pageLinks a:hover
{
	background-color : #606060;
	color : #462323;
	color : #ffffff;
	text-decoration : none;
	/*border-bottom : solid 2px #ff0101;
	border-top : solid 2px #ff0101;*/
}

#topbar .pageLinks a.active
{

}

#topbar .pageLinks a.first
{
	border-left : solid 2px #606060;
}

#topbar .pageLinks a.last
{
	border-right : solid 2px #606060;
}

/* Bottom bar =============================================================== */

.bottom
{
	z-index : 1001;

	background-color : transparent;
	background-image : url('../img/bottom_bg.png');
	background-position : left top;
	background-repeat : repeat-x;

	position : fixed;
	bottom : 0px;
	left : 0px;
	right : 0px;
}

#bottombar
{
	margin-top : 30px;
}

#bottombar .content
{
	background-color : #cfd9da;
	border-top : solid 5px #ff0101;
	font-size : x-small;
	font-weight : bold;
	padding-bottom : 5px;
	padding-left : 8px;
	padding-right : 8px;
	padding-top : 5px;
	text-align : left;
}

#bottombar a
{
	color : #462323;
	margin-right : 15px;
}

#bottombar a:hover
{
	color : #462323;
	text-decoration : none;
	border-bottom : solid 2px #ff0101;
}





/* Right side bar =========================================================== */

#rightsidebar
{
	z-index : 1000;

	position : absolute;
	right : 30px;
	top : 100px;

	width : 200px;
}

#rightsidebar .content
{
	background-color : #f8d4d4;
	padding : 5px;
	text-align : center;
}


