
*
	{
	margin:0px;
	padding:0px;
	}

html
	{
	height: 100%;
	}

body
	{
	background-image:  url(http://www.jeanmicheljarre.com/pictures/theme/bg_qksudgdqghjsfddf.jpg);
	background-position:center top;
	background-attachment: fixed;
	text-align: left;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 1em;

	background-color: #fff;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 100%;

}




div {
   font-size: 1em;
}

img {
   border: 0;
}


a,
a:link 
a:active {
   text-decoration: none; 
   background-color: inherit; 
   color: #6079aa; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #6079aa;                /* a different color can be used for visited links */
}


a:hover {

   background-color: #inherit;
   color: #305190;
   text-decoration: underline;
}

div#pagewrapper {

   margin: 0 auto;     /* this centers wrapper */
   max-width: 980px; /* IE wont understand these, so we will use javascript magick */
   min-width: 980px;

}

#main {
	top: auto;
	bottom: auto;
	

}

#mycontent {
   margin-left: 220px;
   margin-right: 50px;
   width: 710px;
}

#mybody {
display:block;
}



p {
	text-align:justify;
	font-size: 0.8em;
	line-height: 1.5em;
}


.light p {
color: #555555;
font-size: 0.7em;
}

h1 {
  color: #6079aa;
  font-size: 1.5em;

}

h2 {
  color: #6079aa;
  font-size: 1.2em;
}

h3 {
  color: #6079aa;
  font-size: 0.9em;
}


strong	{
color: #6079aa;
	font-weight: bold;
}




#footer {
	font-size: 0.5em;
	padding: 0px 0px 0px 0px;
	color: #777777;
	text-align: center;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 0.2em;
	clear:both;
   
}





hr {
color: #ccc;
background-color: #ccc;
height: 1px;
border: 0;
}





div#myTable td{
background-color: #ffffdd;
}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 170px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 30px;
   text-align: left;

}


div#header {

	background: #ddddee;    
}

div#header h1 {
	color: #ffffff;
	font-weight: bold;
	padding: 40px 20px 15px 20px;
	font-size: 6em;
	font-weight: bold;
	text-align: center;
	font-family: Times, serif;
}



#page-table {
    height: 100%;
    width: 100%;
    border-collapse: collapse;

}
#page-td {
    height: 100%;
    padding: 0;
    vertical-align: middle;
}



.menu{
display: inline;
margin: 0px 1px 0px 1px;
padding: 1px 8px 1px 8px;

}

.menu:hover {
background-color: #ffd05e;
}

.menu h1{
padding: 10px 5px 10px 5px;
display: inline;
letter-spacing: 0em;
font-size: 0.9em;
color: #ccc;
text-transform:uppercase;
}

.menu h2{
padding: 4px 5px 8px 5px;
display: inline;
letter-spacing: 0em;
font-size: 1.0em;
color: #ccc;
font-weight: normal;
}


.menu h1 a{
text-decoration: none;
color: #6079aa;
}


.leftmenu{
display: block;
margin: 0px 0px 10px 0px;
padding: 1px 1px 1px 1px;
background-color: #f4f6f9;

}



.leftmenu:hover {
background-color: #305190;

}

.leftmenu h1{
padding: 0px 0px 0px 2px;
display: inline;
letter-spacing: 0em;
font-size: 0.75em;
color: #888888;
text-transform:uppercase;
}




.leftmenu h1 a{
text-decoration: none;
color: #6079aa;
}

.leftmenu h1 a:hover{
text-decoration: none;
color: #ffffff;
}





input {
display: inline;
border:0px solid black;
background-color:#eeeeee;
margin: 0px 0px 5px 0px;
}

textarea {
display: inline;
border:0px solid black;
background-color:#eeeeee;
margin: 0px 0px 5px 0px;
}


input[type=hidden]
{
   display : none;
}


input:focus {
background-color: #ffd05e;
}

input:hover {
background-color: #ffd05e;
}

div.thumbnail{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}

div.myGalCont {
	display: block;
	}
div.spacer {
 	clear: both;
 }
div.mythumbnail{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}

