
/* CSS Document */

body
{
	background-color:#000000;
	margin:0px auto;
}

h2
{
	font-family:tahoma;
	color:#999977;
	padding-left:10px;
	padding-top:10px;
}

p
{
	text-indent:30px;
}

#main
{
	background:url('../images/main.jpg');
	background-color:#999674;
	width:900px;
	height:auto;
	margin:0px auto;
	background-repeat:no-repeat;
}

#container
{
	width:807px;
	height:auto;
	margin:0px auto;
	padding:140px 0px 0px 0px;
}

#header
{
	width:803px;
	height:284px;
	overflow:hidden;
}

#nevigation
{
	background-image:url('../images/nevigatior.png');
	width:807px;
	height:40px;
	margin:0px auto;
}

#conatainer_bg_top
{
	background-image:url(../images/container_bg_top.jpg);
	width:778px;
	height:auto;
	background-repeat:repeat-y;
	margin:0px auto;
	overflow:hidden;
}

#conatainer_bg_bottom
{
	background-image:url(../images/container_bg_bottom.png);
	width:780px;
	height:28px;
	margin:0px auto;
	overflow:hidden;
	background-repeat:no-repeat;
}

#conatiner_content
{
	width:418px;
	height:500px;
	background-color:#dcd9c6;
	float:left;
	border:#757a69 solid 3px;
	margin:15px 0px 0px 10px;
	overflow:scroll;
}

#conatiner_content_features
{
	width:700px;
	height:500px;
	background-color:#dcd9c6;
	float:left;
	border:#757a69 solid 3px;
	margin:15px 0px 0px 30px;
	overflow:scroll;
}

.text
{
	font-family:tahoma;
	font-size:12px;
	text-align:justify;
	color:#5d5f58;
	padding:0px 10px 20px 10px;
}


.text_contact
{
	font-family:tahoma;
	font-size:12px;
	text-align:justify;
	color:#63632d;
	padding:0px 10px 20px 10px;
}

.menuitems
{
	font-family:Corbel;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
	padding:10px 0px 0px 43px;
	text-align:center;
}

.menuitems a:link
{
	color:#FFFFFF;
	text-decoration:none;
}

.menuitems a:visited
{
	color:#FFFFFF;;
	text-decoration:none;
}

.menuitems a:hover
{
	color:#F1DDAE;
	text-decoration:none;
}

#left
{
	width:428px;
	height:auto;
	float:left;
}

#right
{
	width:300px;
	height:auto;
	float:left;

}

#right_background
{
	width:260px;
	height:410px;
	float:left;
	background-color:#DCD9C6;
	margin:25px 0px 0px 35px;
	padding-left:8px;
	border:#757a69 solid 3px;
}

.text_footer
{
	font-family:tahoma;
	font-size:12px;
	text-align:center;
	color:#f4f8e9;
	line-height:20px;
}

.text_footer a:link
{
	font-size:12px;
	color:#f4f8e9;
}

.text_footer a:visited
{
	font-size:12px;
	color:#f4f8e9;
}

.text_footer a:hover
{
	font-size:12px;
	color:#747449;
	font-weight:bold;
}


