@charset "utf-8";

#content{
	background-image: url(images/bgr_vert_10x478.jpg);
	background-position: left 100px;
	background-repeat: repeat-x;
}

#left {
	width: 320px;
	float: left;
	
	min-height: 600px;
	height: auto !important;
    height: 600px;
}


#left_cont{
	margin: 110px 0 0;
	list-style-type:none;
	list-style-position:inside;
}

#left_cont li {
	font-weight: bold;
	color: #000;
	font-size: 1em;
}

#left_cont .q_no{
	float: left;
	color: #000;
	padding: 8px 0 8px 10px;
}

#left_cont a{
	font-size: 0.95em;
	font-weight: bold;
	display:block;
	color: #8a9cab;
	padding: 8px 20px 8px 40px;
	text-decoration: none;
}

#left_cont li.even{
	background-color: #fbfbfa;
}

#right {
	float: left;
	width: 630px;
	position: relative;
	
	min-height: 600px;
	height: auto !important;
    height: 600px;
	
	background-image:url(images/bgr_vert_24x512.jpg);
	background-position: left 66px;
	background-repeat: no-repeat;
}

#right_cont{
	width: 450px;
	margin: 120px auto 20px auto;
}

#right_cont #help_text{
	color: #627a8f;
	font-size: 0.75em;
}
	
#right_cont #help_text p{
	margin: 1em 0;
}
	
