@CHARSET "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Euphoria+Script);

* {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

ul{
    list-style: none;
}

#background{
	min-width: 1205px;
	min-height: 852px;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -100;
}

#background img{
	width: 100%;
	height: 100%;
	opacity: 0.3;
}

.header-bar{
	width: auto;
	height: 40px;
	background-color: #25408e;
    top: 40px;
    z-index: -1;
    position: relative;
}

#page{
    position: relative;
    top: -50px;
    width: 1060px;
	margin: auto;
	overflow: auto;
/*    background-color: red;*/
}

#page-title{
    font-family: 'Euphoria Script', cursive;
    font-size: 3em;
    font-weight: bold;
}

.logo{
    float: left;
    width: 100px;
	top: 0px;
	position: relative;
    left: 120px;
    float: left;
}

.logo img{
	width: auto;
	height: 140px;
}

.main-menu{
    float: right;
	margin-top: 10px;
}

.main-menu ul{
    list-style-type: none;
    margin-right: 10px;
}

.main-menu ul li{
    float: left;
    padding-left: 25px;
}

.main-menu a{
    font-size: 1.3em;
    text-transform: uppercase;
    line-height: 2.4em;
    color: #25408e;
    text-decoration: none;
}

.main-menu a:hover{
    text-decoration: underline;
}

.header-wrapper{
	margin-left: 245px;
    position: relative;
}
.header-wrapper h1{
	margin-top: 48px;
	color: #fff;
	font-size: 2.6em;
}

.header-wrapper h2{
	margin-top: 15px;
	font-size: 1.2em;
    font-weight: normal;
}

.content{
    clear: left;
    overflow: auto;
}