/* CSS Document */
body{
	background-color: #43434b;
	margin: 0px;
	font-size: 62.5%;
	color: #c3c8d5;
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow", Tahoma;
}
p{
	font-size: 1.2em;
	line-height: 1.6em;
}
h1{
	font-size: 1.6em;
	
}
h2{
	font-size: 1.2em;
	
}
ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	font-size: 1.1em;
	line-height: 1.4em;
}
a{
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 1.8em;
	border: 0px 0;
}
#topbox ul{
	margin: 0px;
	padding: 0px;
}
#righttext a{
	font-size: 1em;
	color: #FFFFFF;

}
#topbox ul li{
	margin: 5px 0px;
	height: 35px;
	display: block;
	width: 200px;
}

#topbox {
	background-image: url(../images/top.jpg);
	height: 210px;
	width: 711px;
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
}
#container {
	height: 800px;
	width: 753px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
#textbox{
	background-color: #585f69;
	width: 711px;
	margin-top: 8px;
}
#lefttext{
	margin: 15px 0px;
	width: 280px;
	padding: 20px 20px 40px 22px;
	background-image: url(../images/border.jpg);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
}
#righttext{
	margin: 0px;
	width: 335px;
	padding: 20px 0px 40px 10px;
	float: left;
}
*html #righttext{
	margin: 0px;
	width: 335px;
	padding: 30px 0px 40px 10px;
	float: left;
}

#righttext img{
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.cleaner{
	clear: both;
}
#footer{
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 0px;
	font-size: 1em;
	line-height: 1.2em;
}
#bigtext{
	margin: 0px;
	width: 675px;
	padding: 20px 20px 40px;
}
#home a{
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 200px;
	display: block;
}
#home a:hover {
	background-image: url(../images/home-hover.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 200px;
	display: block;
}
#training a{
	background-image: url(../images/training.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 200px;
	display: block;
}
#training a:hover {
	background-image: url(../images/training-hover.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 200px;
	display: block;
}
#contact a{
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 200px;
	display: block;
}
#contact a:hover {
	background-image: url(../images/contact-hover.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 200px;
	display: block;
}
#links a{
	background-image: url(../images/links.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 200px;
	display: block;
}
#links a:hover {
	background-image: url(../images/links-hover.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 200px;
	display: block;
}
#company a{
	background-image: url(../images/company.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 200px;
	display: block;
}
#company a:hover {
	background-image: url(../images/company-hover.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 200px;
	display: block;
}
input, textarea { 
	border: 1px solid #c3c8d5;
}

#emailcontact{
	border:1px solid #c3c8d5;
	font-family: Tahoma, "Lucida Sans", Arial;
	background-color: #43434b;
	color: #c3c8d5;
	font-size: 1.1em;
	
}
