﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.8em;
	background-image: url("../images/msfp_event2_02.gif"); 
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #bababa;
}
#masthead {
	width: 700px;
	height: 80px;
	overflow: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url("../images/msfp_event2_01.GIF");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	overflow: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #efefef;
}
#navigation {
	width: 700px;
	height: 90px;
	overflow: hidden;
	background-image: url("../images/msfp_event2_03.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}

#content {
	position: relative;
	float: left;
	width: 430px;
	margin-left: 15px;
	padding: 0 15px 15px 0;
	display:inline;
}

#sidebar {
	font-size: 0.9em;
	color: #696969;
	float: right;
	width: 210px;
	margin-right: 10px;
	padding: 10px;
	display: inline;
}

#footer {
	text-align: center;
	width: 700px;
	height: 100px;
	overflow: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url("../images/fondo_gris.JPG");
	background-repeat: repeat;
/*	background-attachment: scroll;*/
}

/* Masthead Styles */
#masthead h1 {
	text-align: center;
	color: #fff;
	margin: 0px;
	padding: 10px;
}
/* Navigation Styles */

#navigation ul {
	list-style-type: none;
	width: auto;
	margin-top: 15px;
	margin-right: 75px;
	margin-left: 75px;
	padding: 0;
}

#navigation li {
	float: left;
}


#navigation a {
	text-decoration: none;
	color: silver;
/*	display: block;*/
	padding: 8px;
	border: 1px solid #dcdcdc;
/*	background-color: #eff;*/
}



#navigation a:hover {
	text-decoration: none;
	color: white;
/*	background-color: #def;*/
}


/* Content and Sidebar Styles */
h6 {
	color: #ca6;
}
h5 {
	color: #ca6;
}
h4 {
	color: #ca6;
}
h3 {
	color: #ca6;
}
h2 {
	color: #ca6;
}

h1 {
	color: #ca6;
}
/* Sidebar Styles */
#sidebar img {
	border: 1px solid #678;
	padding: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.8em;
/*	color: #678;*/
	margin-top: 0;
	padding-bottom: 0px;
}
#footer a {
	text-decoration: none;
	color: Black;
/*	display: block;*/
	padding: 5px;
/*	border: 1px solid #dcdcdc;*/
/*	background-color: #eff;*/

}
#footer a:hover {
	text-decoration: none;
	color: white;
/*	background-color: #def;*/
}

a {
	color: #456;
	text-decoration: underline;
}

a:hover {
	color: #ca6;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}