img {
	border: none;
}

#content ul
{
/*	margin-left: -26px;*/
}

html
{
	padding: 0;
	margin: 0;
}

body {
/*	font-size: 12px;*/
	font-size:62.5%;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #222;
	background-color: #f5d29f;
	background-image: url(../images/bg.jpg);
}

#wrap
{
	margin: 0 auto;
	width: 799px;
	height: 605px;
/*	background-color: #FFF;*/
	overflow:hidden;
	background-image: url(../images/bg-winter.jpg);
}

#box
{
	position: relative;
	width:799px;
	height:453px;
	padding-top:152px;
}

	#contentbox
	{
		position: relative;
		float: left;
		width: 305px;
		height: 450px;
		padding-left: 22px;
/* 		background-color: #33caeb; */
		overflow: hidden;
		font-size: 1.2em;
		line-height: 1.4em;
	}
	
	#imagesbox
	{
		position: relative;
		float: left;
		width: 240px;
		height: 450px;
/* 		background-color: #33c; */
		margin-left: 20px;
		overflow: hidden;
	}
	
	#imagesbox img
	{
		border: 1px solid #f2e9dc;
	}

#menu
{
	position: relative;
	float:left;
/*	margin-top: 27px;*/
	width:210px;
	height: 450px;
	margin: 0;
	padding: 0;
/*	background-color: #FF0000;*/
/* 	font-family: "Helvetica Neue", Arial, sans-serif; */
}

	#menu ul
	{
		height: 36px;
/*		background-color: #FF00FF;*/
		padding: 0px 0 0 22px;
		margin: 0px 0 0 0px;
	}
	
	* html #menu ul
	{
/*		margin-left: 0px;*/
	}
	
	#menu li
	{
		list-style: none;
		padding-bottom: 0.4em;
	}
	
	#menu a
	{
		font-size: 1.3em;
		font-weight: 100;
		text-transform: uppercase;
		color: #f2e9dc;
		text-decoration: none;
	}
		#menu a:hover, #menu li.current a
		{
			color: #F6D2A0;/*b99d76*/
		}
	
	#menu ul li
	{
		padding-right: 56px;
	}

/*** CONTENT ***/

h1,h2,h3,h4
{
	clear: both;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 200;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

h1
{
	font-size: 1.8em;
	padding: 0 0 6px 0;
	color: #b26c39;	
/*	text-indent: -22222px;*/
	overflow: hidden;
}

h2
{
	font-size: 1.2em;
	padding: 0 0 5px 0;
/*	text-indent: -22222px;*/
	color: #b26c39;
	overflow: hidden;
}

#contentbox a
{
	color:#000;
}

#contentbox a:hover, #contentbox a:active 
{
	color:#b26c39;
}
