@charset "UTF-8";
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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
	background-color: #CCC;
}
#container {
	width: 1000px;
	height:827px;
	text-align: left;	/* the auto margins (in conjunction with a width) center the page */
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;	
	
		
	                       /* this overrides the text-align: center on the body element. */
}

#header {
	height:210px;
	width:1000px;
	float:right;
	
	
	
}
#tittle {
	
	background-image:url(images/header.jpg);
	text-indent: -5000px;
	height: 210px;
	margin-top:0px;
	margin-bottom:0px;
	
}



#mainContent {
	min-height:517px;
	width:1000px;
	background-color: #000;
	background-image:url(images/maincontent.jpg);
	margin:0px;
	float:right;	
	
	                        /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#footer {
	height:100px;
	width:1000px;
	background-image:url(images/footer.jpg);
	float:right;
	
}

#logo {
	float:left;
	margin-left:20px;
	padding-top: 6px;	
}

#sidebar {
}




	
p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;	
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fdf40c;
	font-size: 1.3em;
	text-decoration: none;	
}
#footer p {
	font-size: 1.7em;
	padding-left: 30px;
}
#mainContent {
	color: #FFF;
}
h4 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 1px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-align: center;
	margin-top: 40px;
}
#textbox {
	width:300px;
	min-height:400px;
	margin-left: 40px;	
}
	
#contactemail {
	margin-top: 30px;
	width: 150px;
	float: left;
	font-size: 30px;
	margin-left: 40px;
}
#phone {
	width: 400px;
	float: left;
	margin-top: 30px;
	color: #FFF;
	font-size: 30px;
	margin-left: 150px;

}
