* {
	margin: 0;
	padding: 0;
}

body {
	background: #003d8f url(img/back-bg.jpg) 50% top repeat-x fixed;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content-wide img.border {
	float: left;
	margin: 5px 20px 10px 0;	
}

a img {
	border: 0;
	margin: 0;
	padding: 0;
}

a {outline: none;}

#wrapper {
	width: 940px;
	margin: 0 auto;
	background: #152755 url(img/center-bg.jpg) repeat-x;
	position: relative;
}

#headimage {
	width: 940px;
	height: 150px;
	background: #999999;
	overflow:hidden;
	position: relative;
}

#headimage a{
	display: block;
	width: 131px;
	height: 62px;
	position: absolute;
	left: 30px;
	top: 0;
	text-indent: -10000px;
}

#headimage h1{
	display: none;
}


#mainmenu {
	width: 940px;
	height: 50px;
	background:#020408 url(img/menu_back.png) repeat-x;
}

#mainmenu ul {
	list-style-type: none;
}

#mainmenu ul li {
	display: block;
	float: left;
	padding: 15px 12px;
	height: 20px;
	background: url(img/menu_sep.png) no-repeat;
}

#mainmenu ul li a {
	text-decoration: none;
	color: #ff9933;
	font: bold 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;	
}

#mainmenu ul li a:hover {
	text-decoration: underline;
}

#mainmenu ul li#lang {
	width: 160px;
	padding: 16px 15px;
	height: 18px;
	text-align: center;
	background: none;
}

#mainmenu ul li#nosep {
	background: none;	
}

#mainmenu ul li#lang a {
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #99ccff;
}

#mainmenu ul li#activepage {
	background: url(img/menu_act.png) repeat-x;
}

#mainmenu ul li#activepage a{
	color: #152755;	
}

#mainmenu ul li#finalsep a{
	padding: 15px 0;
	width: 2px;
}


#side-bar {
	width: 170px;
	float: left;
	padding: 0 10px;
	margin-top: -20px;
}

h2#andre {
	float: right;
	margin: 20px 20px 0px 0;
	padding: 0;
	width: 441px;
	height: 52px;
	background: url(img/andre.png) no-repeat;
	text-indent: -90000px;
	clear: none;
	border: 1px solid #FF0000;	
}

#side-bar ul {
	list-style-type: none;
	padding: 0 10px;
}

#side-bar ul li {
	margin: 10px 0;
	padding-right: 20px;
	color: #eee;
}

#side-bar ul li a {
	text-decoration: none;
	padding-right: 15px;		
}

#side-bar ul li a:hover {
	text-decoration: underline;
}

#oldproject li strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: x-large;
	display: block;
	color: #4565ba;
}

#oldproject li a {
	color: #fff;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(img/arrow-white.gif) no-repeat right center;
}

* html #oldproject li a {
	background: none;
}

#content {
	width: 520px;
	float: left;
	padding: 20px;
	background: #fff url(img/corners.png) no-repeat center bottom;
}

* html #content, * html #content-wide {
	margin-top: -1px;
} 

#content-wide {
	width: 690px;
	padding: 20px;
	float: left;
	background: #fff url(img/corners-wide.png) no-repeat center bottom;
}

#content p, #content-wide p {
	padding: 5px 0 15px 0;
	line-height: 160%;
	color: #666;
}

#sponsors {
	width: 170px;
	padding: 0 10px;
	float: right;
	margin-top: -20px;
}

#side-bar img, #sponsors img {
	padding: 5px 10px;
}

#side-bar h2, #sponsors h2 {
	padding: 10px;
	width: 150px;
	color: #99ccff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99ccff;
	font: bold 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	width: 460px;
	margin: 0px 20px 20px 210px;
	padding: 20px 250px 0 0;
	color: white;
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer p {
	margin-bottom: 16px;
}

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

#footer a:hover {
	color: white;
	text-decoration: none;
}

#counter {
	float: right;
	margin-right: 40px;
}

#attention {
	padding: 20px;
	margin: 0 0 20px 0;
	background-color: #eee;
	color: #191919;
	border-left: 5px solid #333;
}

#content-wide blockquote {
	padding: 20px;	
	background-color: #eee;
	margin-bottom: 20px;
}

h3 {
	margin: 5px 20px 15px 20px;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #999;
}

h2 {
	margin: 20px 0px 0px 0;
	color: #152755;
	padding: 5px 10px 5px 0;
	font: bold 1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	clear: both;
}


