
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
}

#main p {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul#navlist {
	height: 22px;
	white-space: nowrap;
	padding: 0px;
	margin: 0;
}

#navlist li{
	display: inline;
	list-style-type: none;
}

/* Menu items */

#menu {
	width: 900px;
	height: 22px;
	padding-top:0px;
	margin: auto;
	text-align: left;
}

#menu ul {
	height: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

#menu .home {
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-right: 5px;
	padding-top: 4px;
	width: 90px;
	height: 18px;
	float: left;
}
#menu .press {
	background-image: url(../images/press.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-right: 5px;
	padding-top: 4px;
	width: 136px;
	height: 18px;
	float: left;
}
#menu .profile {
	background-image: url(../images/profile.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-right: 5px;
	padding-top: 4px;
	width: 129px;
	height: 18px;
	float: left;
}
#menu .advertising {
	background-image: url(../images/advertising.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-right: 5px;
	padding-top: 4px;
	width: 94px;
	height: 18px;
	float: left;
}
#menu .channel {
	background-image: url(../images/channel.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-right: 5px;
	padding-top: 4px;
	width: 101px;
	height: 18px;
	float: left;
}
#menu .production {
	background-image: url(../images/channel.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-right: 5px;
	padding-top: 4px;
	width: 101px;
	height: 18px;
	float: left;
}

#menu .menu_font {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#menu .menu_font:hover {
	color: #c4de70;
}

#menu .menu_font_on {
	color: #c4de70;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#middle h1 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

#middle .title_font {
	color: #c4de70;
	font-size: 20px;
	font-weight: bold;
}

#middle .main_font {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

#middle a {
	color: #fff;
	text-decoration: underline;
}

#middle a:hover {
	color: #999;
}

#main h2 {
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#main h3 {
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	text-decoration: underline;
}

#main .title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

#main .font {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#main a {
	text-decoration: underline;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

#main  a:hover {
	color: #999;
}

#footer .font {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #999;
}

