/* Missions Fest International CSS */

*, html{
	padding: 0;
	margin: 0;
}

body {
	background-image: url(../images/background.gif);
	font: 76% verdana, helvetica, arial, sans-serif;
}

h1{
	display: none;
}

img {
	border: none;	
}

/* #wrapper
===========================================*/
#wrapper {
	width: 780px;
	margin: 0 auto;
	background-color: #fff;

}


/* #pictures
================================================*/
/*#pictures {
	position: absolute;
	top: 159px;
	border-top: 2px solid #2e4190;
	border-bottom: 2px solid #2e4190;

}*/

#pictures {
	margin-top: 0px;
	border-top: 2px solid #2e4190;
}

#pictures ul {
	list-style: none;
	background-color: #2e4190;
	padding-left: 2px;
}

#pictures li {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
}


/* #nav
================================================*/
#nav {
	width: 760px;
	padding-top: 25px;
	margin-bottom: 25px;
}

#nav ul {
	margin-left: 70px;
}

#nav li {
	display: inline;
	margin-right: 20px;
}

#nav li.selected {
	font-weight: bold;
	color: #2e4190;
	border-top: 5px solid #2e4190;
}

#nav li.last {
	padding-right: 0px;
}

#nav a {
	text-decoration: none;
	color: #2e4190;
	font-weight: bold;
}

#nav a:hover {
	border-top: 5px solid #2e4190;
}

/*#content
=================================================*/
#content {
	line-height: 1.5em;
}

/* #cities
=================================================*/
#cities {
	width: 228px;
	float: left;
	margin-bottom: 25px;
}

#cities a {
	color: #8c8c8c;
	text-decoration: none;
}

#cities a:hover {
	border-bottom: 2px solid #2e4190;
}

#cities a:hover.noline {
	border-bottom: none;
}

#cities img.resources {
	margin-left: 25px;
	margin-top: 25px;
}

#cities ul {
	color: #8c8c8c;
	list-style: none;
	margin-left: 25px;
}

#cities li {
	margin-top: 15px;
}

#cities span {
	color: #2e4190;
	font-size: 1.5em;
}

/*#text
=================================================*/
#text {
	float: right;
	width: 515px;
}

#text a {
	font-weight: bold;
	color: #2e4190;
	text-decoration: none;
}

#text a:hover {
	text-decoration: underline;
}

#text h2 {
	color: #2e4190;
}

/*#side1
=================================================*/
#side1 {
	width: 253px;
	float: left;
	clear: none;
	text-align: justify;
}

#side1 p {
	margin-bottom: 15px;
}

/*#side2
=================================================*/
#side2 {
	width: 250px;
	float: right;
}

#side2 img {
	margin-left: 10px;
}

#side2 img.quote {
	margin-top: 15px;
}

/*#secnav
=================================================*/
#secnav {
	clear: both;
	width: 760px;
	margin-bottom: 20px;
	font-size: 0.75em;
	color: #2e4190;
	padding-bottom: 20px;
}

#secnav a{
	color: #2e4190;
	text-decoration: none;
}

#secnav a:hover {
	text-decoration: underline;
}

#secnav ul {
	list-style: none;
	margin-left: 265px;
}

#secnav li {
	display: inline;
}

#secnav li.selected {
	font-weight: bold;
}


/*#footer
================================================*/
#footer {
	clear: both;
}

#footer address {
	clear: none;
	border-top: 2px solid #2e4190;
	font-style: normal;
	color: #8c8c8c;
	margin-left: 265px;
	padding-bottom: 20px;
}

#footer img {
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}

/*#footer {
	float: left;
	
}*/


/*#copyright
================================================*/
#copyright {
	text-align: center;
	color: #8c8c8c;
	margin-top: 10px;
	padding-bottom: 25px;
}

