body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: -30px;
	margin-bottom: 0px;
	padding: 0px;
}
#head {
	background-image: url(../images/head.png);
	height: 160px;
	width: 960px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
}
#photo-content {
	width: 960px;
}
#content {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}
#menu {
	float: left;
	height: 30px;
	width: 679px;
	position:relative;
}
#menu-container {
	background-image: url(../images/bg-menu.png);
	height: 30px;
	width: 960px;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 160px;
	z-index: 1;
}
#menu_main {
	height: 30px;
	float: none;
	position:absolute;
}
#menu_main li {
	float: left;
}
#menu_main li #nav1 {
	background-image: url(../images/menu/menu.png);
	height: 30px;
	width: 30px;
	float:left;
	background-position: 0px 0px;
}
#menu_main li #nav2 {
	background-image: url(../images/menu/menu.png);
	height: 30px;
	width: 55px;
	float:left;
	background-position: -30px 0px;
}
#menu_main li #nav3 {
	background-image: url(../images/menu/menu.png);
	height: 30px;
	width: 85px;
	float:left;
	background-position: -85px 0px;
}
#menu_main li #nav4 {
	background-image: url(../images/menu/menu.png);
	height: 30px;
	width: 107px;
	float:left;
	background-position: -170px 0px;
}
#menu_main li #nav5 {
	background-image: url(../images/menu/menu.png);
	height: 30px;
	width: 46px;
	float:left;
	background-position: -277px 0px;
}
#menu_main li #nav6 {
	background-image: url(../images/menu/menu.png);
	height: 30px;
	width: 86px;
	float:left;
	background-position: -323px 0px;
}
#menu_main li #nav7 {
	background-image: url(../images/menu/menu.png);
	height: 30px;
	width: 61px;
	float:left;
	background-position: -409px 0px;
}
#menu_main li #nav8 {
	background-image: url(../images/menu/menu.png);
	height: 30px;
	width: 68px;
	float:left;
	background-position: -470px 0px;
}
#menu_main li #nav9 {
	background-image: url(../images/menu/menu.png);
	height: 30px;
	width: 121px;
	float:left;
	background-position: -538px 0px;
}
#menu_main li #nav1:hover {
	background-image: url(../images/menu/menu.png);
	height: 30px;
	width: 30px;
	float: left;
	background-position: 0px 30px;
}
#menu_main li #nav2:hover {
	background-image: url(../images/menu/menu.png);
	height: 30px;
	width: 55px;
	float: left;
	display:inline-block;
	background-position: -30px 30px;
}
#menu_main li #nav3:hover {
	background-image: url(../images/menu/menu.png);
	float: left;
	height: 30px;
	width: 85px;
	display:inline-block;
	background-position: -85px 30px;
}
#menu_main li #nav4:hover {
	background-image: url(../images/menu/menu.png);
	float: left;
	height: 30px;
	width: 107px;
	background-position: -170px 30px;
}
#menu_main li #nav5:hover {
	background-image: url(../images/menu/menu.png);
	float: left;
	height: 30px;
	width: 46px;
	background-position: -277px 30px;
}
#menu_main li #nav6:hover {
	background-image: url(../images/menu/menu.png);
	float: left;
	height: 30px;
	width: 86px;
	background-position: -323px 30px;
}
#menu_main li #nav7:hover {
	background-image: url(../images/menu/menu.png);
	float: left;
	height: 30px;
	width: 61px;
	background-position: -409px 30px;
}
#menu_main li #nav8:hover {
	background-image: url(../images/menu/menu.png);
	float: left;
	height: 30px;
	width: 68px;
	background-position: -470px 30px;
}
#menu_main li #nav9:hover {
	background-image: url(../images/menu/menu.png);
	float: left;
	height: 30px;
	width: 121px;
	background-position: -538px 30px;
}
#menu_main li ul {
	background-color: #b90003;
	display: none;
	padding-right: 16px;
	padding-left: 16px;
	position: absolute;
	float:left;
}
#menu_main li:hover ul {
	display: block;
	margin-top: 30px;
	padding-bottom: 10px;
	padding-top: 6px;
	position: absolute;
}
#menu_main li ul li {
	background-color: #b90003;
	float: none;
	height: 20px;
	z-index: 12;
}
a.search:hover {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 20px;
}
#menu_main li ul li a {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#menu_main li ul li a:hover {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#fairplay-menu {
/*	margin-left:-85px;*/
}
#the-cifp-menu {
/*	margin-left: -77px;*/
}
#partners-menu {
/*margin-left: -86px;*/
}
#media-menu {
/*	margin-left: -61px;*/
}
li.submenu {
	font-weight: normal;
	padding-left: 16px;
}
span.hidden {
	display: none;
}
#search {
	float: right;
	height: 30px;
	width: 225px;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	line-height: 30px;
	text-align: right;
}
input.searchfield {
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	background-image: url(../images/be-search.png);
	height: 18px;
	width: 140px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 10px;
	float: left;
	display:block;
}
input.searchfield-dialog {
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	height: 18px;
	width: 270px;
	border: 1px solid black;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 10px;
	display:block;
	background-color: #EFEFEF;
}
input.searchfield-dialog-min {
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	height: 18px;
	width: 100px;
	border: 1px solid black;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 10px;
	background-color: #EFEFEF;
}
a.search {
	background-image: url(../images/menu/search_off.png);
	float: left;
	height: 30px;
	width: 30px;
}
a.search:hover {
	background-image: url(../images/menu/search_on.png);
	float: left;
	height: 30px;
	width: 30px;
}
span.search {
	float: left;
}
#header-pic {
	height: 220px;
	width: 960px;
	z-index:0;
	position:relative;
}
#newsbox-background {
	background-color: #000;
	height: 220px;
	width: 340px;
	opacity: 0.5;
	filter:alpha(opacity=50);
	position:absolute;
}
#newsbox-container {
	height: 200px;
	width: 340px;
	position:relative;
	z-index:0;
	overflow:hidden;
}
#newsbox-inner-container {
	position:relative;
	float:left;
	overflow:hidden;
}
#newsbox-item{
	float:left;
}
#newsbox {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	height: 148px;
	width: 300px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 18px;
	overflow: hidden;
	position:relative;
}
#newsbox-read-more {
	height: 18px;
	width: 300px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: right;
}
a.read-more {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}
#news-list {
	padding-left: 240px;
	z-index: 1;
	position: relative;
	height: 10px;
	width: 90px;
	padding-top: 0px;
}
a.top {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
a.top-guestbook {
	font-size: 10px;
	font-weight:normal;
	text-align: left;
	text-decoration: none;
}
a.news-select {
	background-image: url(../images/newslist-off.png);
	height: 10px;
	width: 10px;
	float: left;
	background-repeat: no-repeat;
	margin-left: 10px;
}
a.news-select:hover, a.news-select-selected {
	background-image: url(../images/newslist-on.png);
	height: 10px;
	width: 10px;
	float: left;
	background-repeat: no-repeat;
	margin-left: 10px;
}
#head-separ {
	background-color: #000;
	clear: both;
	float: none;
	height: 7px;
	width: 960px;
}
#footer {
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 960px;
	clear: both;
	float: none;
}
#about-us-container {
	background-image: url(../images/bg-about-us.png);
	height: 181px;
	width: 960px;
}
#footer-1 {
	float: left;
	width: 312px;
	padding-left: 8px;
	padding-top: 15px;
	height: 30px;
	font-size: 10px;
	color: #FFF;
}
#our-supporters {
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #EDEDED;
	clear: both;
	height: 12px;
	width: 800px;
	padding-top: 9px;
	padding-left: 10px;
}
#supporter-logo {
	background-color: #FFF;
	float: left;
	height: 150px;
	width: 200px;
	margin-top: 2px;
	margin-right: 40px;
	margin-left: 10px;
}
#about-us-text {
	font-size: 10px;
	line-height: 16px;
	color: #FFF;
	clear: right;
	float: left;
	width: 675px;
	overflow: hidden;
	height: 146px;
}
#footer-2 {
	float: left;
	width: 62px;
	padding-left: 8px;
	padding-top: 10px;
	height: 35px;
	font-size: 10px;
	color: #808080;
}
#footer-3 {
	float: left;
	width: 250px;
	padding-top: 10px;
	height: 35px;
}
#footer-4 {
	float: left;
	width: 68px;
	padding-left: 8px;
	padding-top: 10px;
	height: 35px;
	font-size: 10px;
	color: #808080;
}
#footer-5 {
	float: left;
	width: 100px;
	padding-top: 10px;
	height: 35px;
}
#footer-6 {
	float: right;
	width: 85px;
	padding-top: 10px;
	height: 20px;
	font-size: 10px;
	color: #FFF;
	padding-right: 4px;
	line-height: 20px;
}
a.footer-top {
	background-image: url(../images/top-off.png);
	height: 20px;
	width: 20px;
	float: right;
	display: block;
	font-weight: normal;
}
#container #footer #footer-6 a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
a.footer-top:hover {
	background-image: url(../images/top-on.png);
	height: 20px;
	width: 20px;
}
p {
	text-align: justify;
}
a {
	font-weight: bold;
	color: #cd0003;
}
#container #content p, #content .newslist-container .newslist-text p {
	font-size: 10px;
	line-height: 18px;
	color: #4d4d4d;
	padding-bottom: 20px;
}
#container #content p.lead, #container #content div.lead p {
	font-size: 14px;
	font-weight: bold;
	color: #005589;
	padding-bottom: 24px;
	line-height: 18px;
}
h4.blue-shade {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	clear: both;
	float: none;
}
h1 {
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 5px;
	height: 50px;
	width: 960px;
	text-transform: uppercase;
	color: #FFF;
	text-indent: 20px;
	margin-bottom: 22px;
}
h1.guestbook {
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 5px;
	height: 50px;
	width: 960px;
	text-transform: uppercase;
	color: #FFF;
	text-indent: 20px;
		background-image: url(../images/bg-h1-red.png);
	background-repeat: repeat-x;
	margin-bottom:2px;
}
h1.bg-blue {
	background-image: url(../images/bg-h1-blue.png);
	background-repeat: repeat-x;
}
h1.bg-orange {
	background-image: url(../images/bg-h1-orange.png);
	background-repeat: repeat-x;
}
h1.bg-red {
	background-image: url(../images/bg-h1-red.png);
	background-repeat: repeat-x;
}
h1.photos-item {
	background-image: url(../images/bg-h1-red.png);
	background-repeat: repeat-x;
	margin-bottom:2px;
	height: auto;
	padding-left: 20px;
	text-indent: 0px;
	width: 920px;
	padding-right: 20px;
}
h1.competition-item {
	background-image: url(../images/bg-h1-orange.png);
	background-repeat: repeat-x;
	margin-bottom:2px;
	height: auto;
	padding-left: 20px;
	text-indent: 0px;
	width: 920px;
	padding-right: 20px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 3px;
	padding-bottom: 24px;
	line-height: 32px;
}
h2.guestbook {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 3px;
	padding-bottom: 0px;
	line-height: 32px;
	color:#ee9f00;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	letter-spacing: 1px;
}
h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
h4.blue-shade {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	height:20px;
	background-color:#FFF;
	padding-right: 10px;
	padding-left: 10px;
	color: #005589;
	display: inline;
	padding-top: 2px;
	padding-bottom: 2px;
}
h4.red-shade {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	height:20px;
	background-color:#FFF;
	padding-right: 10px;
	padding-left: 10px;
	color: #cd0003;
	display: inline;
	padding-top: 2px;
	padding-bottom: 2px;
}
h4.orange-shade {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	height:20px;
	background-color:#FFF;
	padding-right: 10px;
	padding-left: 10px;
	color: #ee9f00;
	display: inline;
	padding-top: 2px;
	padding-bottom: 2px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 16px;
}
.orange {
	color: #ee9f00;
}
.white {
	color: #FFF;
}
div.pages {
	color: #cd0003;
	display: block;
}
div.bg-blue-index {
	line-height: 20px;
	background-image: url(../images/h3-bg-blue.png);
	height: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}
