@font-face {
	font-family: 'ExistenceLightRegular';
	src: url('/media/fonts/existence/existence-light-webfont.eot');
	src: local('existence-light'), 
        url('/media/fonts/existence/existence-light-webfont.woff') format('woff'), 
        url('/media/fonts/existence/existence-light-webfont.ttf') format('truetype'), 
        url('/media/fonts/existence/existence-light-webfont.svg#webfontEeTQbAua') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'MankSans-MediumRegular';
	src: url('/media/fonts/manksans/manksans-medium-webfont.eot');
	src: local('☺'), 
        url('/media/fonts/manksans/manksans-medium-webfont.woff') format('woff'), 
        url('/media/fonts/manksans/manksans-medium-webfont.ttf') format('truetype'), 
        url('/media/fonts/manksans/manksans-medium-webfont.svg#webfontx7CrgzTr') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
    background: url(/media/img/background_gradient3.png) 0% 0% repeat;
	padding:0;
    margin: 0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
}



div#wrapper {
    position: relative;
    /*background: url(/media/img/background_gradient.png) 0% 0% repeat-x;*/
    background-color: #fcfcfa;
    width: 850px;
    border: solid 1px;
    border-top: none;
    padding: 0 40px 0px 40px;
    margin: 0 auto 50px auto;
}

div#content {
    margin-top: 30px;
}

h1 {
    font-family: "Arial";
    font-weight: lighter;
    font-size: 30px;
    text-transform:uppercase;
    color: #c5c5c5;
    margin: 0px 0 40px 0;
    padding: 20px 0 0 0;
}


h2 {
    font-family: "ExistenceLightRegular";
    font-size: 30px;
    font-weight: bold;
    color: #3a2810;
    padding: 20px 0 30px 0;
    border-style: none;
    border-bottom: dashed 1px #3a2810;
}


h3 {
    font-family: "ExistenceLightRegular";
    font-size: 24px;
    font-weight: bold;
    color: #3a2810;
    padding: 20px 0;
    border-style: none;
}
ul#navbar {
    margin: 0px 0px 20px 0px; 
    padding: 0px;
}
ul#navbar li {
    display: inline;
    color: black;
    font-family: "Arial";
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 16px;
}


ul#footer{
    clear: both;
    position: relative;
    /*left: 350px;*/
    margin-top: 40px;
    margin-left: 350px;
    padding-bottom: 30px;
}

ul#footer li {
    display: inline;
    color: #4d4e5f;
    font-family: "Arial";
    font-size: 20px;
    margin-right: 36px;
}

ul#footer li form {
    display: inline;
    margin: 0;
}

ul#footer li form .buttonAsLink_1 {
    display: inline;
    color: #79621c;
    font-family: "Arial";
    font-size: 20px;
    font-weight: bold;

    border: none;
    background: none;
    cursor: pointer;
}

ul#footer li form .buttonAsLink_2{
    display: inline;
    color: #af5434;
    font-family: "Arial";
    font-size: 20px;
    font-weight: bold;

    border: none;
    background: none;
    cursor: pointer;
}

ul#footer li:last-child{
    margin-right: 0px;
}

a img {
    border-color: black;
}


a:link, a:visited {
    text-decoration: none;
    border: none;
}

a:visited {
    color: #8289b3;
}

a:active {

}

a:link{ 
    color: #4d4e5f;
}

a:hover{ 
    color: #af5434;
}

.current{
    color: #4d4e5f;
    font-weight: bold;
}

