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

/* Style Rules for the Divs of the deSante Home Page (deSante.html) */
#ContainerHomePage {
	height: 1025px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	border: thick solid #000;
}
#MenuBarHomePage {
	background-color: #eb97f5;
	float: left;
	height: 1025px;
	width: 200px;
}
#MainFullHomePage {
	float: right;
	height: 1000px;
	width: 1000px;
}
#footer {
	float: right;
	height: 25px;
	width: 1000px;
}

/* Style Rules for the Divs of the deSante SubPages (deSante.html) */
#SubPage {
	height: 1525px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: thick solid #000;
}

#MenuBarSubPage {
	background-color: #eb97f5;
	float: left;
	height: 1500px;
	width: 200px;
}
#MainFullSubPage {
	float: right;
	height: 1500px;
	width:800px;
}



/* Style Classes for the MenuBar of the deSante website */
.deSante_headingStyle {
	color:#630f6d; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
	text-align:center;
}

.deSante_menu {
	color: #630f6d;
	text-align:center;
	font-weight:bold;
	list-style:none;
}
.deSante_menu_li{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.deSante_menu_a{
	background:#630f6d;
	border-radius:30px;
	border: thick solid #630f6d;
	color:#f4ec74;
	font-size:20px;
	display:block;
	width:75%;
	margin-left:15px;
	margin-bottom:2px;
	padding:10px;
	text-decoration:none;
}
