body
{
	margin: 10px;
	padding: 10px;
	line-height: 2.0em;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #401010;
	background: #ccb89d url(../images/bg.jpg) repeat;
}

a:link
{
	color: #104040;
	text-decoration: underline;
	font-weight: bold;
}

a:visited
{
	color: #082020;
	text-decoration: underline;
	font-weight: bold;
}

a:active
{
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	color: #c00000;
	text-decoration: underline;
	font-weight: bold;
}
/*
p
{
	margin: 0px;
	padding: 0px;
}
*/
img
{
	margin: 0px;
	padding: 0px;
	border: 1;
}

.main #root
{
	width: 100%;
	height: 100%;
}

.main #container
{
	width: 1024px;
	padding: 20px 20px;
	margin: 0 auto;
}

.main #header
{
	width: 1024px;
	height: 80px;
	background: #000000;
}

/* navbar */
.main #header #navbar
{
	float: left;
	width: 1024px;
	padding: 8px 0px 0px 0px;
	color: #ffffff;
}

.main #navbar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.main #navbar ul li
{
	margin: 0;
	padding: 0;
	display: inline;
}

.main #navbar ul li a
{
	float: left;
	display: block;
	width: 100px;
	height: 38px;
	padding: 12px 0px 0px 0px;
	margin: 8px 10px 0px 0px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #337662;
	background: #ccb89d;
}

.main #navbar li a:hover,
.main #navbar li .current
{
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	background: #000000 url(../images/button_1.gif) no-repeat;
}
/* end of navbar */

/* content */
.main #content_top
{
	height: 20px;
}

.main #content_bottom
{
	height: 20px;
}

.main #content
{
	clear: both;
	height: 800px;
	padding: 20px 20px;
/*	background: #000000 url(../images/noise.jpg) repeat;*/
	background: #ccb89d url(../images/DSC_0049.jpg) no-repeat;
}
/* end of content */

/* footer */
.main #footer
{
	clear: both;
	padding-left: 20px;
	text-align: left;
	color: #ffffff;
}

.main #footer a
{
	font-weight: bold;
	text-decoration: none;
}
/* end of footer */
