
/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6,h7 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}


ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	background-color: #999999;
	text-align: center;
	margin-top: 8em;
}

.page {
	/* Page width: */
	width: 850px;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;	
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #4C4545;
}

#logo_black {
	/* logo color 2: */
	color: #fff;
}

#contentbox {
	background-color: #000;                
	margin: 0 auto;
	text-align: left;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	background-color: #999999;
	height: 25px;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 0.6em;
	padding-top:0.9em;
	border: 0px solid white;
}

#menu a:link, #menu a:visited {
	color: #4C4545;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #000;
	text-decoration: none;
}

#padding {
	padding: 1em;
}

#innerpage {
	/* Background image: */
	background-image: url("../images/back.png");
	background-repeat: no-repeat;
	opacity:.90;	
	padding: 1em;
	height: 20em;
}

/*
 Styles that apply to the 
 content area:
*/

#content {
	background-color: #999999; 
	//filter: Alpha(opacity=80); 
	//opacity: .7; 
	border: 2px solid white;
	float: right; 
	width: 26em; 
	height: 24em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#content p {
	color: white;
	font-family: Helvetica;
	font-size: 12px;
	text-align : justify;	
	line-height:1.5em;		
}

#content .p1 {
	color: white;
	font-family: Helvetica;
	font-size: 12px;
	text-align : justify; 
	line-height:1.1em;	
}

/* heading */
#content h1 {
	font-size: 1.5em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #4C4545;
}

#content h2 {
	font-size: 1.5em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #4C4545;
	text-align:right;
}
#content h3 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #4C4545;
	text-align:left;
}
#content h4 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #666666;
	text-align:left;
}
/* link colors */
#content a:link,#content a:visited {
	color: #4C4545;
	text-decoration:none;
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a.liens1:link, #content a.liens1:visited {
	color: #CC0000;
}

#content a.liens1:hover, #content a.liens1:active {
	color: #FF0000;
}


/* table */
.table1 {
	border: 0px solid white;
	float: center; 
	padding: 0 em;
	font-family: Helvetica;
	font-size: 13px;
	color: white;
}