#content-wide ul.on-blue {
	margin: 0;
	padding: 20px;
	list-style-type: none;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background: #003580;
	list-style-image: none;
}

#content-wide ul.on-blue li {
	list-style-type: none;
	list-style-image: none;
	padding-left: 30px;
	background: #003580 url(img/bullet_on_blue.gif) no-repeat 0px 5px;
}

#content-wide ul.on-blue li p {
	font: normal 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
}

h4 {
	padding: 20px 20px 0 20px;
	color: #152755;
	font: bold 2em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content-wide ul li h4 {
	padding: 5px 20px 20px 0;
	font-size: 1.3em;
}

h5 {
	font: bold 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 5px 20px 5px 0;
	color: #4565ba;
}

p#urls {
	padding: 5px;
	background-color: #e6e6e6;
	color: #666;
	margin: 0 0 15px 0;
	font-size: x-small;
}
.urls {
	padding: 5px !important;
	background-color: #fff4d9; 
	color: #666;
	margin: 120px 0px !important;
	display: inline;
}

.urls a {
	color: #666;
}

.rightphoto {
	padding: 5px;
	background-color: #e6e6e6;
	float:right;
	margin-left:30px
}

p strong {
	font-weight: bold;
	color: #666;
	background-color: #fff4d9;
	padding: 3px 6px;
}

a {
	color: #cf6800;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	position: relative;
	top: -1px;
}

bloquote {
	padding: 15px 20px 15px 10px;
	display: block;
	clear: both;
	color: #666;
	background: #e6e6e6;
	margin: 5px 0 15px 0;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}

p#present {
	padding: 10px 20px 10px 60px;
	font-weight: bold;
	font-style: italic;
	min-height: 50px;
	vertical-align: middle;
	background: url(img/aman.png) no-repeat 0 center;
	margin: 15px 0 15px 0;
	border-bottom: 1px dotted #152755;
	border-top: 1px dotted #152755;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}

bloquote img {
	float: left;
	padding: 0 10px 10px 0;
}

bloquote p {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

bloquote p strong {
	color: #cf6800;
}

#content ul, #content-wide ul {
	padding: 20px;
	list-style-image: url(img/arrow-red.gif);
	margin-bottom: 10px;
}



#content li, #content-wide li {
	padding: 0 20px 15px 0px;
	list-style-image: url(img/arrow-red.gif);
	list-style-position: outside;
}

#content li h3, #content-wide li h3 {
	padding: 0;
	margin: 5px 0 5px 0;
}

#content ul li h3 strong, #content-wide li h3 strong {
	color: #666;	
}

#playlist h3 {
	font-size: 1.1em;
	color:#003399;	
}
#playlist ul {
	padding: 5px 20px;
	list-style-image: url(img/music.gif);
}

#playlist li {
	padding: 0 20px 15px 0px;
	list-style-image: url(img/music.gif);
	list-style-position: outside;
}

.boldlink {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #cf6800;
}

#view {
	margin: 0;
	padding: 5px 10px;
	background: #3278cd url(img/city_back.png) repeat-x;
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	margin-bottom: 15px;
}

#view p {
	padding: 0px 10px 6px 10px;
	background: url(img/sep_horizont.png) bottom repeat-x;
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;

}

table#city {
	width: 495px;
	height: 50px;
	margin: 0;
	padding: 7px 5px 3px 5px;
}

table#city td {
	text-align: center;
	vertical-align: middle;
	background:url(img/sep_vertical.png) right repeat-y;
}

* html table#city td {
	background: none;
}


table#city td#last {
	background: none;
}

table#city td a {
	text-decoration: none;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;	
	color: #fff;
}

table#city td a:hover {
	text-decoration: underline;
}


.pad0 {
	padding: 0;
}

li#current {
	background: #4565ba;
	padding: 10px;
	border-right: 5px solid white;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
}

p#shedule {
	padding: 20px 20px 20px 15px;
	margin-bottom: 10px;
	background: #4565ba;
	color: white;
	font: normal normal bold small "Lucida Grande", Lucida, Verdana, sans-serif;
	border-left: 5px solid #152755;
}

#shedule a {
	color: white;	
}

#shedule a:hover {
	text-decoration: none;
	color: white;
}

#urls img {
	padding-bottom: 5px;
}

div.clear {
	clear: both;
}

#content-wide ol {
	padding: 0 20px;
}

ul h2 {
	margin: 0;
}


#myGallery {
	width: 520px; height: 315px;
	}