﻿@font-face 
{
  font-family: "Papyrus";
  src: url(http://yoga.webbelief.com/fonts/Papyrus.ttf);
}

body
{
	background-color: #7B2529;
	padding: 0px;
	margin: 0px;
	color: White;
	font-family: Tahoma;
	font-size: 10pt;
}

h1
{
	padding: 0px;
	margin: 0px;
	height: 110px;
	width: 790px;
	background: transparent url(/images/logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	position: relative;
	clear: both;
}

h2
{
	font-family: "Papyrus", Papyrus, Tahoma;
	text-transform: lowercase;
	padding-top: 12px;
	_padding-top: 0;
	clear: both;
}

h3
{
	
	font-family: "Papyrus", Papyrus, Tahoma;
	text-transform: lowercase;
}

#outerDiv
{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#menu ul
{
	display: inline;
	height: 31px;
	width: 790px;
	margin-bottom: 20px;
	clear: both;
}

#menu li
{
	float: left;
	list-style: none;
	height: 31px;
	text-align: right;
}

#menu a:link, #menu a:hover, #menu a:active, #menu a:visited
{
	background-color: #6d211d;
	display: block;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 9pt;
	height: 31px;
	width: 124px;
	border: solid 1px #3A3537;
	border-right: none;
	padding: 4px 4px 0 0; 
	font-size: 14pt;
	font-family: "Papyrus", Papyrus, Tahoma;
	font-weight: bold;
}

/*
#menu  .home
{
	width: 131px;
	background-image: url(/images/menu/home.gif);
	text-indent: -9000px;
}

#menu  .about
{
	width: 131px;
	background-image: url(/images/menu/about.gif);
	text-indent: -9000px;
}

#menu  .courses
{
	width: 131px;
	background-image: url(/images/menu/courses.gif);
	text-indent: -9000px;
}

#menu .projects
{
	width: 131px;
	background-image: url(/images/menu/projects.gif);
	text-indent: -9000px;
}
*/

#menu .contact
{
	border-right: solid 1px #3A3537;
}

#slideshow
{
	width: 244px;
	height: 244px;
	float: left;
	border: solid 1px #3A3537;
	margin-top: 20px;
}

#news
{
	width: 224px;
	min-height: 144px;
	border: solid 1px #3A3537;
	background-color: #6D211D;
	margin-top: 20px;
	padding: 10px;
	float: left;
}

#column1
{
	clear: both;
	width: 772px;
	margin-top: 20px;
	margin-right: 20px;
}

#column2
{
	width: 506px;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
}

a:link, a:hover, a:active, a:visited
{
	color: White;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

