* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 12px "verdana";
	color: #fff;
	background-color: #000;


}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 0.5em;
	text-align: justify;
	line-height: 120%;
	font-size: 107%;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;

}

ul li {
	padding-left: 2.5em;
	display: inline;
	white-space: nowrap;
}

a {
	text-decoration: none;
	font-size: 11px;
	color: #4a4a4a;
}

.kop{
	font-size: 24px;

}
.bloglink{
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}


.clearer {
	clear: both;
	font-size: 1px;
}

#wrapper {
	margin: 0 auto;
	margin-top: 10px;
	}

#container {
	border: 1px solid #fd9500;
	background: #000;
	margin: 0px auto;
	width: 1024px;
	height: 708px;
}

#header {
	width: 1024px;
	height: 88px;
}

#header_box{
	border: 1px solid #fd9500;
	float: left;
	margin-top: 20px;
	margin-left: 71px;
	width: 286px;
	height: 306px;
}

#menu {
	background: url(../img/background_menu.jpg) ;
	width: 1024px;
	height: 40px;
}


#menu_top {
	padding-top: 13px;
}

#tweets {
	border: 1px solid #fd9500;
	margin-top: 215px;
	margin-left: 71px;
	width: 286px;
	height: 332px;
}

#tweets_head {
	background: url(../img/background_menu.jpg) ;
	width: 286px;
	height: 40px;
}
	
#tweets_text {
	width: 286px;
	height: 292px;
}

#main {
	float: left;
	margin-top: -536px;
	margin-left: 370px;
	width: 574px;
	height: 540px;
}

#main_top {
	border: 1px solid #fd9500;
	padding: 10px;
	color: #fd9500;
	width: 554px;
	height: 165px;
}

#main_blog {
	border: 1px solid #fd9500;
	margin-top: 15px;
	width: 574px;
	height: 332px;
}

#main_blog_head {
	background: url(../img/background_menu.jpg) ;
	width: 574px;
	height: 40px;
}

#main_blog_text {
	padding: 10px;
	width: 554px;
	height: 272px;
}

#footer {
	color: #4a4a4a;
}


a.menu:link{
	width: 160px;
	height: 20px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;}



a.menu:visited{color: #ffffff;font-size: 14px;text-decoration: none;font-weight: normal;}
a.menu:hover{color: #000000;font-size: 14px;text-decoration: underline;font-weight: normal;}
a.menu:active{color: #000000;font-size: 14px;text-decoration: none;font-weight: normal;}

 
