/* CSS Document */
html {
	background-color:#EFEBEA;
	background-image:url(image/sidebarrepeat.gif);
	background-repeat:repeat-y;
}

body {
	background-image:url(image/headerRepeat.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	/*height:100%;*/
}

#LoggedInContainer{
visibility:hidden;
}
ul, ol, dl {
	position: relative;
}

a, a:visited 
{
 	color: #881735;
    text-decoration: none;
}
a:hover 
{
    color: #BD4C6A;
}

#fullpage {

	width: 750px;
	height: 100%;
}

#head {
}

#menu {
	width: 93px;
	height:900px;
	position:relative;
	padding-top: 2px;
	float:left;
	/*top:128px;*/
	overflow:hidden;
	background-image:url(image/kaczor_sidebar.jpg);
	background-repeat:no-repeat;
}

#menu ul {
	list-style-type:none;
	text-align:center;
	margin-left: 10px;
	padding-top: 3px;
	padding-left: 0px;
}

#menu ul li {
	/*display:inline;*/
	text-align: left;
	padding: 9px;
}

#menu ul li a 
{
    position:relative;
	text-decoration: none;
	font-family:"Arial Black", Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-position:0px 1px;
}

#menu ul li a:hover 
{
}

.FaqList {
	font-style:italic;
	list-style-type:none;
}
.FaqList li {
	
}
.FaqQuestion {
	font-weight:bold;
	padding-left:50px;
}
.FaqAnswer {
	padding-left:100px;
	padding-right:50px;
	padding-bottom: 25px;
}
.FaqAnswer p{
	padding-top:0px;
	margin-top:0px;
	}
.FaqDivider {
	color:#5A5A49;
}


#content {
	width: 590px;
	position: relative;
	margin-left:100px
}


#content h3{
	font-style:italic;
	}

#foot {
	clear:right;
	position:relative;
	margin-bottom:10px;
	text-align:center;
	Padding: 10px;
	font-size:10px;
}

#foot ul {
	list-style-type:none;
	text-align:center;
	margin: 0px;
	padding:0px;
}

#foot ul li {
	display:inline;
	padding-right: 10px;
}

/*Editor Classes*/
.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

/*****************************************************************
* Splash page classes
*/
.splash {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}