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

html { 
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	line-height: 19px;
	color:#808080;
	overflow: auto;
	background-color: #1c1c1c;
	background-image: url(../img/background.png);
	background-position: top center;
	background-repeat: repeat-y;
}

.left{
	float: left;
}

.right{
	float: right;
}

img{
	border: 0px;
	vertical-align: top;
}

#header ul, #header li, #headerSubmenu ul, #headerSubmenu li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	vertical-align: top;
	float: left;
}

p{
	width: 450px;
	margin: 0 0 10px 0;
	padding: 0;
}

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

a:hover{
	color: #993300;
	text-decoration: none;
}

h1{
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Arial;
	font-size: 16px;
	line-height: 19px;
}

h2{
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

#content{
	margin: 0 auto;
	padding: 0;
	width: 830px;
	text-align: left;
}

#header{
	margin: 25px 0 0 15px;
	padding: 0px;
	width: 660px;
	float: left;
}

#headerHome{
	margin: 0px;
	padding: 0px;
	width: 660px;
	height: 60px;
	float: left;
}

#headerNav{
	margin: 0px;
	padding: 0px;
	width: 660px;
	height: 38px;
	float: left;
}

.headerNavButton{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border: 0px;
	float: left;
}

#headerSubmenu{
	margin: 0 0 0 15px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 660px;
}

#headerLogo{
	margin: 0;
	padding: 0px;
	background-image: url(../img/link2picture_logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 150px;
	height: 150px;
	float: right;
}
* html #headerLogo{
	margin: 0px -10px 0 0;
	padding: 0px;
	background-image: url(../img/link2picture_logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 150px;
	height: 150px;
	float: right;
}
#center{
	margin: 15px 15px 0 15px;
	padding: 15px 0 15px 0;
	width: 800px;
	height: 380px;
	min-height: 380px;
	float: left;
	color: #808080; /*#666666;*/
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.centerHome{
	width: 800px;
	height: 320px;
	float: left;
	margin: 25px 0 0 0;
	padding: 0px;
}

.centerHome img{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.centerHome2picVertical{
	width: 160px;
	height: 320px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.centerHome2picHorizontal{
	width: 320px;
	height: 160px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.centerHome4pic{
	width: 320px;
	height: 320px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#centerPictures{
	margin: 15px 15px 0 15px;
	padding: 15px 0 15px 0;
	width: 800px;
	height: 780px;
	float: left;
	color: #808080; /*#666666;*/
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#center ul{
	margin-bottom: 5px;
}

#center li{
	margin-left: 12px;
}

#center iframe{
	margin: 0 auto;
	height: 660px;
	width: 790px;
}

.michel{
	margin-top: 10px;
}

#footer{
	width: 815px;
	height: 35px;
	color: #666666;
}

#footer li{
	list-style-type: none;
	padding-top:5px;
	margin:0 0 0 14px;
}

