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

body {
	background-image: url(img/1.jpg);
	background-color:#a11f07;
	background-position:top;
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	width:100%;
	}

.t1 {
	background-image:url(img/2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width: 100%;
	height: 100%;
	}

.t2 {
	background-image:url(img/3.jpg);
	background-repeat:repeat-y;
	height: 100%;
	}

.t3 {
	background-image:url(img/4.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height: 100%;
	width:100%;
	}



.topmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	padding:2px;
	text-decoration:none;
	}

.topmenu:hover {
	text-decoration: underline;
	}
	
.leftmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#520100;
	padding-left:4px;
	line-height:20px;
	text-decoration:none;
	}

.leftmenu:hover {
	color:#000000;
	text-decoration: underline;
	}

.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	color:#520100;
	vertical-align:top;
	}
	
.topcontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#a11f07;
	padding:2px;
	text-decoration:none;
	}

.topcontent:hover {
	text-decoration: underline;
	}
	
.style2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #A11F07;
}

