body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #c96;
	text-align: center;
	background: #992200; 	
	padding: 0;
	margin: 0;
}
h4 {	
	font-weight: bold;
	font-size: 12px;
	color: #003366;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 4px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #992200;
}

a:link {
	color: #992200;
}
a:active {
	color: #ff3300;
}
a:visited {
	color: #cc6633;	
}
ul {
	color: #003366;
	list-style-type: none;
	padding-left: 10px;
}
ul ul {
	color: #960;
	padding-left: 15px;
}

hr {
	color: #c63;
	height: 2px;
}

#container {
	width: 780px; 
	margin: 0 auto;
	color: #333333;
	text-align: left;
	background: #f96 url(images/tausvaaka.jpg) repeat-y;
} 	

#containerEtus {
	width: 780px;
	margin: 0 auto;
	color: #333333;
	text-align: left;
	background: #000;
	border-left: 5px double #ff5b25;
	border-right: 5px double #ff5b25;
} /* etusivulle */

#container2 {
	width: 780px;
	margin: 0 auto;
	color: #333333;
	text-align: left;
	background: #000099
	url(images/tumma.jpg) repeat;
}
 /* indigo */

#header {
	color: #966;
	padding: 10px 30px 5px 50px;
	height: 230px;
	background: url(images/tausvaaka_valk.jpg) repeat-y;
	margin-top: 10px;
}
 
#headerEtus {
	color: #966;
	padding: 10px 70px 5px 70px;
	height: 210px;
	background: #fff;
	margin: 10px 20px 0;
	border: 3px double #ccc;
} 	
	url(images/raami2.jpg) no-repeat center;

#headerAfr {
	color: #fff;
	padding: 10px 30px 5px 50px;
	height: 160px;
	margin-top: 10px;
} 
	
#headerNavi {	
	font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #963;
	text-align: center;
}

#sidebar1 {
	width: 150px;
	float: left;
	padding: 2px 10px 5px 10px;
	margin-left: 20;
	color: #fff;
}
#mainContent {
	width: 550px;
	margin-right: 50px;
	margin-left: 200px;
}

#palsta1 {
	width: 280px;
	float: left;
	padding: 2px 10px 5px 20px;
	color: #003366;
	overflow: visible;
}
#palsta2 {
	width: 410px;
	float: right;
	padding: 2px 20px 5px 20px;
	color: #992200;

}
#footer { 
	padding: 5px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #c63;
	clear: both;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sini {
	color: #003366;
}
.oranssi {
	color: #992200;
}
.valk {
	color: #fff;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.image {
	margin: 5px;
}
/* My Comment */
.kuvatx {
	font-size: 10px;
	font-style: italic;
	color: #CCCCCC;
}
.indigotaus {
	background: #003399 url(images/tauspala.jpg) repeat;
}