* {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	color: white;
}

body{
	width: 1000px;
	margin: 35px auto;
	background:-moz-linear-gradient(top,#999eff,#0f1588) no-repeat;	
	background-color: #0f1588;
}



header {
	width: 1000px;
	margin: 25px auto;
	padding: 0;
}

div#header {
	padding: 0px;
	background: url("img/webbanner1.png") no-repeat center;
	width: 1000px;
	height: 200px;
	border: solid 3px black;
	margin-bottom: 30px;
}

div#left-top {
	width: 200px;
	height: 130px;
}
div#right-bottom {
	width: 200px;
	height: 100px;
	float: right;
}

div#header h1 {
	margin-top: 15px;
	font-style: itallic;
	color: white;
	text-shadow: black 2px 2px 5px;
	font-size: 30pt;
	border: groove 1px black;
	background-color: #106682;
	text-align: center;
}
div#header h2 {
	margin: 15px;
	font-style: itallic;
	color: white;
	text-shadow: black 1px 1px 4px;
	font-size: 17pt;
	border: groove 1px black;
	background-color: #598dcd;
	text-align: center;
}

div#nav{
	float: left;
	width: 180px;
	margin-right: 35px;
}

div#nav a {
	text-decoration: none;
	color: white;
	text-shadow: black 1px 1px 4px;
}
div#nav ul {
	list-style-type: none;

}
div#top h2 {
	background-color: #106682;
	padding: 10px;
	border-radius: 5px;
	border: #12cdc2 3px outset;
	Font-weight: bold;
	cursor: default;
	margin-bottom: 20px;
	text-shadow: black 1px 1px 4px;

}
div#nav li {
	display: underline;
	background-color: #106682;
	padding: 10px;
	border-radius: 5px;
	border: #12cdc2 3px outset;
	Font-weight: bold;
	cursor: default;
	margin-bottom: 20px;
}	
div#nav li:hover {
	border: #0fb0a7 3px inset;
}

div#nav a:hover {
	color: #0fb0a7;
	text-shadow: none;
}

footer {
	float: bottom;
	background-color: #0f1588;
	clear: both;
}

footer {
	background-color: #3d6fac;
	color: black;
	text-align: center;
	border: solid 2px black;
	clear: both;
	text-shadow: black 0px 0px 3px;
}

article {
	background-color: #598dcd;
	border: solid 2px black;
	float: right;
	width: 700px;
	margin-bottom: 30px;
	padding: 15px;
}

article a {
	color: white;
	text-decoration: none;
	Font-weight: bold;
	text-shadow: black 1px 1px 4px;
}
article h2 {
	text-shadow: black 0px 0px 4px;
	padding-bottom: 5px;
	font-style: itallic;
	background-color: #3d6fac;
	padding: 5px;
	margin: 10px;
	font-size: 20pt
}

article h3 {
	text-shadow: black 0px 0px 4px;
	font-style: itallic;
	background-color: #3d6fac;
	padding: 5px;
	margin: 10px;
	font-size: 15pt;
}
article p {
	font-size: 8;
	margin: 10px;
	margin-bottom: 35px;
}

article blockquote{
	margin: 10px;
	background-color: #5587c4;
	padding: 10px;
} 


.logo-chisalon {
	float: left;
	width: 100px;
	height: 100px;
	clear: both;
	margin-left: 10px;
	margin-bottom: 20px; 
}




















