body {
	background-color: #ddd;
/*	background-image: url(../images/body_back.png); 	*/
/*	background-repeat: repeat;				*/
/*	background-position: top;				*/
	}

table,td {
	border-style: none;
	padding: 0px;
	}

img {
	border-style: solid;
	border-width: 0px;
	border-color: #ggg;
	}

img.clean {
	border-style: none;
	}

div.title {
	position: absolute;
	top: 5px;
	right: -35px;
	}

b.title {
	position: absolute;
	top: 20px;
	right: -20px;
	align: right;
	}

div.layout {
	position: fixed;
	top: 70px;
	left: 150px;
	width: 350px;
	height: 550px;
	z-index: -1;
	border-style: solid;
	border-width: 1px;
	border-color: #577d94;
	border-spacing: 0px;
	padding: 0px;
/*	background-image: url(../images/layout_back.png);	*/
/*	background-repeat: no-repeat;				*/
/*	background-position: bottom right; 			*/
	vertical-align: top;
	text-align: left;
	background-color: #fff;
	}

div.main {
	position: relative;
	top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	border-style: none;
	background-color: #fff;
	}

div.place {
	width: 350px;
	height: 550px;
	border-style: none;
	border-width: 1px;
	border-color: #ggg;
	padding: 10px;
/*	background-image: url(../images/headfoot_back.png);	*/
/*	background-repeat: repeat;				*/
	background-color: #fff;
	font-size: 10px;
	font-family: verdana,sans-serif;
	}

div.gallery {
	width: 680px;
	height: 550px;
	border-style: none;
	padding: 30px;
	background-color: #fff;
	overflow: hidden;
	}

div.menu {
	position: absolute;
	top: 50px;
	left: 405px;
	border-style: none;
	padding: 10px;
/*	background-color: #fff; */
	vertical-align: middle;
	z-index: 1;
	}


div.nav {
	position: absolute;
	top: 8px;
	left: 130px;
	border-style: none;
	padding: 0px;
/*	background-color: #fff; */
	vertical-align: middle;
	z-index: 1;
	}

p,b,i,h1,h2,h3,h4,h5,h6,a {
	margin: 0px;
	color: #000;
	font-size: 10px;
	font-family: verdana,sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
	}

p:first-letter {
	font-size: 14px;
	font-weight: bold;
	}

h1,h2,h3,h4,h5,h6 {
	margin: 2px 2px;
	font-size: 13px;
	letter-spacing: 2px;
	color: #000;
	}
	
h2,h3,h4,h5,h6 {
	margin: 2px 20px;
	font-size: 8px;
	text-transform: uppercase;
	}

a,a:visited {
	text-decoration: none;
	color: #adb8c4;
	}
	
a:hover {
	text-decoration: underline;
	color: #000;
	}

i.copy {
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #000;
	font-size: 6px;
	font-family: verdana,sans-serif;
	font-weight: lighter;
	}
