@import url('header.css');
@import url('lang.css');
@import url('horizontalmenu.css');
@import url('verticalmenu.css');
/*@import url('page.css');*/
@import url('content.css');
@import url('footer.css');

@import url('comments.css');
@import url('gallery.css');
@import url('newsletter.css');
@import url('poll.css');
@import url('documents.css');


/**
*	General page properties
*/

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	
	font-family: tahoma;
	font-size: 11px;
	color: #333;
}

form {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}
a:hover { text-decoration: underline; }

#wrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: left;
	width: 800px;
	height: auto;
	min-height: 100%;
}

	
/**
 * Page cases
*/


#page {
	position: relative;
	display: block;
	margin: 0 20px;
	height: 400px;
	padding: 10px 0 20px 0;
	text-align: left;
}



#page .widecontent {
	margin: 0;
	padding: 0 32px;
	width: 696px;
}

#page .rightcontent {
	margin: 0;
	padding: 0 32px 0 10px;
	width: 533px;
	height: 400px;
}

#page .leftcontent {
	margin: 0;
	padding: 0 20px 0 32px;
	width: 523px;
}
html>body #page.bgleft, #page .leftcontent, #page .rightcontent, #page .widecontent {
	min-height: 100%;
	height: auto;
}

/**
 * Left column
 */

#leftblock {
	position: relative;
	float: left;
	display: block;
	width: 185px;
	padding: 0;
	margin: 0;
	height: 100%;
}


/**
 * Right column
 */

#rightblock {
	position: relative;
	float: left;
	display: block;
	width: 185px;
	margin: 0;
	padding: 0;
}


/**
 * Clearing div
 */

div.clear {
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	height: 0px;
}

#poweredby {
	float: left;
	padding-left: 6px;
}

#poweredby a:hover {
	text-decoration: none;
}

#footerlogo1 {
	color: #C3000D;
}

#footerlogo2 {
	color: #E94F00;
}

#footerlogo3 {
	color: #F08D00;
}