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

body{
	background-color:#000;
	}
	

#container{
	margin:0px auto;
	width:800px;
	border:0px solid #000;
	background-color:#FFC;
	}

#header{
	background-color:#FF9;
	width:800px;
	height: auto;
	font:98px bold  "Comic Sans MS";
	color: #FF9900;
	font-style: oblique;
	text-decoration: blink;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	}

#content{
	width:585px;
	float:right;
	text-align:left;
	border-left-width: 1px;
	border-left-color: #000;
	border-left-style: solid;
	margin:3px;
	
	    }

#side_menu{
	width:200px;
	float:left;
	font:14px "Georgia";
	color: #0000FF;
	line-height: normal;
	word-spacing: 3px;
	margin-left: 6px;
	}

#footer{
	width:800px;
	clear:both;
	font:12px Georgia, "Times New Roman", Times, serif;
	color: #006600;
	border-top-color: #000;
	border-top-style: solid;
	border-top: 1px;
    }
	
/*classes*/

.logo{
	font:98px bold "Comic Sans MS";
	color: #FF9900;
	}
	
.sublogo{
	font:36px bold normal"Comic Sans MS";
	line-height: normal;
	text-transform: uppercase;
	color: #FF9900;
	}		

.kop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	}
.content{
	font:12px "Lucida Sans Unicode" #000;
	text-align: center;
	}
	
/*link*/

