

body {
	background-color: #dedede
}
#main_window {
	margin-top: 10px;
	margin-left: 250px;
	background-color:#FFFFFF;
	width: 722px;
	height: 100px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	min-height: 800px;
	height: 100%;
}
#linklist {
	display: none;
}
#top_logo_ball {
	background: url(images/footbal_corner.jpg);
	background-repeat: no-repeat;
	height: 54px;
}
#banner {
	background: url(images/banner.jpg);
	background-repeat:no-repeat;
	width: 722px;
	height: 211px;
}
#left_element {
	float: left;
	background: url(images/left_elements_back.jpg);
	background-repeat: repeat-y;
	width: 171px;
	height: 100%;
	min-height: 535px;
}
#rigth_element {
	margin-left: 175px;
	width:540px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:  12px;
}
#menu {
	background: url(images/menu_top_bg.jpg);
	background-repeat: repeat-x;
	height: 54px;
	width:  605px;
	float: left;
	margin-left: 117px;
}
#menu a img {
	border: 0;
}


#rigth_element a img {
	border: 1px #000 dotted;
}
