/* RESET */
* {
	margin: 0px;
	padding: 0px;
	/* border: none; */
}
img {
	border: none;
}

/* BGR */
html {
	background-color: #FFFFFF;
}
#top {
	background-image: url(../images/bgr-top.jpg); background-repeat: no-repeat; background-position: left top;
}
#menu {
	background-image: url(../images/bgr-menu.jpg); background-repeat: no-repeat; background-position: left top;
}
#button-1 {
	background-image: url(../images/bgr-menu-1.jpg); background-repeat: no-repeat; background-position: left top;
}
#button-2 {
	background-image: url(../images/bgr-menu-2.jpg); background-repeat: no-repeat; background-position: left top;
}
#button-3 {
	background-image: url(../images/bgr-menu-3.jpg); background-repeat: no-repeat; background-position: left top;
}
#button-4 {
	background-image: url(../images/bgr-menu-4.jpg); background-repeat: no-repeat; background-position: left top;
}
#button-5 {
	background-image: url(../images/bgr-menu-5.jpg); background-repeat: no-repeat; background-position: left top;
}

/* FONT */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	font-weight: bold;
}
p {
	font-size: 14px;
	line-height: 18px;
}
a {
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
	font-size: 14px;
}
ul {
	list-style: none;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.link {
	font-weight: bold;
}

/* COLOR */
p {
	color: #717275;
}
a {
	color: #DC211A;
}
a:hover {
	color: #000000;
}
h1 {
	color: #FFFFFF;
}
h2 {
	color: #FFFFFF;
}
h3 {
	color: #DC211A;
}
li {
	color: #FFFFFF;
}
.color {
	color: #FFF000;
}

/* CLASSES */
.left {
	float: left;
}
.right {
	float: right;
}

/* CONTAINER */
#container {
	width: 100%;
	height: 100%;
	text-align: center;
}

/* CONTENT */
#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* TOP */
#top {
	width: 800px;
	height: 101px;
}
#top .left img {
	margin-top: 8px;
}
#top .right {
	margin-right: 16px;
}

/* MENU */
#menu {
	width: 800px;
	height: 33px;
}
#buttons {
	width: 447px;
	height: 33px;
	margin-left: 353px;
}
#buttons a {
	float: left;
	display: block;
	text-indent: -9999px;
}
#button-1 {
	width: 57px;
	height: 33px;
}
#button-2 {
	width: 84px;
	height: 33px;
}
#button-3 {
	width: 101px;
	height: 33px;
}
#button-4 {
	width: 108px;
	height: 33px;
}
#button-5 {
	width: 97px;
	height: 33px;
}

/* MAIN */
#main {
	width: 800px;
}

/* BOTTOM */
#bottom {
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}
#bottom p {
	width: 760px;
	padding-left: 20px;
}

