 body {
    background-color: #2F0000;
    color: #2F4F4F;
    font-family: Georgia,Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    overflow: auto;
	background-image:  url("http://www.erwandurand.com/PIX/gradientBody.jpg");
    background-position: center 10%;
    background-repeat: no-repeat;
	background-attachment: fixed;
	
}
a:link, a:visited, a:active {
    color: #2F4F4F;
    text-decoration: none;
}
.alert, .alerte {
    color: saddlebrown;
}
.left {
    float: left;
}
.right {
    float: right;
}
form {
    border: 0 solid pink;
    margin: 0;
    padding: 0;
}
select {
    background-color: white;
    border: 1px solid #2F4F4F;
}
.hide {
    display: none;
}
div.container {
    left: 50%;
    margin: 0 0 0 -475px;
    overflow: visible;
    position: relative;
    top: 0;
    width: 950px;
}

div.banner_top {
    background-color: #590E0E;
    background-image: url("http://www.erwandurand.com/PIX/gradientBanner950.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    border: 1px solid #784900;
	border-bottom: 0px;
    height: 90px;
    left: 50%;
    margin: 0 0 0 -475px;
    position: relative;
    top: 0;
    width: 950px;
	-moz-box-shadow: 0px 2px 15px #805721;
	-webkit-box-shadow:  0px 2px 15px #805721;
	box-shadow:  0px 2px 15px #805721;
}
div.home {
    border: 0 solid #BDB76B;
    float: left;
    height: 90px;
    width: 505px;
}
div.home:hover {
    background-color: #8C8773;
	/*microsoft opacity filter*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    opacity: 0.4;
}
div.bottom_banner {
    background-color: #d6e1e2;
    border:1px solid black;
    height: 30px;
    left: 50%;
    margin-left: -500px;
    margin-top: 0;
    position: relative;
    width: 1000px;
    z-index: 1;
	-moz-box-shadow: 0px 0px 5px #6a787b;
	-webkit-box-shadow:  0px 0px 5px #6a787b;
	box-shadow:  0px 0px 5px #6a787b;
}
div.block {
	background: url("http://www.erwandurand.com/PIX/gradientBlockTop950.jpg") repeat-x scroll transparent;
    background-color: #2F0000;
    border: 1px solid #784900;
    left: 50%;
    margin: -5px 0 5px -475px;
    min-height: 550px;
    position: relative;
    width: 950px;
	padding-top: 25px;
	padding-bottom: 45px;
    z-index: 0;
    -moz-box-shadow: 0px 2px 5px #805721;
	-webkit-box-shadow:  0px 2px 5px #805721;
	box-shadow:  0px 2px 5px #805721;
}
div#bottomBlock {
	background: url("http://www.erwandurand.com/PIX/gradientBottomBlock.jpg") no-repeat;
	background-position: center center;
	width: 950px;
	height: 70px;
	z-index: 0;
	position: absolute;
	bottom: 0;
	left: 0px;
	border: 0px solid;
}
div.rand_quote {
    background-color: transparent;
    border: 0 solid #6B6E6D;
    color: #959595;
    font: bold 19px sans-serif;
    margin: -6px 0 -5px 10px;
}
div.rand_quote span {
    background-color: transparent;
    border: 0 solid #6B6E6D;
    font: italic 0.75em sans-serif;
}

div.clear {
    clear: both;
}
.legend, .legendBis, h1 {
    border: 0px solid #BDB76B;
    color: #cda200;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-variant: small-caps;
    font-weight: 100;
    letter-spacing: 5px;
    margin: 0 0 -14px 3px;
	
}
.legendBis {
    font-size: 15px;
}
#text_block {
	background-color: #2f0000;
	background-image: url("http://www.erwandurand.com/PIX/textBlockGradient.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	color: #cdc194;
    border: 0px solid #784900;
    float: right;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 11px;
    margin-top: 13px;
    padding: 5px;
    text-align: justify;
    width: 245px;
    height: 450px;
	/*-moz-box-shadow: 0px 2px 15px #805721;
	-webkit-box-shadow:  0px 2px 15px #805721;
	box-shadow:  0px 2px 15px #805721;*/
}
#welcome .legend {
    text-align: left;
}
#welcome {
    border: 0 solid #BDB76B;
    margin: 0 105px 0 75px;
    text-align: justify;
}
p.textBis {
    border: 0 solid #BDB76B;
    padding: 0 20px;
}
.text {
    border: 0 solid #BDB76B;
    margin: 10px 0;
    padding: 0;
    text-indent: 25px;
}
.suggest_link {
    background-color: #FEFEE9;
    padding: 2px 6px;
}

