* {
    margin: 0;
    padding: 0;
    font-family: verdana, sans-serif;
    font-size: 12px;
    color: #234041;
}

body {
	background-color: #385551;
}

p {
	padding: 10px 0 0 0;
}

a:hover {
	color: red;
}

#container {
    text-align: center;
}

#main {
    width: 984px;
    margin: 0 auto;
    background-color: #143230;
    text-align: left;
}

#header-top {
    position: relative;
    height: 63px;
    background: #143230 url('images/skyegames-header-top.jpg') top left no-repeat;
    margin: 0 20px;
    padding: 0;
    text-align: right;
}
#header-top img {
    padding: 0;
    margin: 0;
    border: 0;
}
#header-bottom {
    position: relative;
    height: 97px;
    background: #143230 url('images/skyegames-header-bottom.jpg') top left no-repeat;
    margin: 0 20px;
}
.days_to_go {
	position: absolute;
    top: 30px;
    left: 595px;
	color: white;
	font-weight: bold;
	border: 2px solid white;
	padding: 3px;
}

#menu p {
    margin: 0 20px;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
    width: 944px;
}

#menu a {
    color: #aaa;
    text-decoration: none;
}

#menu a:hover {
    color: white;
}

.selected {
	color: white;
}

#titlebar {
	margin-left: 20px;
}

#titlebar_welcome, #titlebar_intro, #titlebar_programme, #titlebar_gallery, #titlebar_links, #titlebar_contact {
    float: left;
    width: 510px;
    margin: 0;
    font-style: italic;
    font-weight: bold;
    color: white;
    padding: 0 0 0 290px;
    line-height: 28px;
    vertical-align: middle;
}
#titlebar_welcome {
    background: #a2ad35 url('images/welcome.jpg') top left no-repeat;
}
#titlebar_intro {
    background: #a2ad35 url('images/introduction.jpg') top left no-repeat;
}
#titlebar_programme {
    background: #a2ad35 url('images/programme.jpg') top left no-repeat;
}
#titlebar_gallery {
    background: #a2ad35 url('images/gallery.jpg') top left no-repeat;
}
#titlebar_links {
    background: #a2ad35 url('images/links.jpg') top left no-repeat;
}
#titlebar_contact {
    background: #a2ad35 url('images/contact.jpg') top left no-repeat;
}


#titlebar_right {
    float: left;
    width: 129px;
    background-color: #385551;
    line-height: 28px;
    vertical-align: middle;
    padding: 0 0 0 15px;
    color: #aebab8;
    font-size: 120%;
    height: 28px;
}

#content {
	clear: both;
	background: white url('images/content-background.jpg') top left repeat-y;
	/*margin-left: 20px;*/
	padding-left: 20px;
	height: 100%;
}

#content-left {
    float: left;
    width: 180px;
    /*background-color: #ebeff0;*/
    margin: 0;
    padding: 5px 10px 5px 10px;
}

#content-left-box-hdr {
	background-color: #385551;
	padding: 5px 10px;
	color: white;
	font-weight: bold;
}
#content-left-box {

	border: 1px solid #385551;
}

#content-left-box ul {
	padding: 0 0 10px 0;
}
#content-left-box li {
	margin-left: 20px;
	padding-top: 10px;
}

.red {
	color: red;
}

#content-middle {
    float: left;
    width: 362px;
    width: 580px;
    margin: 0;
    padding: 5px 10px 5px 10px;

}

.intro {
	color: #234041;
	font-size: 120%;
	font-weight: bold;
}
.caption {
	font-size: 90%;
}

#pdf-list {
	list-style-type:none;
}

#pdf-list li {
	padding-left: 30px;
	background-image: url('images/pdf.jpg');
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height: 30px;
}


table.events {
	border: 1px solid #385551;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table.events th {
	background-color: #385551;
	margin: 0;
	padding: 5px;
	color: white;
}
table.events td {
	margin: 0;
	padding: 5px;
}


#gallery {
	float: left;
	width: 120px;
	height: 120px;
}


#content-right {
    float: left;
    width: 129px;
    padding: 5px 0 0 15px;
}

#content-right h2 {
    color: #143230;
}

#content-right a {
	color: white;
}

#content-right a:hover {
	color: #234041;
}

#clear {
	clear: left;
	margin-bottom: 20px;
}

#footerbar {
	margin-left: 20px;
	height: 20px;
}

#footerbar_left {
    float: left;
    width: 800px;
    background-color: #bcc7ca;
    margin: 0;
    height: 20px;
}

#footerbar_right {
    float: left;
    width: 144px;
    background-color: #4e6769;
    height: 20px;
}

#footer_credits {
	margin-left: 20px;
	padding: 10px;
	text-align: center;
	background-color: #ebf0f0;
	width: 924px;
}

#footer_close {
	margin-left: 20px;
	width: 924px;
	line-height: 20px;
}

.left {
	float: left;
	padding: 15px 15px 15px 0;
}