
body {
	height				: 100%;
	min-height			: 100%; /* for mozilla etc*/
	max-height			: 100%;
}

.clearer {
	clear				: both;
}

/*         ____________
__________/ Background \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#background_01,
#background_02,
#background_03,
#background_04,
#background_05,
#background_06,
#background_07,
#background_08 {
	position			: absolute;
}
#background_01,
#background_02 {
	top					: 90px;
	left				: 0;
	height				: 157px;
	width				: 100%;
	border-top			: 1px solid;
	border-bottom		: 1px solid;
	background-image	: url(../img/gradient.png);
}
#background_02 {
	width				: 960px;
}
#background_03,
#background_04 {
	top					: 111px;
	left				: 0;
	height				: 117px;
	width				: 1px;
}
#background_04 {
	left				: auto;
	right				: 0;
}

#background_05,
#background_06 {
	width				: 5px;
	height				: 197px;
	top					: 71px;
	left				: 260px;
	opacity				: 0.30;
	filter				: alpha(opacity=30);
}
#background_06 {
	left				: 695px;
}

#background_07,
#background_08 {
	width				: 440px;
	height				: 5px;
	top					: 66px;
	left				: 260px;
	opacity				: 0.30;
	filter				: alpha(opacity=30);
}
#background_08 {
	top					: 268px;
}


/*         ______
__________/ Page \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#page {
	/* overflow			: hidden; */
	position			: relative;
	width				: 960px;
	text-align			: left;
	margin				: 0 auto;
}

#page_inner {
	position			: relative;
	/* overflow			: hidden; */
}

#page p {
	line-height			: 1.5;
}

/*         ______
__________/ main \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#content_wrapper {
	position			: relative;
	width				: 960px;
	margin				: 0;
}

#content_left_wrapper {
	width				: 260px;
	float				: left;
	padding				: 20px 0 0;
}

#content_main_wrapper {
	float				: left;
	width				: 440px;
}

#content_main {
	float				: left;
	width				: 400px;
	border				: 1px solid;
	border-bottom		: 0;
	padding				: 31px 20px 31px 18px;
/* 	padding				: 31px 20px 16000px 18px;
	margin				: 0 0 -16000px; */
}

#content_right_wrapper {
	width				: 260px;
	float				: right;
	margin				: 20px 0 0;
}

#content_right {
	float				: left;
	padding				: 20px 25px;
}


/*         ________
__________/ header \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#header {
	position			: relative;
	margin				: 0;
	height				: 317px;
	width				: 960px;
	text-align			: left;
}

#header h1, #page #header h1 {
	position			: absolute;
	left				: 275px;
	bottom				: 260px;
}

#header #logo {
	background-position	: 130px 175px;
	background-image	: url(../img/logotrans.gif);
	background-repeat	: no-repeat;
	position			: absolute;
	width				: 100%;
	height				: 100%;	
	top					: 0;
	left				: 0;
}

#header div.kv {
    position			: absolute;
    width				: 100%;
    height				: 100%;
    background-image    : url('../1001/KV/kv_1.jpg');
	background-repeat	: no-repeat;
	background-position	: 260px 66px;
}

#header div.kv .mask {
    position			: absolute;
    width				: 100%;
    height				: 100%;
    background-image    : url('../img/mask.png');
	background-repeat	: no-repeat;
	background-position	: 260px 66px;
}

/*         __________
__________/ sidebars \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#widgetbar_page_1,
#widgetbar_site_1 {
	/* overflow			: hidden; */
	width				: 210px;	
	float				: left;
	clear				: left;
}


/*         ____________
__________/ navigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#cm_navigation {
	float				: left;
	margin				: 0;
	width				: 260px;
	overflow			: hidden;
}

#cm_navigation ul#cm_mainnavigation {
	margin				: -3px 0 0;
}

#cm_navigation ul,
#cm_navigation ul li {
	margin				: 0 0 0 0;
	list-style			: none;
	float				: left;
}

#cm_navigation ul li {
	margin				: 3px 0 0;
}

/* NAV NORMAL */
#cm_navigation ul li a {
	display				: block;
	height				: 2.0em;
	line-height			: 2.0em;
	text-decoration		: none;
	float				: left;
	width				: 239px;
	border-left			: 5px solid;
	border-bottom		: 1px dotted;
	padding				: 0 0 0 16px;
}

/*         _______________
__________/ Subnavigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

/* SUB NAV BG */
#cm_navigation ul ul {
	padding				: 0 0 0 10px;
}

/* SUBNAV NORMAL */
#cm_navigation ul ul li a {
	width				: 229px;
}

/*         ________
__________/ footer \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#footer {
	overflow			: hidden;
	position			: relative;
	text-align			: left;
	width				: 400px;
	border-left			: 1px solid;
	border-right		: 1px solid;
	padding				: 14px 20px 14px 18px;
	/* margin				: 0 0 0 260px; */
	float				: left;
}
