*{
margin:0;
padding:0;
border:0;
}

body {
background-color:#ffc;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
text-align:center;	
} 
	
#head {
width:812px;
height:50px;		
text-align:center;
margin:100px auto 0;
border-bottom:2px solid #c00;
background:url(../images/common/title.png) left no-repeat;
}

#head a{display:block; width:812px; height:50px;}

/*---------------------- main container -------------------------------------*/	
			
		#container {
		width: 812px;
		margin:0 auto 40px;
		padding:20px 0;
		height:100%;
		border-bottom:2px solid #c00;
		}
		
/*---------------first the sidebar -------------------------------------*/		
				 
#sidebar {
float: left;
text-align:center;		
width:127px;
overflow:hidden;
}
		 
		 

.buttonscontainer {
width:127px;
margin:0;
padding:25px 0;
}

.buttons a:link,.buttons a:visited {
color: #000;
font-size:100%;
font-weight: bold;
text-align: left;
text-decoration: none;
overflow:hidden;      
display: block;
width:127px;
padding:3px 0 3px 0;
margin:1px auto;       
}	
		 	 
.buttons a:hover{
color:#c00;
overflow:hidden;	
}


	  					
/*------------------------- content -------------------------------------*/
/*[if IE]*/
 
#content { zoom: 1;}

/*[endif]*/
 
			
		#content {
		width:683px;
		margin-left:127px;
		text-align:center;
		padding: 25px 0 0;
		}	
			
/*-------------------the actual content-------------------------------------*/	


img { 
border:1px solid #c00;
margin:10px 0;
}

		 		 
/*-------------------------- text -------------------------------------*/
p {    
font-size: 80%;
line-height:110%;
color: #555555;
text-align: justify;
margin:3px 0 6px;
}

.small {
font-size:70%;
text-align:right;}
		
.sl {
border-bottom:1px solid #c00;
padding:0 0 6px;
}
		
h1 {
color:#000;
text-align:left;
font-size:120%;
margin-bottom:10px;
}

h2 {
color:#c00;
text-align:left;
font-size:100%;
font-weight:bold;
margin:10px 0 10px;
}
		 

		
/*----------------- links -------------------------------------*/		
		 a:link  {
			color:#000;
	        text-decoration:none;		
         }

         a:active {
	        color:#000;
	        text-decoration:none;
	     }
	 
		 a:visited {
			color:#000;
	        text-decoration:none;
	     }
		 
		 a:hover {
		 color:#c00;
		 text-decoration:none;
		 }
		    

