/***********************************************************
	Basic Markup
***********************************************************/

html, body, * {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

body {
	background: #B0B0B0 url(/images/bg_body.jpg) no-repeat center top;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
}

h1 {
	color: black;
	font-weight: normal;
	font-size: 35px;
	text-shadow: 2px 2px 2px #999;
}

h2 {
	color: black;
	font-weight: normal;
	font-size: 20px;
	text-shadow: 2px 2px 2px #999;
	margin: 17px 0 15px;
}

h3 {}

h4 {}

p {
	margin: 10px 0 7px;
	font-size: 13px;
	text-shadow: 1px 1px 1px #C5C5C5;
	line-height: 1.5em;
}

ul {
	margin: 10px 0 7px;
	list-style: none;
}

li {
}

table {
	margin: 10px 0 7px;
}

table td {
	padding: 5px 10px;
}

a img {
	border: none;
}

label {
	cursor: pointer;
}

.separator {
	margin: 20px 0;
	background: url(/images/bg_separator.gif) no-repeat center center;
	height: 50px;
}


/***********************************************************
	Container
***********************************************************/

#container {
	width: 900px;
	margin: 0 auto;
}


/***********************************************************
	Header
***********************************************************/

#header {
	padding: 30px 0 30px 250px;
}


/***********************************************************
	Main
***********************************************************/

#main:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#main {
  height: 1%;
  background: url(/images/bg_main.gif) repeat-y left;
}


/***********************************************************
	Nav
***********************************************************/

#nav {
	float: left;
	width: 230px;
	font-size: 13px;
	padding: 20px 0;
}

#nav ul {
	margin: 0;
}

#nav li {
}

#nav li a {
	display: block;
	padding: 12px;
	color: #000;
	/*text-shadow: 1px 1px 2px #FFF;*/
	text-decoration: none;
	cursor: pointer;
}

#nav li a:hover {
	background: #8E8E8E;
	cursor: pointer;
}

#nav li strong a {
	background: #464646;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
}

#nav li strong a:hover {
	background: #464646;
}


/***********************************************************
	Content
***********************************************************/

#content {
	float: left;
	width: 630px;
	padding: 10px 20px 20px;
}

#content.textes p {
	text-align: justify;
}

#content a {
	color: #CC170F;
}

#content .gallery:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content .gallery {
  height: 1%;
  margin-left: -5px;
}

#content .gallery .item {
	float: left;
	margin: 0 10px 10px 0;
	background: url(/images/bg_portfolio-item.gif) no-repeat left top;
}

#content .gallery .item img {
	display: block;
	padding: 7px;
}

/***********************************************************
	Sidebar
***********************************************************/

#sidebar {}

/***********************************************************
	Footer
***********************************************************/

#footer {
	padding: 10px 0 10px 250px;
	font-size: 11px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: black;
	text-decoration: underline;
}