
@import url(http://fonts.googleapis.com/css?family=Jacques+Francois);


* {
	font-family: 'Jacques Francois', serif;
	color: #3a3a3a;
}

body {
	border: 0px;
	margin: 0px;
}

#bg {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#menubar {
	position: fixed;
	top:0px;
	left:0px;
	width: 13%;
/* 	background-color: white; */
	background: url(../img/trans.png);
	background: -moz-linear-gradient(left , rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(left , rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: linear-gradient(left, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	height:100%;
}

#logo {
	position: relative;
	left: 25px;
	top:15px;
}

#menubar table {
	width: 100%;
	position: relative;
/* 	top: 40%; */
}

a.menu {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10%;
	vertical-align: middle;
	width: 91%;
	font-size: 1.2em;
	text-decoration: none;
	z-index: 2;
	position: relative;
}

a.menu:hover {
/* 	background-color: #fff; */
}

a {
	font-weight:bold;
	color: #202020;
}

#menubg {
	font-size: 1.2em;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
	position: absolute;
	left: 0px;
	top: 0px;
}

h2 {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 2%;
}

.contentbox {
	width: 100%;
/* 	border: 1px solid red; */
}

.contentbox_inner {
	padding-top: 1em;
	padding-left: 3em;
	padding-right: 30px;
	padding-bottom: 30px;
}

.content {
	padding: 7%;
	padding-top: 5%;
    position: relative;
/*     left: 186; */
/*     width: 780; */
    background: url(../img/trans.png);
    background: rgba(255, 255, 255, 0.7);
	border-radius: 20px;
}

h1, h2 {
	color: #202020;
}

#fb_box {
	width: 300px;
	position: fixed;
	top: 50px;
	right: 5px;
	height: 425px;
	display: none;
}

input, textarea, button {
	border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px #DDDDDD inset;
    padding: 0.5em;
    background-color: white;
}

input:focus, textarea:focus {
	border: 1px solid #FF0000;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px #DDDDDD inset;
    padding: 0.5em;
    background-color: white;
}