body { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 80%; 
	color: black; 
	background-color: #fff; 
	margin: 1em; 
	padding: 0; 
} 

/* By the way, this is a comment */ 

p { 
	line-height: 1.5em; 
} 
h1 { 
	color: #ffc; 
	background-color: #900; 
	font-size: 2em; 
	margin: 0; 
	margin-bottom: 0.5em; 
	padding: 0.25em; 
	font-style: italic; 
	text-align: center; 
	letter-spacing: 0.5em; 
	border-bottom-style: solid; 
	border-bottom-width: 0.5em; 
	border-bottom-color: #c00; 
} 

h2 { 
	color: white; 
	background-color: #090; 
	font-size: 1.5em; 
	margin: 0; 
	padding: 0.1em; 
	padding-left: 1em; 
} 

h3 { 
	color: #999; 
	font-size: 1.25em; 
} 

img { 
	border-style: dashed; 
	border-width: 2px; 
	border-color: #ccc; 
} 

a { 
	text-decoration: none; 
} 

strong { 
	font-style: italic; 
	text-transform: uppercase; 
} 

li { 
	color: #900; 
	font-style: italic; 
} 

table { 
	background-color: #ccc; 
} 

/* specific divs */
#pagewidth-800{
	width:770px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	}

#header {
	margin-top: 10px;
	height:  100px; 
	width:  100%; 
	}

#top-top {
	margin: 0px;
	padding: 0px;
	width: 770px;
	height: 20px;
	float: left;
	background: url(../images/bgtable.jpg) left top no-repeat;
	padding-left: 10px;
	padding-top: 2px;
	vertical-align: top;
	}

#top-bottom {
	height: 80px;
	width: 770px;
	background: transparent;
	float: left;
	padding-top: 16px;
	vertical-align: top;
	}

#outer-800{
	width: 770px;
	padding-top: 6px;
	} 


#footer-800{  
	height: 40px; 
	width:100%; 
	padding-top: 16;
	/* text-align:center; */
	}

#blok1 {
	width: 100px;
	color: #ffc; 
	background-color: #900; 
	padding: 0.5em;
	float: left;
	}

#blok2 {
	width: 100px;
	color: #ffc; 
	background-color: #905; 
	padding: 1.5em;
	float: right;
	}

#content {
	width: 400px;
	}