a:focus, input:focus {
	outline: none;
}

img {
	border: 0px;
}

dt {
	font-weight: bold;
	padding:5px;
	margin-top: 10px;
}

li {
	list-style-type: none;
	padding-left: 0px;
}

a {
	color: red;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

body {
	margin: 0px;
	margin-bottom: 50px;
	font-family: "Myriad Pro", sans;
}

small {
	font-size: 0.5em;
}

.home {
	background-color: #000000;
}

.pages {
	margin-left: 170px;
	background-color: #2A292B;
	background-repeat: no-repeat;
	background-position: top left;
}

.rules {
	background-image: url('../images/rules.png');
}
.program {
	background-image: url('../images/program.png');
}
.jury {
	background-image: url('../images/jury.png');
}
.application {
	background-image: url('../images/application.png');
}
.contact {
	background-image: url('../images/contact.png');
}
.links {
	background-image: url('../images/links.png');
}
.news {
	background-image: url('../images/news.png');
}

.white {
	color: white;
}
.impact {
	font-family: Impact, sans;
	font-weight: lighter;
}


#header {
	
	border-bottom: 2px solid red;
	height: 250px;
	background: url('../images/pbsnewbanner.jpg') no-repeat center 40px;
	color: white;
}

#menu {
	width: 100%;
	margin: 0px;
}

#menu li {
	float: left;
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#menu li a {
	color: #C69C6D;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover {
	color: #FFFFFF;
}

.home #menu li {
	width: 14%;
}

.pages #menu li {
	width: 12%;
}

#menu .active {
	color: #FFFFFF;
}

#content {
	clear: left;
	margin: auto;
	border-top: 5px solid red;
	color: white;
}

.home p {
	color: red;
	margin-top: 0px;
}

#home_text {
	float: left;
	text-align: center;
	width: 50%;
	margin-top: 50px;
}

#home_text p {
	margin: 0px;
}

#home_photo {
	text-align: center;
	float: right;
	width: 40%;
}

#home_photo p {
	margin-top: 0x;
	font-size: 2em;
}

#home_bas {
	clear: both;
	width: 70%;
	text-align: left;
	margin: auto;
	position: relative;
	padding: 5px;
	font-size: 2em;
}


#home_bas p {
	margin: 0px;
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 1.1em;
}

#home_foot {
	clear: both;
	width: 70%;
	margin: auto;
	margin-top: 20px;
	border-top: 1px solid red;
	text-align: center;
	padding: 20px;
}

#home_foot a {
	color: white;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
}

.icon {
	text-align: center;
	vertical-align: middle;
	margin: 10px;
}

input, select {
	color: #ffffff;
	border: 1px solid red;
	background-color: #2A292B;
	margin: 1px;
	width: 250px;
	margin: 5px;
}

input:hover, input:focus {
	background-color: #504e52;
}

input:focus, input:active {
	outline: none;
	border-width: 3px;
	width: 247px;
	margin: 3px;
	margin-right: 6px;
}

input[type="submit"] {
	padding: 5px;
	margin: 10px;
	border: 3px solid red;
	color: #ffffff;
	font-weight: bold;
	width: 100%;
}

fieldset {
	padding: 10px;
	margin: 20px;
	border: 1px solid red;
}

.liens a {
	color: #ffffff;
	font-size: 1.5em;
}

.news p {
	text-align: justify;
	color: #ffffff;
}

.news h2 {
	color: red;
}


p.banner {
	width: 100%;
	text-align:center;
	color: #ffffff;
	font-size: 2em;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
}
.results {
	width: 40%;
	text-align: center;
	margin-left: 10%;
}

.results dl {
	text-align: center;
}

.results dd {
	font-size: 2em;
}

.results h2 {
	font-size: 2.5em;
}