div.bg-red-index {
	line-height: 20px;
	background-image: url(../images/h3-bg-red.png);
	height: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}
div.bg-orange-index {
	line-height: 20px;
	background-image: url(../images/h3-bg-orange.png);
	height: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#content .pages-container .pages li {
	float: left;
}
.blue {
	color: #005589;
}
.red {
	color: #cd0003;
}
div.newslist-container {
	width: 800px;
	padding-bottom: 40px;
	clear: both;
	float: none;
}
div.partnerlist-container {
	width: 800px;
	padding-bottom: 20px;
	clear: both;
	float: none;
}
a.first {
	clear: right;
	float: right;
	width: 630px;
	padding-bottom: 10px;
}
div.newslist-text-nopic {
	clear: right;
	float: right;
	width: 800px;
	padding-bottom: 10px;
}
div.newslist-text {
	clear: right;
	float: right;
	width: 630px;
	padding-bottom: 10px;
}
div.partnerlist-text {
	clear: right;
	float: right;
	width: 530px;
	padding-bottom: 10px;
}
img.newslist {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	display: inline-block;
}
hr.newslist-separ {
	background-image: url(../images/bg-newslist-separ.png);
	background-repeat: repeat-x;
	clear: both;
	float: none;
	height: 2px;
	width: 800px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
hr.partnerlist-separ {
	background-image: url(../images/bg-newslist-separ.png);
	background-repeat: repeat-x;
	clear: both;
	float: none;
	height: 2px;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
}
hr.newshead-separ {
	background-image: url(../images/bg-newslist-separ.png);
	background-repeat: repeat-x;
	clear: both;
	float: none;
	height: 2px;
	width: 800px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
hr.medialist-separ {
	background-image: url(../images/bg-medialist-separ.png);
	background-repeat: repeat-x;
	clear: both;
	float: none;
	height: 2px;
	width: 800px;
	padding-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
.newslist-top {
	float: left;
	height: 15px;
	width: 85px;
}
.newslist-date {
	font-size: 10px;
	font-weight: normal;
	color: #005589;
	text-align: right;
	height: 15px;
	width: 140px;
	padding-left: 320px;
	float: left;
}
.newslist-interval {
	font-size: 10px;
	font-weight: normal;
	color: #005589;
	text-align: right;
	height: 15px;
	width: 410px;
	padding-left: 50px;
	float: left;
}
.newslist-read-more {
	text-align: right;
	clear: right;
	float: right;
	height: 15px;
	width: 110px;
	padding-left: 145px;
}
.partner-url {
	text-align: right;
	clear: both;
	float: none;
	height: 15px;
	width: 800px;
}
div.pages-container {
	clear: both;
	height: 20px;
	font-size: 10px;
	color: #cd0003;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
ul.pages {
	display:inline-block;
	height:20px;
	width:auto;
}
a.pages {
	font-weight: bold;
	color: #ee9f00;
	text-decoration: none;
	line-height: 20px;
	font-size: 10px;
	text-align: center;
}
div.pages-text {
	font-size: 10px;
	line-height: 20px;
	display: inline-block;
	height: 20px;
	float: left;
}
a.pages-selected {
	font-weight: bold;
	color: #005589;
	text-decoration: none;
}
a.first {
	background-image: url(../images/bg-first.png);
	height: 21px;
	width: 21px;
	display: inline;
	float:left;
	background-repeat: no-repeat;
	padding-right: 10px;
}
a.prev {
	background-image: url(../images/bg-prev.png);
	height: 21px;
	width: 21px;
	float:left;
	display: inline;
	padding-right: 10px;
	background-repeat: no-repeat;
}
a.next {
	background-image: url(../images/bg-next.png);
	height: 21px;
	width: 21px;
	float:left;
	display: inline;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-left: 10px;
}
a.last {
	background-image: url(../images/bg-last.png);
	height: 21px;
	float:left;
	width: 21px;
	display: inline;
	background-repeat: no-repeat;
	padding-left: 10px;
}
div.newsdate {
	clear: both;
	width: 800px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #cd0003;
}
#searchblock {
	background-image: url(../images/bg-search-block.png);
	height: 100px;
	width: 780px;
	font-size: 10px;
	color: #FFF;
	padding: 10px;
	clear: both;
}
select.searchblock {
	font-size: 10px;
	line-height: 21px;
	font-weight: normal;
	color: #000;
	background-image: url(../images/bg-search-block-select.png);
	background-repeat: repeat-y;
	height: 21px;
	width: 160px;
}
div.searchblock-name {
	float: left;
	height: 20px;
	width: 210px;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 20px;
	padding-bottom: 20px;
}
div.searchblock-name-text {
	float: left;
	height: 20px;
	width: 50px;
	line-height: 20px;
}
#searchblock-search {
	background-color: #cb0003;
	text-align: right;
	height: 20px;
	width: 785px;
	clear: both;
	float: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 10px;
	padding-right: 15px;
}
#searchblock-search a {
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
}
#container #content .winners tr td {
	text-align: center;
	height: 20px;
	line-height: 20px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #fbe7c0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	padding-right: 3px;
	padding-left: 3px;
}
#winnerlist-head {
	font-size:18px;
	font-weight:bold;
	color:#fff;
	line-height:30px;
	height:30px;
	background-image:url(../images/bg-h1-red.png);
	text-indent:20px;
}
table.winners {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fbe7c0;
}
#winners-sport {
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	letter-spacing: 1px;
	text-align: center;
	line-height: 20px;
	height: 20px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid !important;
	border-left-color: #ee9f00 !important;
	width: 120px;
}
#winners-name {
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	letter-spacing: 1px;
	text-align: center;
	line-height: 20px;
	height: 20px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid !important;
	border-left-color: #ee9f00 !important;
	width: 220px;
}
#winners-country {
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	letter-spacing: 1px;
	text-align: center;
	line-height: 20px;
	height: 20px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid !important;
	border-left-color: #ee9f00 !important;
	width: 200px;
}
#winners-award {
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	letter-spacing: 1px;
	text-align: center;
	line-height: 20px;
	height: 20px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid !important;
	border-bottom-style: none;
	border-left-style: solid !important;
	border-left-color: #ee9f00 !important;
	width: 250px;
	border-right-width: 2px;
	border-right-color: #ee9f00 !important;
}
#winnerlist-footer {
	height: 5px;
	width: 800px;
	background-color:#000;
	clear:both;
	margin-bottom: 20px;
}
#photo-caption {
	padding-bottom:20px;
	clear:both;
}
div.media-list-container {
	width:760px;
	height:180px;
	margin-bottom:15px;
	clear:both;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/bg-media-list.png);
	background-repeat: repeat-x;
	margin-left:auto;
	margin-right:auto;
}
img.media-list {
	float:left;
	border:0px;
	margin-top:-20px;
	margin-left:-20px;
	padding-right:20px;
}
div.media-list-text {
	height:130px;
	display: block;
	clear: none;
	padding-right:-20px;
	overflow: hidden;
	margin-bottom: 20px;
}
div.media-list-view-album {
	height:30px;
	display: block;
	clear: none;
	padding-right:-20px;
	text-align: right;
}
#container #content .media-list-container .media-list-view-album a {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#photo-caption-container {
	width:760px;
	height:30px;
	background-image:url(../images/bg-photo-caption.png);
	background-repeat:repeat-x;
	padding-right: 100px;
	padding-left: 100px;
}
a.photo-caption-prev {
	width:30px;
	height:30px;
	float:left;
	background-image: url(../images/bg-photo-prev.png);
	background-repeat: no-repeat;
}
a.photo-caption-next {
	width:30px;
	height:30px;
	float:left;
	background-image: url(../images/bg-photo-next.png);
	background-repeat: no-repeat;
}
#photo-container {
	width:960px;
	height:400px;
	background-image:url(../images/bg-photo.png);
	background-repeat:repeat-x;
	overflow: hidden;
}
#video-container {
	width:960px;
	heigh:385px;
	background-image:url(../images/bg-video.png);
	background-repeat:repeat-x;
}
#photo-caption {
	width:700px;
	height:30px;
	float: left;
	clear: none;
	font-size: 10px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	padding: 0px;
}
#photo-under {
	width:960px;
	height:30px;
	background-image:url(../images/bg-photo-under.png);
	background-repeat:repeat-x;
}
#album-container {
	width:710px;
	clear:both;
}
#small-pic-list {
	clear: both;
	width: 710px;
	padding-right: 45px;
	padding-left: 45px;
	padding-bottom: 30px;
}
li.small-pic {
	clear: none;
	float: left;
	height: 70px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#album-text {
	width:710px;
	clear:both;
	padding-right: 45px;
	padding-left: 45px;
}
#logo-container {
	width:800px;
	clear: both;
	margin-bottom: 50px;
	overflow:visible;
}
#container #content .logo-container ul {
	clear: both;
	width: 800px;
	height: auto;
	display: block;
	padding-bottom: 30px;
	overflow:auto;
}
li.logo185 {
	width:185px;
	height:135px;
	float:left;
	clear:none;
	display: block;
	margin: 7px;
	text-align: center;
	vertical-align: middle;
}
li.logo140 {
	width:140px;
	height:105px;
	float:left;
	clear:none;
	display: block;
	margin: 7px;
	text-align: center;
	vertical-align: middle;
}
li.logo100 {
	width:100px;
	height:75px;
	float:left;
	clear:none;
	display: block;
	margin: 7px;
	text-align: center;
	vertical-align: middle;
	line-height: 75px;
}
#competition-buttons {
	clear: both;
	height: 21px;
	width: 436px;
	padding-left: 364px;
	padding-bottom: 35px;
}
#competition-buttons-last {
	clear: both;
	height: 21px;
	width: 146px;
	padding-left: 654px;
	padding-bottom: 35px;
}
#competition-buttons-last-long {
	clear: both;
	height: 21px;
	width: 146px;
	padding-left: 624px;
	padding-bottom: 35px;
}
a.view-winners {
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/bg-winners.png);
	height: 21px;
	width: 136px;
	margin-right: 9px;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	float: left;
}
a.participate {
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/bg-participate.png);
	height: 21px;
	width: 136px;
	margin-right: 9px;
	float: left;
	display: block;
	text-align: center;
	letter-spacing: 1px;
}
a.view-entries {
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/bg-view-entries.png);
	height: 21px;
	width: 136px;
	float: left;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	margin: 0px;
}
a.vote-entries {
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/bg-view-entries.png);
	height: 21px;
	width: 186px;
	float: left;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	margin: 0px;
}
a.legal-terms {
	font-size: 10px;
	line-height: 21px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/bg-view-entries.png);
	height: 21px;
	width: 270px;
	float: left;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	margin: 0px;
	margin-right:30px;
}
input.guestbook-submit {
	font-size: 10px;
	line-height: 21px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/bg-view-entries.png);
	height: 21px;
	width: 220px;
	float: right;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-right:30px;
	margin-left:8px;
	border:0px;
}
#participation-form {
	width:800px;
	height:31px;
	background-image:url(../images/bg-participation-blue.png);
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
	text-indent:20px;
	line-height:31px;
	color:#FFF;
	clear: both;
}
#submission-form {
	width:740px;
	background-color:#000;
	background-image: url(../images/bg-submission.png);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	margin: 0px;
	overflow: auto;
}
#container #content #submission-form p, #container #content .media-list-container .media-list-text p {
	color: #b3b3b3;
}
#form-submit {
	background-color:#cd0003;
	width:760px;
	clear:both;
	height:30px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}
