/* Generic Styling */

body {
	background: rgb(139,122,122);
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#fff;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

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

/* Structure */

#wrapper {
	width:100%;
	float: left;
	min-width: 1022px;
	background: url(images/background.png) no-repeat;
	font-size:1.20em;
	height: 100%;
	min-height: 766px;
}

#menu {
	position: relative;
	background: transparent;
	height:110px !important; height: 55px;
	line-height:35px;
	padding-top: 10px;
	margin-left: 30px;
	min-width: 945px;
}

#content {
	background: transparent;
	height: 100%;
}

#main {
	color: #666;
}

#footer {
	float:left;
	background: transparent;
	position: relative;
	top: -50px;
	margin-left: 950px;
	max-width: 100px;
	color: #666;
}

#contactfoot {
	float: left;
	background: url(images/bg.png) repeat;
	width: 300px;
	height: 70px;
	top: -70px;
	left: -320px;
	position: relative;
	display: block;
}

.things {
	background: url(images/content.png) no-repeat;
	width: 725px;
	height: 502px;
	display: none;
	position: absolute;
	float: right;
	top: 230px;
	left: 20px;
	color: #666;
}

.things p {
	margin: 70px;
	max-height: 360px;
	max-width: 585px;
	overflow: auto;

}

#clothes {
	background: url(images/clothe.gif) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	float: left;
	top: 20px;
	left: 20px;
	cursor: pointer;
}


/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	background: url(images/menucontrol.png) no-repeat;
	width: 127px;
	height: 86px;
	padding-top: 10px;
	}
#menu li a {
	display:block;
	color:#fff;
	}
#menu li a:hover {

	}
	
html>body #menu li a:hover {
	height: 55px;
}

#gallery {
	float: left;
	position: relative;
}


	

