html, body {
  padding: 0;
  margin: 0;
}

body {
  font-size: 100%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #444;
  background: #630;
  text-align: center; /* hack to centre wrapper in IE (see wrapper) */
}

#wrapper_1 {
  width:  965px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* hack to centre wrapper in IE */
  background: #ffffff url(graphics/french-flag-background.gif) repeat-y top;
}



/* @group Content */

#content {
	display: inline;  /* End IE hack */
float: left;  width: 514px;
margin-left: 180px;
  padding: 7px;
}

/* @end */


/* @group paragraphs */

p, Li, Blockquote {
  font-size: .76em;
  line-height: 1.3em;
}

p a {
  font-size: 1em;
}

center p  a {
  font-size: 1em;
}

center a {
  font-size: .76em;
}

ul li li {
  font-size: 1em;
}

ul li a {
  font-size: 1em;
}


a:hover {
  color: red;
}


/* @end */

/* @group h1,2,3 */

H1 {
  font-size: 1.6em;
  color: #ff6600;
  font-style: italic;
  letter-spacing: 3px;
  text-align: center; 
  margin-top: 20px;
  margin-bottom: 0px;
}

H2 {
  font-size: 1.2em;
  color: #060;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}

H3 {
  font-size: 1em;
  color: #ff6600;
  margin-bottom: 5px;
}

H4 {
  font-size: .9em;
  color: #006600;
  margin-bottom: 5px;
}

/* @end */

img.photo_border {
  border: 2px #006600 solid;
}

.photo-labels {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

/* @group Left Sidebar */

#left_sidebar {
display:inline;
  float: left; 
  width: 169px;
  margin-left: -700px;
  }
  
.sidebar_links {
  list-style-image: url(images/arrow.gif);
  font-size: 1em;
  padding-left: 1em;
  margin-left: 1em;
  margin-top: 0px;
}

.sidebar_links li a {
  color: #004400;
  font-size: 1em;
  text-decoration: none;
  line-height: 1.5em;
}

.sidebar_links a:hover {
  color: #cc0000;
}
  
/* @end */

/* @group Right Sidebar */

#right_sidebar {
display:inline;
  float: right; 
  width: 200px; 
}

/* @end */




/* @group footer */

#footer {
	text-align: center;
	margin-left: 200px;
	width: 500px;
clear:  both;
background-color: #ffffff;
}

/* @end */
