body {
	margin: 0 0 0 0;
	background: black;
	color: white;
}

a {
	color: white;
	text-decoration: none;
}

.homepage {
	background: url(/logo/signature.jpg);
}

.tudorname {
	color: #33CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30pt;
}

.floatingleft {
	float: left;
	padding: 5px;
}

.homepagework {
	text-align: center;
	float: left;
}

.panoramawork {
	text-align: center;
	float: left;
	height: 200px;
}

.homepagetitle {
	text-align: center;
	width: 100%;
}

.spacer {
  clear: both;
}

a:hover {  
	text-decoration: underline
}

H1 {  
	text-align: center;
	font-family: "Times New Roman", Times, serif; 
	font-size: 18pt; 
	font-weight: bold; 
	color: #CCCCCC
}

img {
	border: 0;
}

#main {
	float: right;
	width: 70%;
	padding: 0px 30px 0px 10px;
}

/* #main a {
	color: white;
} */

#mainwithoutmenu {
	padding: 10px 30px 10px 10px;
}

#menu {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 20%;
	height: 100%;
	background: url(/logo/fond1.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

#menu div#logo {
	text-align: center;
}

#menu a {
	text-decoration: none; 
	color: #0000FF
}

#footer {
	text-align: right;
	color: #CCCCCC;
	font-size: 8pt;
}

#footer a{
	color: #D0CCD0; 
	text-decoration: none;
}

#work {
	text-align: center;
}

#work p {
	text-align: left;
}

#work div#sendwork {
	text-align: center;
	background: light-gray;
}