html {
    border-top: 15px solid #cdc;
    background: white;
}

body, input, textarea, select {
    font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
}

h1, h2 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	margin: 18px 0 9px 0;
	font: 17px/22px "Hoefler Text", Georgia, Times, Serif;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

p, blockquote {
	line-height: 18px;
}

p { 
	margin: 0 0 10px 0;
	padding: 0;
}

blockquote {
	margin-right: 0;
	margin-left: 18px;
}

acronym {
	font-size: 10px;
	letter-spacing: .09em;
}

ul, ol {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-position: inside;
}

ul {
	list-style-type: circle;
}

ul li ul {
	list-style-type: disc;
}

li {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
}

pre {
	overflow: auto;
}

pre, code {
	font-family: Courier, "Courier New", Monospace;
	font-size: larger;
	background-color: #ffc;
}

label {
	cursor: pointer;
}

input, textarea {
	float: none;
	font-size: 10px;
	line-height: 140%;
	background-color: #eee;
	border-width: 1px;
	border-style: solid;
	border-color: #999 #fff #fff #999;
}

select, option {
	font-family: Verdana, Trebuchet;
}

select {
	background-color: #eee;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #999 #999 #fff;
}

option {
	background-color: #eee;
}

table {
	margin: 0 0 10px 0;
	border: 1px solid #666;
}

th, td {
	padding: 5px 10px;
	border: 1px solid #666;
}

small {
	font-size: 10px;
	line-height: 18px;
	color: #900;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
}

a:link {
	color: #963;
}

a:visited, a:active {
	color: #666;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

a.outgoing {
	color: #c33;
}

div.rssCcat a {
	color: #000;
	font: 1.5em Georgia, Times, serif;
}

#content h3 a {
	color: #000;
}

/* override
----------------------------------------------- */

.clear {
	clear: both;
}

.hr img {
	margin: 15px 0 15px 0;
}



/* ------------------------------------------------------------------ */
#container {
    margin: 0 auto;
    width: 801px;
    text-align:center;
}

#top {
    width: 700px;
    height: 100px;
}

#content {
    padding: 65px 20px 0px 20px;
    float: left;
    width:480px;
    text-align:left;
    background: url(pScilab1c.png) no-repeat top center;
}

#content dt {
    font-weight: bolder;
}
#content dl {
    padding:2px;
    background: #EEE;
    border:1px solid #DDF;
    color: #666;
}
/* --- Left and Right ---------------------------------------------- */
#left, #right {
    padding-top:15px;
    width:125px;
    text-align:left;
}

#left {
    float: left;
}

#right {
    float: right;
}
#right h3, #left h3 {
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#right ul, #left ul {
	margin-top: 0;
	padding-top: 0;
	font-size: 10px;
	line-height: 14px;
	list-style-position: outside;
	list-style-image: url(bullet.png);
}
#right li, #left li {
	padding-left: 0;
}

/* --- Foot -------------------------------------------------------- */
#foot {
    margin: 20px 0;
    padding-top:78px;
    width:800px;
    text-align:center;
    background: url(fioriture.png) no-repeat top center;
}


/* --- Screenshot -------------------------------------------------- */
p.screenshot {
	width: 200px;
	text-align: center;
}

p.screenshot.left {
	margin-right: 10px;
}

p.screenshot.right {
	margin-left: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}
