
  /* $Id: style.css, v 0.1 2006/07/03 Alexei Rayu
	Style CSS */

a { text-decoration: none;}
img {  border: none; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #7b7d69;	
}


/* H elements */
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #7b7d69;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3, h4, h5, h6 {
	font-size: 14px;
}

/* A Elements */
a, a:link, a:visited {
  background: none ;
  padding-right: 0;
  border-bottom: 1px dotted #666;
  color: #333;
  }

a:hover, a:active {
	background-color: #e4e5df;
  color: #000;
  }


/* ---------------------------------------------
	TOP PANELS 
 ---------------------------------------------*/

/* The main container, 100px wide #e4e5df */
#Topdiv1000 {
	background-color: #e4e5df;
}

#Maindiv1000 {
	background-color: #e4e5df;
}

/* The main header container */
#MainHeader {
	background-image: url(images/Toppler.png)
}


/* The container for the top panel */
#TopPanel {
	background-color: #c3c6a7;
	background-image: url(images/AddLinksLeft.png);
	background-repeat: no-repeat;
}

/* The top photo */
#TopImage {
	background-color: #c3c6a7;
	background-image: url(images/PhotoImage.jpg);
	background-repeat: no-repeat;
}

/* The top photo LINK props */
#TopImage a, #TopImage a:link, #TopImage a:visited, #TopImage a:active{ border: 0px none;  }
#TopImage a:hover  { border: 1px dotted #666;}

/* The NAVIGATION inscription and the rest of the line */
#NavigationInsc {
	background-color: #c3c6a7;
	background-image: url(images/Navigation.png);
	background-repeat: no-repeat;
}



/* ---------------------------------------------
	THE UNIFIED BAR 
 ---------------------------------------------*/

/* The UniBar h element */
#UniBar h2{
	color: #333;
}

#RightBar h2{
	color: #333;
}

/* The UniBar curved Top */
#UniBarTop {
	background-image: url(images/LeftBarTop.png);
	background-repeat: no-repeat;
}


/* ---------------------------------------------
	THE FOOTER 
 ---------------------------------------------*/

/* The Footer Container, 1000px wide */
#Footer {
	background-color: #c3c6a7;
}

/* The Right Shadow, 16px wide 
#xShadow {
	background-image: url(images/RightCanvasShadow.gif);
	background-repeat: repeat-y;
}
*/

/* ---------------------------------------------
	THE CONTENTS 
 ---------------------------------------------*/

/* The Contents Container, 1000px wide */
#MainContents {
	background-color: #e4e5df;
}