.suggest_link_over {
    background-color: #cda200;
    color: #FFFFFF;
    padding: 2px 6px;
}
#search_suggest {
    background-color: #a6adb7;
    border: 0 solid #000000;
    left: 91px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 117px;
    z-index: 1;
}

div.galleryBlock {
    background-color: transparent;
    border: 0px solid #6B6E6D;
    margin: 10px 0 10px -6px;
	width: 250px;
    text-align: center;
	color: #FFFFFF;
}
div.galleryBlock .submitLink {
	font-size: 17px;
    background-color: transparent;
    padding: 2px 6px;
	color: #cdc194 !important;
}
div.galleryBlock .submitLink:hover{
	font-size: 17px;
    background-color: transparent;
    padding: 2px 6px;
	color: white !important;
}
div.galleryContainer {
    height: 418px;
    margin-top: 22px;
    overflow-x: hidden;
    overflow-y: auto;
}
.galleryContainer.legend {
    margin-bottom: -5px;
    text-align: right;
}
span.in_bottom_banner {
    border: 0 solid black;
    height: 18px;
    left: 30px;
    margin: -9px 0 0;
    position: absolute;
    top: 50%;
}
span.in_bottom_right_banner {
    border: 0 solid black;
    height: 18px;
    margin: -8px 0 0;
    position: absolute;
    right: 75px;
    top: 50%;
}
div.footer {
    background-color: #d6e1e2;
    border: 1px solid #6B6E6D;
    height: 30px;
    margin: 30px 0 0 -500px;
    position: absolute;
	left: 50%;
	bottom: 10px;
    width: 1000px;
}
.footerBis {
    background-color: transparent;
    border: 0 solid;
    color: saddleBrown;
    left: 50%; 
    margin: 8px 0 0 -278px;
    position: relative;
	top:-30px;
    text-align: center;
    width: 556px;
}
.footer span {
    border: 0 solid black;
    float: right;
    height: 18px;
    margin-top: 8px;
}
#langSwitch {
    margin-right: 25px;
}
#solar {
    float: left; 
    height: 18px;
    margin: 8px 0 0 25px;
}
.submitLink, .submitLink_bis {
    background-color: transparent;
    border: medium none;
    color: #FFFFEE !important;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    overflow: visible;
    padding: 0 0.25em;
    text-decoration: none;
    width: auto;
}
.submitLink {
    color: #FFFFEE;
}
.submitLink_bis {
color: darkSlateGrey !important;
} 
#news .submitLink {
    color: #E0E0E0;
}
div.banner_top span {
	color: #fff;
}
.submitLink:hover, .submitLink_bis:hover, .OversubmitLink {
    background-color: #a6adb7;
    color: #FFFFEE;
    text-decoration: none;
	cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    overflow: visible;
    padding: 0 0.25em;
    text-decoration: none;
    width: auto;
}
#Links {
    border: 0 solid black;
    float: right;
    height: 70px;
    line-height: 1.85em;
    margin: -35px 8px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 50%;
}
input[type="text"] {
    background-color: #FEFEE9;
    font: 11px/16px Verdana,Arial,Helvetica,sans-serif;
}
#LoggedInMsg {
    border: 0 solid black;
    left: 50%;
    margin: 5px 0 0 -187px;
    position: absolute;
    text-align: center;
    width: 450px;
}
a:link, a:visited, a:active {
    text-decoration: none !important;
}
.bigBlack {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.smallBlack {
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
}
.smallBlackUnderline {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: capitalize;
}
#langForm {
    border: 0 solid black;
    height: 18px;
    margin: -8px 0 0;
    position: absolute;
    right: 15px;
    top: 50%;
}
#upcomingEvent {
    left: 13px;
    position: absolute;
    top: 665px;
    width: 374px;
}
#flashContent {
	border: 0px solid #ffffff;
	position: relative;
    top: -15px;
	float: left;
	margin-bottom: 15px;
}
