*{
	margin: 0;
	padding: 0;
}
body{
    font-family: arial;
	font-size: 12px;
	background: url('images/bg.gif') repeat;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
}

h1 {    
    background-color:#CCC;
    border: 1px solid;
    color:#39F;
    text-align: center;
}
table{
    background-color: #F60;
    border: 1px solid #39F;
    width: 100%;
}
td{
    border: 0px;
    text-align: center;
}
p{
    color:#3c3c3c;
}

#wrapper{
	width: 800px;
	margin: 10px auto;
	z-index:999;
}

@media screen and (max-width: 880px){
	#wrapper{
		width: 85%;
	}
}

.navbar-brand{
	height:80px;
}

#header_bg{
	position: absolute;
	top:0;
	height:152px;
	width:100%;
	background: url('images/header_bg.png') repeat-x;
	z-index:-1;
}

#logo{
	height:99px;
	width:161px;
	background: url('images/logo.png') no-repeat;
}

#menu{
	/* width:100%; */
	height: 56px;
	float:right;
	background: url('images/menu_bg.png') repeat-x;
	margin-top: 30px;
	line-height: 56px;
	font-weight: bold;
	text-align: right;
}

#menu a{
	color: #fff;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size:15px;
}

.navbar-nav>li>a{
	line-height: 56px;
}

#menu a:hover{
	color: #ff0000;
}

#slide{
	margin-top:25px;
	margin-bottom:-30px;
	width:100%;
	position:relative;
}

#content{
	position:relative;
	width:100%;
	background: #fff;
	margin-top:25px;
	/* padding: 10px; */
}

.section{
	/* float:left; */
	/* width:250px; */
	/* margin: 5px; */
}

.section h1{
	background: #303030;
	color: #fff;
	text-align:left;
	padding:5px;
	font-size: 15px;
	text-transform: uppercase;
}

.section p{
	/* padding:10px; */
	text-align: justify;
	line-height:1.5em;
}

.section ul{
	margin:0;
	padding-left: 25px;
	list-style-type: square;
	padding-top: 10px;
}

.section li{
	line-height:1.5em;
	color: #3c3c3c;
}