/* ? ArtProLog SEPTEMBER 2006 */    /* BODY */
body {
	color: #666;
	background-color: #fff;
	margin: 0;
	padding: 0;
	min-width: 955px;
	font: 0.75em Arial,SunSans-Regular,Sans-Serif;
}

/*** IE6 Fix ***/
* html body {
	width: 100%;
}

/* TAGS */
p,pre,h1,h2,h3 {
	margin: 0;
	padding: 0;
}

h1, h2,h3 {
	font-weight: bold;
}

h1 {
	font-size: 1.4em;
	text-transform: uppercase;
	padding-left: 10px;
	line-height: 1.4em;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left: 10px solid #231f20;
}

h2 {
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	font-size: 1em;
}

/* CLASSES */
.bold {
	font-weight: bold;
}

.float-left {
	float: left;
}

.clearer {
	clear: left;
}

/* LINK */
a:link,  a:visited,  a:hover,   a:active {
	color: #829667;
	text-decoration: underline;
}

a.whiteb:link,  a.whiteb:visited,  a.whiteb:hover,   a.whiteb:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a.whiteb:hover,   a.whiteb:active {
	text-decoration: underline;
}

/* LOGO PRINT */
#logo_print {
	display: inline;
}

/* BRGD HORIZONTAL*/
#bgrd_horizontal{
	display: none; }
	
/* CONTAINER */
	
/* LEFT */
#left {
	display: none; }
	
/* MIDDLE */
#middle {
	display: none; }

/* RIGHT */
#right{
	width: 555px;
	float: left;
	display: block;
}

#navisecond {
	display: none; }

#content {}

#contentrechts {
	display: none;
}

/* SWITCH */
#switch {
	display: none; }



/* FOOTER */
#footer {
	display: none; }

/*DOWNLOAD*/
#downloads a,  #downloads a:link,   #downloads a:hover  #downloads a:active {
	font-size: 14px;
	font-variant: small-caps;
	font-weight: normal;
	text-decoration: none;
}

