body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	letter-spacing: 1px;
}

h1,h2,h3,h4,h5,h6,p { margin: 0; padding: 0; }

img {
	border: 0;
}

p.align-right { text-align: right; }
p.align-center { text-align: center; }
p.align-left { text-align: left; }

/****
	PSEUDO
		****/		

/****
	CONTAINTER
		****/

#container {
	position: relative;
	width: 1000px;
	margin: 20px auto 20px auto;
}

/****
	HEADER
		****/

#header {
	position: relative;
	height: 103px;
	margin: 0 0 7px 0;
}

#header h1 {
	position: absolute;
	width: 1000px;
	height: 103px;
}

#header h1 a {
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -999999%;
	overflow: hidden;
	background: url(../img/header_h1.png) no-repeat;
	white-space: nowrap;
}

/****
	CONTENT
		****/

#content {
	position: relative;
	width: 996px;
	border: 2px solid #b1b3b4;
}

/*** COL1 ***/

/*** COL2 ***/

/*** MEDIA ***/

/****
	SITEMETA
		****/

/****
	FOOTER
		****/
/****
	NOT USED ELEMENTS
		****/

#jump, #path, #menu, #menu2, #sitelinks, #toolbox, #search, #lang, #footer {
	display: none;
}