/* CSS Document */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

 #wrapper{
	background-color: #f9eecf;
	min-width: 320px;
	max-width: 1024px;
	margin-left:auto;
	margin-right:auto;
	width:98%;
}

.container{
	width: 100%;
	margin:auto;
	overflow:hidden;
}

#youtube{
	background-color: #f9eecf;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin:auto
		
}

/* auto youtube video size below */
 .youtube {
	 position: relative;
	 padding-bottom: 54%;
	 padding-top: 0px; 
	 height: 0; 
	 overflow: hidden;
}

.h_iframe iframe,
.h_iframe object,
.h_iframe embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* auto youtube video size above */

#article p{
	margin-left: 5%;
	margin-right: 5%;
}

#youtubetalk p{
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}

body{
	background-image: url(../images/background.jpg);
	padding:0;
	margin:0;
	font-family:"Georgia", "Times New Roman", "Times", serif;
	font-size:12px;
}



#containerNav
{
	width: 100%;
	height: 40px;
	background-color: #443506;
}

#containerNav ul
{
	Padding:0; 
	list-style: none;
}

#containerNav li
{
	padding-left:20px;
	display:inline;
}

#containerNav a
{
	color:#f9eecf;
	text-decoration: none;
	font-size: 14px;
}

#containerNav a:hover{
	text-decoration: underline;
}

#face{
	position: relative;
	float: right;
	left: -1px;
}

/* #companyTop{
	background-image: url(../images/content-background.jpg);
	background-repeat: repeat-x;
} */

#companyTop h1{
	line-height: 0;
	padding-top: 7px;
	padding-bottom: 0px;
	font-family: "Georgia";
	clear: left;
	clear: right;
	text-align: center;
	font-size: 28px;
}

#companyTop h2{
	line-height: 0;
	padding-top: 10px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 15px;
	text-decoration: underline;
}

#contactTop h1{
	font-size: 15px;
	text-align: center;
	text-decoration: underline;
}

#contactTop{
	background-repeat: repeat-x;
	background-color:#f9eecf;
}

#contactTop p{
	padding-left: 2%;
	padding-right: 2%;
	clear: left;
	clear: right;
	text-align: center;
	font-size: 18px
}

#homeDeclaration{
	padding-left: 5%;
	padding-right: 5%;
}

#main-header{
	clear: left;
	background-color:#F9EFCF;

}

#companyLinks
{
	float: left;
	width: 100%;
	text-align: center;
	background-color:#f9eecf;
}

#companyLinks ul{
	Padding:0; 
	list-style: none
}

#companyLinks li{
	padding: 0px;
	display: inline;
}

#homeDeclaration p{
	font-size: 15px;
}

#underFeed{
	text-align: center;
	text-decoration: underline;
	font-size: 15px;
}


.footer{
	Float:left;
	width:33.3%;
}

.clear{
	clear: both;
}