/* Basics */
/* --------------------------------------------- */

* {
  color: inherit;
  font: inherit;
  margin: 0;
  /*list-style: none;*/
  padding: 0;
  text-decoration: none;
}

body {
	background-color: #F9FAFB;
	color: #333;
}

body, p, ol, ul, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:   11px;
	line-height: 14px;
}

img {border:none;} /*IE*/
a {color: #888;} /*IE*/
strong,b {font-weight: bold;}

#page { width: 784px; margin: 20px auto;}

#left {
    width:17em;
    float:left; 
}

#main {
    width:800px;
    float:left;    
}

#main #top_navigation {
    font-size: 1.0em;
    padding: 1.3em 0 2.3em 0;
}
#main #top_navigation a{
    text-decoration: underline;
    padding:0 1em;
}

.linkOutside{
	padding: 6px 0;
}
.linkOutside a{
	padding: 0 16px;
	background: url(/images/icons_frontend/back.gif) no-repeat 0 2px transparent;
}
