@charset "ISO-8859-1";

body{
	margin: 0;
	background-color: #121C46;
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
}
	
#container{
	margin: 0px;
	height: auto;
	width: 960px;
}

#head{
	height: 80px;
	background-image: url(../img/head.gif);
	border: 1px solid white;
	border-bottom: 4px solid yellow;
}

#menu{
	float:left;
	height: auto;
	width: 145px;
	margin-top: 3px;
	margin-left: 3px;
	padding-right: 4px;
	background-color: #fff;
}

#content{
	float:left;
	height: auto;
	width: 657px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #fff;
}

#menu_r{
	float:right;
	height: auto;
	width: 138px;
	margin-top: 3px;
	margin-left: 3px;
	padding-right: 4px;
	background-color: #fff;
}

#menu_r_angeb{
	float:right;
	height: auto;
	width: 138px;
	background-color: #fff;
}

#footer{
	clear:both;
	height: 25px;
	width: 960px;
	border-top: 0px dashed #eeeeee;
	background-color: #ffffff;
}



