body{
	background:url(../images/mybg.png);
}

p{
	font-size:18px;
	text-align:justify;
}

span{
	font-size: 18px;
	font-family:"Courier New", Courier, monospace;	
}

.logoheader{
	background:url(../images/background.jpg) repeat-x;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.slogan{
	font-family:Impact;
    color: #D2A142;
    font-size: 3.5em;
    position: relative;
    top: -5px;
}

.navbar{
	background: url(../images/mybg.png) repeat;
	border: 0;
	font-size: 18px;
	margin-bottom: 0px;
	min-height: 30px;
	position: relative;
	top: -5px;
}

.nav > li > a { padding: 5px 5px; } 

#navbar li{
	width: 220px;
}

.dropdown-menu li
{
    font-size: 15px;
 
}

#navbar a{
	color: #333333;
}
#navbar a:hover{
	color: red;
}

#myCarousel{
	margin-bottom: 35px;
}

.footer{
	background: url(../images/background.jpg) repeat;
	width: 100%;
	height: 120px;
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 150px;
	color: #F2E671;
}

.foottable{
	width: 100%;
	table-layout: fixed;
}

.banner{
	width: 100%;
	color: #fff;
	font-size:3em;
	position: absolute;
	top: 10px;
	left: 50px;
}

#contactlogo{
	background:url(../images/background.jpg) repeat;
}

.dropdown-menu{
	font-size:18px;
	alignment-baseline:central;
}

.footer a{
	text-decoration: none;
}


/*.img-thumbnail{
    background-color: #D2A142;
    border-color: #D2A142;
}*/
