* {
margin: 0;
padding: 0;
}

body {
/*background: #333 url("images/back.gif") repeat;*/
background-color: #000;
text-align: center;
font: normal 11px/18px Georgia, Times New Roman, Times, serif;
color: #333;
padding-top: 40px;
}

a {
color: #666;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}

#wrapper {
	width: 580px;
	background: #fff url("images/sidebar.gif") repeat-y;
	background-position: 0 0;
	border: solid 10px #fff;
	margin: 0 auto 40px;
	text-align: left;
}

h1 {
	width: 140px;
	height: 45px;
	background-color: #333;
	margin: 1px 1px 1px 0;
	float: left;
	padding-left: 10px;
	color: #fff;
	cursor: default;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
}
.line {
	height: 7px;
	margin-bottom: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


h1:first-letter {
color: #f00;
text-decoration: underline;
}

h2 {
	width: 419px;
	height: 45px;
	background-color: #333;
	float: left;
	font: bold 26px/40px Georgia, Times New Roman, Times, serif;
	padding-left: 10px;
	color: #fff;
	margin-top: 1px;
	cursor: default;
	letter-spacing: 1em;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 11px/24px Georgia, Times New Roman, Times, serif;
display: block;
width: 140px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#current a {
background-color: #333;
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;

}

#sidebar {
width: 132px;
background-color: #ccc;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 10px/18px Georgia, Times New Roman, Times, serif;
padding: 8px;
}

img {
border: none;
}

a img {
display: block;
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
	float: right;
	width: 400px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	clear: none;
}
#content img{
	margin-right: 10px;
}
H3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}


p {
margin-bottom: 20px;
}

p:first-line {
font-weight: bold;
}

#footer {
clear: both;
width: 400px;
margin-left: 163px;
}
form {
	position: relative;
}
.formation {
	display: inline-table;
}
#letter {
	padding-left: 10px;
	height: 100px;
}
#letter a{
	text-decoration: none;
}
#gallerycontent {
	float: left;
	width: 560px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 7px;
	clear: both;
	padding-left: 5px;
}
