@charset "utf-8";

a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: white;
}

img {
	border:none;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:200;
	color: black;
	line-height: 1.5;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 200;
	color: black;
	line-height: 1.5;
}
#header {
	height: 117px;
	background-color: white;
	max-width: 100%;
}

#body {
	margin-left: 10px;
	position: absolute;
	top: 145px;	
	left: 270px;
	width: 83%;
	height: 674px;
	background-color: #c1bb00;
	background-image:url(background.png);
	background-repeat:no-repeat;
	background-position:right;
	margin-right: 10px;
 	
}
 

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	color: #7f7a00;
	position: absolute;
	top: 120px;	
	right:20px;
}

#corner {
	position: absolute;
	top: 0px;	
	left:0px;
}
#corner2 {
	position: absolute;
	bottom: 0px;	
	left:0px;
}


#logo {
	float: left;
	margin-left: 20px; 
}



#montage {
    float: left;
	width: 271px;
	background-color: #7F7A00;
	background-repeat: repeat-y;
	height: 100%;
}

#editable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-style: normal;
	width: 710px;
	padding-left: 40px;
}

.style1 {
	margin-top: .5em;
	font-size: 16px;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.style3 {font-size: 15px}
