/* Copyright (C) AceShrinkWrap.com  All rights reserved  */

body {
	background: #EEEEEE url(images/background.jpg);
	font: 12px arial,sans-serif;
	color: #5E5E5E;
	line-height: 150%;
	MARGIN-LEFT: 0px;
	MARGIN-RIGHT: 0px;
	MARGIN-TOP: 10px;
	MARGIN-BOTTOM: 10px;
}

h1 {
	color: #454545;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: capitalize;
}

h2 {
	color: #444;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: capitalize;
}

.MainText {
	font: 14px arial,sans-serif;
	color: #5E5E5E;
	line-height: 150%;
}
.MainText a {
	font: 14px arial,sans-serif;
	color: #5E5E5E;
	line-height: 150%;
	text-decoration: none;
}
.MainText a:hover {
	font: 14px arial,sans-serif;
	color: #C76952;
	line-height: 150%;
	text-decoration: underline;
}

.footer {
	font-size: 10px;
	color: #5E5E5E;
	text-decoration: none;
	text-align: center;
}
.footer a {
	font-size: 10px;
	color: #5E5E5E;
	text-decoration: underline;
	text-align: center;
}
.footer a:hover {
	font-size: 10px;
	color: #C76952;
	text-decoration: underline;
	text-align: center;
}

/*  Navigation Bar  */
.NaviBarMain {
	width: 200px;
}

.NaviBarButtons a {
	color: #000000;
	border: 2px solid;
	background-color: #D69180;
	padding: 2px;
	padding-left: 3px;
	font: 17px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-color: #DCA293 #C76952 #C76952 #DCA293;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: left;
	-moz-box-sizing: border-box; 
}

.NaviBarButtons a:hover {
	border: 2px solid;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	background-color: #C76952;
	border-color: #C76952 #DCA293 #DCA293 #C76952;
	color: #000000;
	text-decoration: none;
}


