.body {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.menu {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: white;
}
.menu A
{
    color: white;
	text-decoration: none;
}
.menu A:hover
{
    color: gray;
	text-decoration: underline;
}
.input:focus
{
    background-color: #FFFFC0;
}
textarea:focus
{
    background-color: #FFFFC0;
}
.infobox
{
	font-family: Courier-New;
	font-size: 14px;
	font-style: italic;
	color: #000000;
}
.buttonscontainer {
	width: 150px;}
.buttons a {
	color: gray;
	background-color: #FFFFFF;
	padding: 2px;
	padding-left: 2px;
	display: block;
	border-bottom: 2px solid black;
	font: 13px Courier-New, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;}

.buttons a:hover {background-color: black;
	color: #FFFFFF;
	border-bottom: 2px solid white;
	text-decoration: none;
	}
	
.headquote {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #000000;

}
.bodybig {

	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.title {
	font-family: "Courier New";
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;

}
.bodynobold {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: normal;

}
.filmlinks {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #CCCCCC;
}
#leftcolumn{
float:left;
width:150px;
height: 400px;
border: 3px solid black;
padding: 5px;
padding-left: 8px;

}

#leftcolumn a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid gray;
}

#leftcolumn a:hover{
background-color: #FFFF80;
}

#rightcolumn{
float:left;
width:550px;
min-height: 400px;
border: 3px solid black;
margin-left: 10px;
padding: 5px;
padding-bottom: 8px;
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
}