#container #content #form-submit a {
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	text-align: right;
}
#submission-form-left {
	width:280px;
	float:left;
	margin-right: 10px;
}
#submission-form-right {
	width:440px;
	clear: right;
	float: left;
}
input.participation {
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	background-image: url(../images/be-search.png);
	height: 18px;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: right;
}
input.participation-long {
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	background-image: url(../images/be-search.png);
	height: 18px;
	width: 340px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: right;
}
textarea.participation {
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	height: 110px;
	width: 340px;
	background-color:#FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: right;
}
textarea.guestbook {
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	height: 110px;
	width: 400px;
	background-color:#FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: right;
}
select.participation {
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	background-image: url(../images/be-search.png);
	height: 18px;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display:block;
}
select.participation-short {
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	background-image: url(../images/be-search.png);
	height: 18px;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display:block;
	float: left;
	margin-right: 15px;
}
select.participation-short-last {
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	background-image: url(../images/be-search.png);
	height: 18px;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display:block;
	float: left;
	clear:right;
}
div.participation-boxname {
	font-size: 10px;
	line-height: 21px;
	font-weight: normal;
	color: #FFF;
	float: left;
	height: 21px;
	width: 80px;
	text-align: right;
	margin-right: 6px;
}
div.guestbook-boxname {
	font-size: 10px;
	line-height: 21px;
	font-weight: normal;
	color: #FFF;
	float: left;
	height: 21px;
	width: 90px;
	text-align: right;
	margin-right: 6px;
}
div.participation-textfield, div.guestbook-textfield {
	height: 21px;
	width: 280px;
	margin-bottom: 9px;
	margin-left: 8px;
	clear: right;
}
div.participation-textfield-long {
	height: 21px;
	margin-bottom: 9px;
	margin-left: 8px;
	clear: right;
}
div.participation-textarea {
	height: 110px;
	margin-bottom: 9px;
	margin-left: 8px;
	clear: right;
}
tr.gray {
	background-color:#eee;
}
#winner-picture {
	padding-bottom: 24px;
}
#legal-terms {
	width:740px;
	clear:both;
	margin-top:12px;
}
div.kep {
	width:960px;
	float:left;
}
div.inner-photo-container {
	overflow:hidden;
}
div.hiba {
	color:#FFFFFF;
	font-size:10px;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
	padding-right:3px;
	float:none;
	margin-left:86px;
	margin-bottom:9px;
	margin-top:-5px;
	background-color:#FF3B3B;
}
span.guestbook-name {
	text-align: left;
	padding-bottom:0px;
	color:#005589;
	font-size:14px;
	font-weight:bold;
}
span.occupation {
	text-align: left;
	padding-bottom:0px;
	color:#cd0003;
	font-size:10px;
}
.guestbook-date {
	text-align: right;
	clear: right;
	float: right;
	height: 15px;
	width: 110px;
	padding-left: 145px;
		color:#cd0003;
	font-size:10px;
}
#guestbook-form-container {
	width:960px;
	height:380px;
	background-image:url(../images/bg-gb2.png);
	background-repeat: repeat-x;
	background-color: #006ba7;
	float:none;
}
#guestbook-form {
	width:800px;
	float:none;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
p.guestbook-message {
	font-size:10px;
	color:#FFF;
	margin-bottom:4px;
}
#container #content li, #content .newslist-container .newslist-text li {
	font-size: 10px;
	line-height: 18px;
	color: #4d4d4d;
	padding-bottom: 20px;
	list-style: circle;
}

