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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #afcbd6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}


#container {
	width: 960px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}


#mainContent {
	width:466px;
	margin: 0px 50px 0px 443px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#textContent {
	padding:18px 22px;
	
}

#textContact {
	padding:18px 22px;
	font-size:11px;
}

#textServices {
	padding:4px;
	font-size:13px;
	
}

#video {position:absolute; top:560px;

}

#enchanted {
	position:absolute;
	top:490px;
	margin-left:-440px;
	width:370px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #3999FF;
}
a:active {
	text-decoration: none;
	color: #1A648F;
}

img {border:none;}



li {
padding:4px 8px 4px 0px;
font-size:11px;
}

#footer {
	color:#576E76;
	font-size:9px;
	font-family: "Trebuchet MS", Arial, sans serif;
	margin:0 auto;
	width:720px;
	position:absolute;
	top:840px;
	left:420px;

}

h3 {
font-size:13px;
font-weight:bold;
padding:0;}
