/* Start of CMSMS style sheet 'kapy_layout' */
/* Html */
body {
	text-align:center;
	margin:0px;
	background-color:#FFFFFF;
	background-image:url(uploads/images/body_bg.gif);
	background-repeat:repeat-X;
	}
img {
	border:0px;
	}
img.link {
	border:0px;
	position:relative;
	top:2px;
	}

/* Layout */
/* Wrapper */
#frame {
	width:1024px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-image:url(uploads/images/menu_bottom_bg.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	}
#frame2 {
	width:1024px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-image:url(uploads/images/column_bg.gif);
	background-repeat:repeat-y;
	}

/* Header */
#header {
	width:1024px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	height: 157px;
	background-image:url(uploads/images/header_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}

#header_info {
	width:924px;
	height:15px;
	padding:0px;
	top:-10px;
	left:100px;
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:12px;
	color:black;
	font-weight:bold;
	overflow:hidden;
	}
	
#language {
	width:400px;
	height:19px;
	padding:0px;
	top:-90px;
	right:-600px;
	color:#FFFFFF;
	position:relative;
	overflow:hidden;
	text-align:right;
	}
	
#logo {
	width:66px;
	height:103px;
	padding:0px;
	top:24px;
	left:19px;
	position:relative;
	overflow:hidden;
	text-align:right;
	cursor:pointer;
	}

/* Left column */
#containerleft {
	width:211px;
	padding:0px;
	float:left;
	top:137px;
	}
#contentleft {
	width:170px;
	padding:0px;
	margin:0px 20px;
	}
		
/* Center column */

#breadcrumbs {
	width:544px;
	padding:0px 0px 15px 0px;
	}
#containercenter {
	width:584px;
	padding:0px;
	float:left;
	top:137px;
	border:0px none #FFFFFF;
	}
#contentcenter {
	width:544px;
	padding:0px;
	margin:0px 20px;
	}
		
/* Right column */	
#containerright {
	width:229px;
	padding:0px;
	float:left;
	top:137px;      
	}
#contentright {
	width:188px;
	padding:0px;
	margin:0px 20px;
	}

/* Printing functions*/	
#containerfunctions {
	width:50px;
	padding:0px;
	float:right;
	}
#contentfunctions {
	width:36px;
	padding:0px;
	margin: 14px 0px 0px 14px;
	}

/* Footer */	
#footer {
	width:1024px;
	margin-right:auto;
	margin-left:auto;
	margin-top:14px;
	padding:0px;
	float:left;
	}

#contentfooter {
	position:relative;
	width:544px;
	padding:0px 20px;
	left:211px;
	border-top:1px solid #FFFFFF;
	border-right:0px none #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-left:0px none #FFFFFF;
        }

.separator_footer {
	border-top-width:1px;
	border-top-style:dashed;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	border-top-color:#999999;
        height:0;
	padding:0px;
	margin:0px;
        line-height:0;
}

.separator_footer hr {
        display:none;
}
/* End of 'kapy_layout' */

