﻿@charset "utf-8";
/* CSS Document */

body { behavior:url("csshover.htc"); 
}

*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color:#776153;
}


body{
	/*background:url(../images/bg.gif) repeat-x #fbede2 left -100px;*/
	background:url(../images/bg_cotton.jpg) no-repeat #fbede2 center top;
}


#container{
	width: 775px;
	position:relative;
	margin:0px auto 150px;
	padding-top:1px;
	min-height: 520px;
	top: 80px;
	background:url(../images/bg_main.png) repeat-y;
	z-index:8;
	display:block;
	overflow:visible;
	padding-bottom:115px;
	float:left;
	left:50%;
	margin-left:-389px;
}

#cap{
	background:url(../images/bg_cap.png) no-repeat;
	position:absolute;
	top:-4px;
	left: 0px;
	height:4px;
	width:780px;
	z-index:9;
}

#foot{
	background:url(../images/bg_foot.png) no-repeat;
	position:absolute;
	bottom:-4px;
	left:-2px;
	height:4px;
	width:780px;
	z-index:10;
}

#header {
	width:755px;
	position:absolute;
	top:80px;
	z-index:100;
	left:50%;
	margin-left:-380px;
}

#header img {
	width: 753px;
	position:relative;
	margin:4px auto 0px;
	display:block;
	clear:both;
	border: 1px solid #dd8176;
	height:70px;
	overflow:hidden;

}


#logo {
	position:absolute;
	display:block;
	height:130px;
	width:162px;
	top:78px;
	left: 50%;
	margin-left:-385px;
	background:url(../images/logo.png) no-repeat left bottom;
	overflow:hidden;
	z-index:201;
}

a,
a:visited,
a:visited:hover,
a:hover{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#634543;
}

a:visited:hover,
a:hover{
	color: #660033;
}

#bg{
	display:block;
	width: 751px;
	min-height: 430px;
	position:relative;
	top:110px;
	left:50%;
	z-index:20;
	clear:none;
	margin-left:-377px;
	margin-bottom:0px;
	background:url(../images/bg_pattern.jpg);
	border: 1px solid #da8078;	
	float:left;
}

