﻿.main
{
	height: 525px;
	background-image: url('../images/background/home.jpg');
	border-color: #BF311A;
}

.mi_home
{
	border-bottom-width: 9px;
}

.textparagraph 
{
	width: 580px;
}

.menuBox 
{
	float: left;
	text-transform: uppercase;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.menuBox a
{
	background-color: #BF311A;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:  10px;
	padding-bottom: 10px;
	
	color: White;
}

.menuBox a:hover 
{
	text-decoration: underline;
}

