* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url("./assets/bkg.jpg") repeat-x scroll 1px -35px #FFFFFF;
    color: black;
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;
    font-size: small;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 140%;
    margin: 0;
    padding: 0 1em;
}

#wrapper {
	border : 0px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width:1200px;
}

#navbar {
	width: 1200px;
}

#navbar ul {
	height: 35px;
    list-style-type: none;
    margin: 0 auto;
    padding: 0 0 0 9%;
    text-align: center;
    width: 100%;
}

#navbar li {
	display: inline;
    float: left;
    height: 33px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
#navbar li:hover {
    background: none repeat scroll 0 0 #2F2F2F;
    border-left: 1px solid #474747;
    border-right: 1px solid #474747;
}
#navbar li a {
	color: #FAFAFA;
    float: left;
    font-size: 1em;
    font-weight: bold;
    padding: 10px 25px 0 20px;
    text-decoration: none;
}

#navbar li a:hover {
	color: #f8f8f8;
}

#flashcontent {
	background-color:#FFFFFF;
	width: 1200px;
}

h3 {
	font-size:17px;
	margin-bottom:7px;
}

h4 {
	color:rgb(94, 111, 127);
}

a {
	color: #000000;
	text-decoration : none;
}

