body {
  direction: rtl;
  background-color: #bec6d6;
  color: #333;
  padding: 0px;
  margin: 0px;
  font-family: Arial, Verdana, Serif;
  font-size:11pt;
}

#container {
    width: 780px;
    margin: 20px auto;
    padding: 5px;
    background: white url(../images/debian_logo.png) no-repeat;
    border: 1px solid #7a8aa5;
}

#header {
    height: 50px;
    background: #0080c0 url(../images/debian_logo_header.png) no-repeat;
    border-bottom: 2px solid #40C0FF;
}

#logo {
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-weight: bold;
    font-size: 20pt;
    letter-spacing: 0.1em;
    color: white;
}

#logo .israel {
    color: #40c0ff;
}

#footer {
    border-top: 1px solid #4080ff;
    background: #0080c0;
    padding: 5px 10px;
    clear: both;
    line-height: 25pt;
    font-size: 9pt;
    color: #d0d0d0;
}

#footer a { color: white; text-decoration: underline; color: #d0d0d0;}

#badges { float:left;}

#content { clear: both; line-height: 130%; margin:20px; min-height:300px;}

#main-menu a:link, #main-menu a:visited, #main-menu a:active { display:block; float:right; height:40px; line-height:40px; margin:5px 4px; padding: 0 15px 0 4px; font-size: 12pt; font-weight:bold; text-decoration:none; color:white; background:url(../images/menu-swirl.png) 100% 60% no-repeat;}

#main-menu a:hover { background-color: #f0f0f0; color: #0080c0 ; }

h1 {color:#4080ff; font-size:15pt; margin-bottom: 5pt; background: url(../images/debian-swirl-logo.png) 100% 50% no-repeat; padding-right: 25px; height:25px;}
.download h1, .support h1 { margin-top:15pt;  }
h2 {color:#4080ff; font-size:12pt; }
img {border: 0px none; }
ul { list-style-type: square; }
li { margin: 8px 0; }

a:link, a:visited, a:active { color:#0080ff;}
a:hover { background: #f0f0f0; color: #0080c0 ; }

#content pre {
    direction: ltr;
    text-align: left;
    overflow : auto;
    font-size: 11pt;
    width : 90%;
    margin: 10px auto;
    padding: 4px;
    border: 1px #0080c0 solid;
    background: #c2e0ff;
    color: black;
}

.right-col {
	width: 48%;
	float: right;
}

.left-col {
	width: 48%;
	float: left;
}

.right-col-wide {
	width: 75%;
	float: right;
    min-height: 300px;
}

.left-col-narrow {
    width: 24%%
    float: left;
}

.back-to-parent {
    margin-top: 20pt;
}

.smaller {
    font-size: 9pt;
    color: #808080;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.paginator { text-align:center }

.download { background: url(../images/document-save.png) 50% 20px no-repeat; padding-top:200px; text-align:justify}
.support { background: url(../images/help-browser.png) 50% 20px no-repeat; padding-top:200px; text-align:justify}
