@charset "utf-8";
/* CSS Document */

body {
	margin: 0; padding: 12px;
	color: #000;
	background: #ccc;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px; }

a { color: #C60; }
a:hover { color: #F90; }

#page {
	width: 940px;
	margin: auto;
	text-align: left;
	background: #fff;
	-moz-border-radius: 24px; -webkit-border-radius: 24px; border-radius: 24px;
	-moz-box-shadow: 0 0 24px #777; -webkit-box-shadow: 0 0 24px #777; box-shadow: 0 0 24px #777; }

#header {
	padding: 24px;
    }
#header h1 {
	float: left;
	margin: 0 24px 0 0;
	padding: 0; }
#header p#tagline {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #666;
	margin: 0;
	padding: 48px 0 0 0; }
#chuqlink {
	float: right;
	margin: 0 0 0 24px; }

#nav {
	background: #eb7229; }
#nav ul {
	list-style: none;
	margin: 0; padding: 0; }

#nav ul li {
	margin: 0; padding: 0;
	float: left; }
#nav ul li a {
	display: block;
	padding: 6px 39px;
	/*border-right: 1px solid #fff;*/
	background: #eb7229;
	color: #fff;
	text-decoration: none; }
#nav ul li a:hover {
	background: #F90; }

#logo_header {
	margin: 2px 2px 2px 2px;
	text-align: right;
}

#bottom_header {
    font-style: normal;
    font-size: large;
    text-align: center;
}

#special_msg {
    color: white; 
    background-color: red;
    font-weight: bolder;
    font-size: x-large;
    text-align: center;
    margin: 20px 10px 20px 10px;
    border-style: solid;
    border-width: 5px;
    border-color: red;
}
#special_msg a {
	color: white;
}

#special_msg a:hover {
	color: black;
}

#description {
    text-align:justify;

}
#sponsors {
	float: right;
	background: #fff;
	border: 12px solid #333;
	-moz-border-radius: 24px; -webkit-border-radius: 24px; border-radius: 24px;
	padding: 0;
	margin: 0 0 24px 24px; }
#sponsors ul {
	list-style: none;
	margin: 0; padding: 12px 0 0 0; }
#sponsors ul li {
	margin: 0;
	padding: 0 0 24px 0;
	text-align: center; }

#content {
	padding: 24px;
	line-height: 1.3; }
#content p {
	text-align: justify;
	line-height: 1.3; }

#footer {
	text-align: center;
	font-size: 0.9em;
	padding: 12px 0; }
