@charset "UTF-8";
/*
Theme Name: Ayurveda
Theme URI: http://www.beesik.com
Version: 1.0
Author: Sjoerd Staal
Tags: Fixed

*/
html {

}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FBEEA0;
}

body {
	background-color: #321404;
}
h2 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 4px 4px 4px 0px;
}
img {
	background: none;
	border: 1px;
	border-color: #FBEEA0;
	border-style: solid;
}
img.alignright {
	padding: 0px;
	float:right; 
	margin:0px 0px 2px 2px;
}
img.alignleft {
	float:left; 
	margin:0 2px 2px 0;
}
img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}
a img.alignright {
	float: right; 
	margin: 0 0 2px 2px;
}
a img.alignleft {
	float: left; 
	margin: 0 2px 2px 0;
}
a img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
a {
	color: #FBEEA0;
	text-decoration: none;
}
a:visited {
	color: #FBEEA0;
}
a:hover {
	color: #FBEEA0;
	text-decoration: underline;
}
a:active {
	color: #CCC;
}
.mainContainer {
	background-image: url(img/bgMain.jpg);
	background-attachment: fixed;
	background-color: #321404;
	background-repeat: no-repeat;
	background-position: center center;
	height: 576px;
	width: 996px;
	border: 4px solid #FBEEA0;
	position: absolute;
	visibility: visible;
	left: 50%;
	top: 50%;
	margin-top:-290px; 
	margin-left: -500px; 
}
.mainContent {
	position: absolute;
	height: 318px;
	width: 447px;
	left: 291px;
	top: 210px;
	overflow:auto;
	padding:5px;
	margin: 0px 0px 10px 10px;
}
.mainMenu {
	font-size: 17px;
	text-transform: uppercase;
	position: absolute;
	height: 317px;
	width: 250px;
	left: 20px;
	top: 210px;
	float: left;
	margin: 0;
	padding: 0;
}

.mainMenu {
	margin: 4px 4px 4px 8px;
	padding: 0px;
}
.mainMenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mainMenu a {
	display: block;
	border-width: 1px;
	margin: 0;
	padding: 2px 3px;
}

.mainMenu a {
	color: #FBEEA0;
	text-decoration: none;
}

.mainMenu a:hover {
	color: #FBEEA0;
	background: #321404;
}



