/* CSS Document */
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a79245;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a79245;
	background-color: #ded9c2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color: #8C7939;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#container
{
	border:	#000000 1px solid;
	width:760px;
	
}

#header
{
	margin-left:29px;
	margin-top:15px;
	margin-right:0px;	
	padding:0px;
}

.ClearFix { display: inline-block; }



/* -- misc --*/

div.clear {
clear: both;
height: 0;
line-height: 0;
}


/* End hide from IE-mac */
#content
{
clear: both;
	background-image:url('../images/layout/bg.jpg');
	background-repeat: no-repeat;	
	background-position: bottom;
	padding:0px;
	width:760px;
	min-height:395px;
}
/* for Internet Explorer */
/*\*/
* html #content {
height: 395px;		
	
}

#logo
{
	float:left;
	background-image:url('../images/layout/logo.jpg');
	width:242px;
	height:55px;
}

#menu
{
	display:inline;
	float:left;
	margin:5px;
}

#home_top
{
	float:left;
	width:760px;
	height:135px;
	background-image:url('../images/content/home_top.jpg');	
}

.column
{
	float:left;
	margin-left:10px;
}


.info
{
	padding:15px;
	color:#05461b;
}

#slogan
{
	opacity:0.0;
}

/* for Internet Explorer */
/*\*/
* html #slogan {
filter:alpha(opacity=0);
}

