
body { 
		background: #e2e9f0;
		font: 12px Arial, Helvetica, sans-serif;
		}
		
#wrapper {
		width: 900px;
		margin: auto;
		padding: 0;
		}
		
#main {
		width: 100%;
		background: #FFFFFF;
		}
		
#header {
		width: 900px;
		height: 201px;
		margin: auto;
		padding: 0px;
		}

		.lang {
			float: right;
			padding:3px;
			width: 20%;
			margin-right: 3px;
			text-align: right;
			}
			
	.lang input, .lang select {
	background: #a3bace;
	border: none;
	}
	

/*			NAVIGATION			*/

a, a:link, a:visited, a:active {
		color: #006633;
		text-decoration: none;
}

a:hover {
		color: #003333;
		}

/* 		CONTENT			*/		

#content {
		float: right;
		width: 70%;
		padding: 5px;
		margin-right: 10px;
		text-align: justify;
		}
		
#content2 {
		width: 90%;
		padding: 5px;
		margin: auto;
		text-align: justify;
		}
		


/*			SIDEBAR			*/

#sidebar {
		float: left;
		width: 25%;
		padding: 5px
		}
		
		
/*			NAVIGATION			*/

#nav {
	background: #a3bace;
	width: 75%;
	float:left;
	}

#navholder  {
	height: 30px;
	background: #a3bace;
	width: 100%;
	}	
	
/*			FOOTER			*/

#footer {
	 clear: both;
	 padding: 2px;
	 text-align: center;
	 }

/*			RIGHT IMAGES			*/

.toprightnote {
		background:url(images/layout/toprightnote.jpg) no-repeat center;
		width: 100%;
		height: 205px;
		}
		
.rightnote {
		background:url(images/layout/rightnote.jpg) no-repeat center;
		height: 214px;
		}
		
.script  {
		margin: auto;
		text-align: center;
		height: 324px;
		}
		
		
		
/*			CLASSES, CODES			*/

hr {
		border: 1px solid #5b9dc0;
		}
		

h2 {
		font-family: Times New Roman;
		color: #000033;
		font-size: 190%;
		letter-spacing: 1px;
		}
		
		
		
/*			IMAGES			*/

#content a img, #content a:link img, #content a:visited img,  #sidebar a img, #side1 a img, #side2 a img {
   border: 0px;
   text-decoration: none;
   }
  
#content a:hover img, #sidebar a:hover img, #side1 a:hover, #side2 a:hover {
   border: 0px;
   text-decoration: none;
}
 
#content p img, #sidebar p img {
   padding: 2px;
   max-width: 450px;
      border: none;
   }
   
img.centered {
   display: block;
   margin-left: auto;
   margin-right: auto;
   padding: 0px;
   border: none;
      }
   
img.alignright {
   padding: 2px;
   margin: 0 0 2px 3px;
      border: none;
   }
   
img.alignleft {
   padding: 2px;
   margin: 0 3px 2px 0;
      border: none;
   }
   
.alignright {
   float: right;
   border: 0px;
   }
   
.alignleft {
   float: left;
   border: 0px;
   }

.bordered {
   padding: 2px 2px 2px 2px;
      border: none;
   }

img.thumb, 
img.thumb a, 
img.thumb a:link, 
img.thumb a:visited, 
img.thumb a:hover {
   padding: 3px 3px 3px 3px;
   background-color: #ffffff;
   border: none;
text-decoration: none;
   }
