html{
	padding: 0;
	margin: 0;
}

body{
	margin: 0;
	padding: 0;
	font-size:12px;
	color: #363333;
	background: #CC9966;
	background-image:url(../pictures/back.jpg);
	background-position: center;
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	}

	
img{
	border:thin;
	border-color:#996633;
	padding: 0;
	padding-left:5px;
	padding-right:7px;
	margin: 0;
	}
a{
    text-decoration: underline;
	font-size: 12px;
	color: #f11b63;
    }
a:hover{
    text-decoration: none;
	font-size: 12px;
	color: #ba003f;
    }
a.menu{
	color: #802128;
	font: Georgia;
	font-style:italic;
	font-size: 14px;
}

a.menu:hover{
	font-size:14px;	
	color: #c43230;
}
a.menu:visited{
	font-size:14px;	
	color: #802128;
	text-decoration: underline;
}
	
a.h1{
    text-decoration: underline;
	font-size: 16px;
	color: #be4eaa;
    }
a.h1:hover{
    text-decoration: none;
	font-size: 16px;
	color: #7b4ebe;
    }

h1{
	color: #b1282b;
	font-size:19px;
	text-align: center;
}
	
div.container
{
	width:910px;
	margin: 0 auto;
	margin: 0px auto;

}

div.logo
{
	background-image: url(../pictures/header.png);
	background-repeat:no-repeat;
	height: 230px;
	width: 1004px;
	margin: 0px auto;
	behavior: url("../css/iepngfix.htc"); 

}

div.menu
{
	float:left;
	font: Georgia;
	width:259px;
	height:auto;	
	margin-top:30px;
	padding-top:40px;	
	margin-bottom: 40px;
	margin-left: 32px;
	background-image: url(../pictures/menu-line2.jpg);
	background-repeat:repeat-y;
}

div.content
{
	float: right;
}
div.contentb
{
	background-image:url(../pictures/line.png);
	background-repeat:repeat-y;
	width: 550px;
	line-height:18px;
	padding-left:40px;
	padding-right:40px;
	padding-top:20px;
	padding-bottom:60px;
	margin-top:0px;
	margin-left:-25px;
	behavior: url("../css/iepngfix.htc");
}
div.text{
	padding-left:32px;
	padding-right:0px;
}
div.button{
	background-image:url(../pictures/button2.jpg);
	height:37px;
	width:242px;
	padding-top: 5px;
	text-align:center;
	margin-left:2px;
	font-weight: bold;
}

div.cop{
	clear:both;
	
	margin:10px;
	padding-right:20px;
	text-align:center;
	color: #000;
	font-size:12px;
	font-weight: normal;
}

div.data{
font-size:10px;
color: #be4eaa;
}

