/* CSS Document */

body {min-width:640px}
#header,#left-column,#content,#right-column,#footer {
overflow:hidden;
display:inline-block
}
/* safari and opera need this */
#header,#footer {width:640px}
#left-column,#content,#right-column {float:left}
#left-column {width:120px}
#right-column {width:120px; text-align:right;}
#content {
	width:400px;
	display:inline-block
}

#contentmenu{
	width: 400;
}

#contenthead {
	width:401px;
}
#contentbody {
	width:400px;
}
#form {
	width:400px;
	top: 55px;
	left: 20px;
	right: 20px;
	position: relative;
	text-align:right;
	z-index:2;
}

#ticker {
height: 15px;
width: 400px;
position: relative;
overflow: hidden;
}

#ticker div {
position: absolute;
white-space: nowrap;
}

#hoverflash {
	z-index: 2;
}

#form {
	width:350px;
	top: 25px;
	left: 0px;
	right: 50px;
	position: relative;
	text-align:right;
	z-index:2;
}

#footer {clear:left; text-align:center;}

