@charset "iso-8859-1";
html {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial,sans-serif;
	font-size:small;
}
body {
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 100%;
}

h1 {
	font:1.5em Arial, Helvetica, sans-serif;
	margin:0.5em 0;
	padding-left: 11px;
}

h2 {
	font:normal medium Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 0.5em;
	padding-left: 11px;
	color: #0066FF;
}
h1, h2  {
	color:#0066FF;
	}


p {
	line-height:1.5;
	margin:0 0 1em;
}
.style1 {
	font-size: medium;
	color: #0066CC;
}
#main {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background:#FFFFFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}

#shad1 {
	width: 21px;
	position: absolute;
	left: -21px;
	min-height: 100%;
	background-image: url(../images/shad1.png);
}

#shad2 {
	width: 21px;
	position: absolute;
	min-height: 100%;
	right: -21px;
	background-image: url(../images/shad2.png);
}
#canto {
	background-color: #FFFFFF;
	height: 365px;
	width: 200px;
}
#header {
	background-color: #FFFFFF;
	height: 165px;
	width: 550px;
	position: absolute;
	left: 200px;
	top: 0px;
	padding-top: 20px;
}
#menu {
	background-color: #FFFFFF;
	height: 54px;
	width: 550px;
	position: absolute;
	left: 200px;
	top: 185px;
}
#content {
	background-color: #FFFFFF;
	width: 522px;
	position: absolute;
	top: 239px;
	left: 200px;
	padding: 2em 1em;
	text-align: justify;
}
#content p  {
	padding:0em 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}
#footer {
	position:absolute;
	width:100%;
	bottom:0px; /* stick to bottom */
	background:#39606F;
	border-top:6px double #FFFFFF;
	color: #FFFFFF;
}
#footer p  {
		padding:1em;
		margin:0;
	}
