@charset "utf-8";
body {
	background-color: #cbc9ca;
}
#wraper {
	width: 700px;
	clear: both;
	float: none;
	margin: auto;
}
#header {
	background-image: url(images/header.jpg);
	margin: auto;
	clear: both;
	float: none;
	height: 278px;
	background-repeat: no-repeat;
}
#content {
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	margin: auto;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 120px;
}
#oren {
	background-color: #F5F5F5;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: medium dashed #CCCCCC;
}

h1 {
    font-family: "Trebuchet MS";
	font-size: 22pt;
	color: #FF0000;
}
h2 {
    font-family: "Trebuchet MS";
	font-size: 16pt;
	color: #000000;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 120%;
	color: #333333;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9ab3be;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9ab3be;
}

h4 {
	font-size: 16pt;
	font-family: "Trebuchet MS";
	color: #3E668E;
}

h5 {
	font-size: 14pt;
	font-family: "Trebuchet MS";
	color: #B70000;
}

h6 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 120%;
	color: #333333;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B70000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B70000;
}
