/* CSS Document */

#content {
	background-color: #000000;
	float: left;
	width: 900px;

}

.thumbnail{
	padding: 2px 2px 2px 2px;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	float: left;
	width: auto
	margin-right: 0px;
	margin-bottom: 0px;
	}	
	
	
#main{
	float:left;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px;
}

#left{
	float:left;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
	padding: 20px;
}
#right{
	color: white;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float:left;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	color: #FF00FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-bottom: 50px;
}
#content {
	background-color: #000000;
	width: 100%;
	height: auto;
	color: #FFFFFF;
}
#navigation_bg {
	height: 42px;
	width: 100%;
	background-image: url(/assets/img/nav_bg.jpg);
	background-repeat: repeat-x;
}

/* CSS NAV */

.home
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(/assets/img/home2.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 150px;
	height: 42px;
	margin: 0;
	padding: 0;
	float: left;
}

.home a
{
display: block;
color: #000000;
font-size: 11px;
width: 150px;
height: 42px;
display: block;
float: left;
color: black;
text-decoration: none;
}
.error {
	color: #FF0000;
	font-weight: bold;
}

.home img
{
width: 150px;
height: 42px;
border: 0
}


.home a:hover img
{
visibility:hidden
}


.about
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(/assets/img/about2.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 150px;
	height: 42px;
	margin: 0;
	padding: 0;
	float: left;
}

.about a
{
display: block;
color: #000000;
font-size: 11px;
width: 150px;
height: 42px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.about img
{
width: 150px;
height: 42px;
border: 0
}


.about a:hover img
{
visibility:hidden
}

.gallery
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(/assets/img/gallery2.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 150px;
	height: 42px;
	margin: 0;
	padding: 0;
	float: left;
}

.gallery a
{
display: block;
color: #000000;
font-size: 11px;
width: 150px;
height: 42px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.gallery img
{
width: 150px;
height: 42px;
border: 0
}


.gallery a:hover img
{
visibility:hidden
}

.services
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(/assets/img/services2.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 150px;
	height: 42px;
	margin: 0;
	padding: 0;
	float: left;
}

.services a
{
display: block;
color: #000000;
font-size: 11px;
width: 150px;
height: 42px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.services img
{
width: 150px;
height: 42px;
border: 0
}


.services a:hover img
{
visibility:hidden
}






.courses
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(/assets/img/courses2.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 150px;
	height: 42px;
	margin: 0;
	padding: 0;
	float: left;
}

.courses a
{
display: block;
color: #000000;
font-size: 11px;
width: 150px;
height: 42px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.courses img
{
width: 150px;
height: 42px;
border: 0
}


.courses a:hover img
{
visibility:hidden
}






.contact
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(/assets/img/contact2.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 150px;
	height: 42px;
	margin: 0;
	padding: 0;
	float: left;
}

.contact a
{
display: block;
color: #000000;
font-size: 11px;
width: 150px;
height: 42px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.contact img
{
width: 150px;
height: 42px;
border: 0
}


.contact a:hover img
{
visibility:hidden
}


* html a:hover
{
visibility:visible
}





#banner {
	height: 200px;
	width: 900px;
	background-image: url(/assets/img/banner.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}
body {
	background-image: url(/assets/img/bg.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}


