@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
a img { border: none; /* removes default blue border around linked images */ }
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	text-align: center; /* centers everything in IE */
}
#wrapper {
	width: 960px;
	margin: auto; /* centers wrapper in most browsers */
	text-align:left; /* resets IE center hack */
	background-image url(../images/bg-main.gif);
	background-position:center;
	background-repeat:repeat-y;
	border-right:1px solid #900;
	border-left:1px solid #900;
}
/* LAYOUT STYLES */
	 
#main { overflow:hidden; }
#header {
	height: 140px;
	background-image: url(../images/banner-istrom-red2.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#900;
}
#sidebar1 {
	background-color: #FFC;
	float: left;
	width: 300px;
	padding: 15px 15px 0 15px;
}
#content {
	float: right;
	width: 598px;
	padding: 15px 15px 0 15px;
}
#footer {
	clear: both;
	background-color:#900;
	color: #FFC;
	padding: 8px 15px;
}
#footer a {
	text-decoration:underline;
	color:#FFC;
}
#footer a:hover {
	text-decoration:none;
	color:#FFF;
}
p { margin-bottom:12px; }
#sidebar1 a,
#content a {
	text-decoration:underline;
	color:#900;
}
#sidebar1 a:hover,
#content a:hover {
	text-decoration:none;
	color: #040;
}
h1 {
	font-size:24px;
	border-bottom:1px solid #900;
	color: #900;
}
h2 {
	font-size:18px;
	border-bottom:1px solid #900;
	color: #900;
}
ul { margin-bottom:12px; }
li { list-style:none; }
table { margin-bottom:15px; }
tr th { font-weight:bold; padding:4px; background-color: #900; color:#ffffcc;
}
th,
td {
	padding:4px;
	border-bottom:1px solid #900;
	color:#900;
}
.light {background-color:#FFFFCC; font-weight:bold;}
.lighter {background-color:#FFFFE6;}
.code { margin-left:20px; margin-right:20px;}
.code p { font-family:"Courier New", Courier, monospace; font-size:14px; color: #00F; line-height:16px;}
img {padding-right:20px;}