*
{
	padding:				0;
	margin:					0;
	font-family:			Verdana, Arial, Sans-serif;
	font-size:				12px;
	color:					#ffffff;
}

body
{			
	background:				#000000 url("../pic/bodybg.jpg") no-repeat 100% 150px;
	padding-left:			2%;
	margin-bottom:			10px;	
}
#film { 
position:absolute;
left:700px;
top:200px;
border: solid 10px #333333;

	
}
ul
{
	list-style-type:		none;	
}

h1,h2,h3,h4,h5,h6
{
	font-family:			Arial;
	font-weight:			normal;
}

h1
{
	margin:					30px 2% 10px 0%;	
}

h1, h1 strong
{
	font-weight:			normal;	
}

h1 a
{
	font-size:				250%;
	color:					#ffffff;
	text-decoration:		none;
}

h1 a span
{
	display:				block;
	color:					#666666;
	font-size:				40%;
	padding-left:			30px;
}

h1 a strong
{
	font-size:				100%;
	color:					#7dcc00;	
}

#Container
{
	padding-right:			420px;
	margin-bottom:			60px;
}

ul#menu
{
	position:				relative;
	list-style-type:		none;
	margin-top:				40px;
}

ul#menu li
{
	display:				inline;
	padding:				10px 0px;
}

ul#menu li a
{
	display:				inline-block;
	text-decoration:		none;
	padding:				10px 20px;
	background:				#121212;
	border:					solid 1px #1f1f1f;
	border-bottom:			none;
	font-size:				90%;
}

ul#menu li a.current
{
	cursor:					text;
	background:				#212121;
	color:					#7dcc00;
	border:					solid 1px #2c2c2c;
	border-bottom:			none;
}

ul#menu li a.current:focus, ul#menu li a.current:hover, ul#menu li a.current:active
{
	cursor:					text;
	color:					#7dcc00;
	background:				#202020;
	border:					solid 1px #272727;
	border-bottom:			none;
}

ul#menu li a:focus, ul#menu li a:hover, ul#menu li a:active
{
	color:				#000000;
	background:			#a8a8a8;
	border:				solid 1px #666666;
	border-bottom:			none;
}

ul#gfxlinks
{
	margin-top:				10px 0;	
}

ul#gfxlinks li
{
	display:				block;
	float:					left;
	width:					206px;
	height:					121px;
	border:					solid 1px #000000;
}

ul#gfxlinks li a
{
	display:				block;
	width:					200px;
	height:					115px;
	background:				url("../pic/corn.jpg") no-repeat;
	border:					solid 3px #000000;
}

ul#gfxlinks li a span
{
	display:				none;
}


ul#gfxlinks li a:focus, ul#gfxlinks li a:hover
{
	display:				block;
	width:					200px;
	height:					115px;
	border:					solid 3px #84a900;
}

ul#gfxlinks li#corn a
{
	background:				url("../pic/corn.jpg") no-repeat;
}

ul#gfxlinks li#corn a:focus, ul#gfxlinks li#corn a:hover
{
	background:				url("../pic/corn_hover.jpg") no-repeat;
}

ul#gfxlinks li#vegs a
{
	background:				url("../pic/vegs.jpg") no-repeat;
}

ul#gfxlinks li#vegs a:focus, ul#gfxlinks li#vegs a:hover
{
	background:				url("../pic/vegs_hover.jpg") no-repeat;
}

ul#gfxlinks li:focus, ul#gfxlinks li:hover
{
	border:					solid 1px #b6ea00;
}

h2
{
	margin:					20px 0 0 4px;
	font-size:				160%;	
}

p.text
{
	color:					#dcdcdc;
	line-height:			21px;
	padding:				15px 30px;	
}

p.text a
{
	color:					#7dcc00;
}

p.text a:focus, p.text a:hover, p.text a:active
{
	color:					#c8ee8d;
	text-decoration:		none;
}

p.rights
{
	color:					#dcdcdc;
	padding:				0px 30px;
	font-size:				80%;
}

p.rights a
{
	color:					#888888;
	font-size:				100%;
}

p.rights a:focus, p.rights a:hover, p.rights a:active
{
	color:					#7dcc00;
	text-decoration:		none;
}

