body {
    line-height: 2.1;
    margin-bottom: 100px;
}

.content {
	margin: 40px 10px 10px 10px; 
	background: #fff;
}

#main-container {
	background: url("../images/background.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
    min-height: 500px;
    width: 1000px;
}

.btn {
    border-radius: 0px;
}

.dancing_script {
	font-family: 'Dancing Script', cursive;
}

h1.dancing_script {
    display: inline-block;
    margin-top: 15px;
    padding: 4px;
	background-color: #428bca;
    color: #fff;
}

.left-box {
	border-right: 1px solid #ddd;
}


.right-box {
	border-left: 1px solid #ddd;
}


.content h1, .content h2, .footer h3 {
    border-bottom: 1px solid #ddd;
    color: #428bca;
}


.footer {
border-top: 1px solid #e7e7e7;
    bottom: 0;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 25px;
    padding-top: 3px;
    width: 1000px;
}	

.border-top {
	border-top: 1px solid #ddd;
}

.red {
	color:red;
}
.carousel-caption {
  background: rgba(71,92,119,.7)!important;
}

.home-page-content h2 {
	font-size: 24px!important;
}

#contact-us-top {
    text-align: center;
    background: rgb(66, 139, 202) !important;
    color: white;
}


#contact-us-top a { color: white!important; text-decoration: none; border-bottom: 1px dotted white; }