body {
	background-color: red;
	font: 11px/15px "Courier New", Courier, mono;
	color: white;
}

#wrapper {
	margin-top: 15px;
	margin-left: 15px;
	width: 930px;
	
}

#header {
	height: 50px;
}

#heiti {
	width: 287px;
	height: 50px;
	float: left;
}

#description {
	width: 574px;
	height: 50px;
	float: left;
}

#about {
	width: 287px;
	height: 50px;
	position: fixed;
  	top: 15px;
  	left: 597px;
}

#artal {
	width: 35px;
	height: 50px;
	float: left;
}


#content {
	width: 559px;
	margin-right: 15px;
}

#texti {
	width: 559px;
	margin-right: 15px;
	margin-top: 70px;
	margin-bottom: 20px;
	background-color: blue;
}

#text1 {
	width: 272px;
	margin-right: 15px;
	float: left;
}

#text2 {
	width: 272px;
	float: left;
}

.under {
	text-decoration: underline;
}

#links {
	width: 146px;
	height: 500px;
  	position: fixed;
  	top: 65px;
  	left: 597px;
}

.blog {
	padding-top: 80px;
}

p {
	padding-bottom: 10px;
	margin-top: 0;
}

a {
	color: yellow;
	text-decoration: none;
}

a:hover {
	color: #yellow;
}

a.red {
	color: #gray;
}

a.red:hover {
	color: #ffffff;
	background-color: #000000;
}

img {
	margin-bottom: 15px;
}

