* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
table tr {
	vertical-align: top;
}
body {
	font-family: georgia;
	background: #090909 url(images/bg_background.jpg) repeat-x;
}
#nav {
	position: fixed;
	width: 277px;
	height: 580px;
	z-index: 100;
	background: url(images/nav.png) no-repeat;
}
#home {
	position:fixed;
	z-index: 130;
	width: 178px;
	left: 0;
	height: 100px;
	margin-left: 70px;
	margin-top: 27px;
}
#container {
	position: absolute;
	/*width: 3000px;*/
z-index: 50;
	height: 550px;
}
#wrapper {
	margin-left: 320px;
	white-space: nowrap;
	height: 560px;
	width: 1200px;
}
#infoWrapper {
	position: absolute;
	margin-left: 340px;
}
#footer {
	float:left;
	margin-top: 20px;
	margin-left: 30px;
	position: fixed;
}
.posts {
	float: left;
	height: 530px;
	font-size: 11px;
	margin-top: 25px;
	background-repeat:repeat;
	color: #7d7d77;
	margin-right: 15px;
	font-style: italic;
	display: inline;
}
.box {
	float: left;
	height: 530px;
	font-size: 11px;
	margin-top: 25px;
	color: #7d7d77;
	margin-right: 15px;
	font-style: italic;
	display: inline;
}
.piece {
	display: inline;
	float: left;
}
.hidden {
	visibility: hidden;
}
.textPost {
	float: left;
	height: 460px;
	width: 155px;
	margin-top: 120px;
	margin-right: 25px;
	font-size: 11px;
	color: #7d7d77;
	font-style: italic;
	display: inline;
}
.posts img {
	border: 15px solid #090909;
}
#block {
	float: left;
	margin-top: 120px;
	margin-left: 75px;
}
#inform {
	position:absolute;
	width: 200px;
	left: 70px;
	margin-top: 340px;
}
.info {
	font-size: 12px;
	font-style: italic;
	line-height: 180%;
	color: #7d7d77;
	list-style-type: none;
}
.info a {
	color: #a9a7a3;
	text-decoration: none;
}
info a:hover {
	color: #d6d4cf;
}
input, textarea {
	display: block;
}

.textPost p {
	white-space: normal!important;
}
p {
	font-size: 11px;
	color: #7d7d77;
	font-style: italic;
	line-height: 130%;
}
a {
	color: #7d7d77;
	text-decoration: none;
}
a:hover {
	color: #7d7d77;
	text-decoration:underline;
}
.active {
	color: #fff;
}
#respect a:hover {
	color: #c0bfb8;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
}
.col1 p {
	margin-left: 25px;
}
b {
	font-weight: normal;
	color: #606060;
}
.column {
	margin-top: 40px;
	margin-right: 50px;
}
.reserved {
	margin-top: 13px;
	line-height: 130%;
}
.email {
	margin-top: 0px;
	line-height: 12px;
}
#nav ul {
	float: left;
}
#nav ul li {
	font-size: 12px;
	font-style: italic;
	line-height: 170%;
	color: #7d7d77;
	list-style-type: none;
}
#nav ul li a {
	text-decoration: none;
	color: #7d7d77;
}
#nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Menu */

#menu ul { 
	margin: 0; 
	list-style: none;
	width: 80px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
} 

#menu ul li { 
	position: relative; 
} 

#menu li ul { 
	position: absolute; 
	left: 80px; /*Set 1px less than menu width */ 
	top: 0; 
	display: block;
	padding-left: 0px;
} 

#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 

#menu ul, li {
	margin: 0;
} 
#menu ul a { 
	display: block; 
	text-decoration: none; 
	color: #555;
	border-bottom: 0; 
} 
#menu ul a:hover { 
	color: #555;  
} 
#menu li ul a { 
	text-decoration: none; 
	color: #888; 
	background: #0a0a0a;
	border-bottom: 0;
	padding: 0;
	margin-top: 0;
	width: 166px;
	height: 22px;
} 
#menu li ul a:hover { 
	color: #fff; 
} 

