﻿body {
	background-color: #222222;
	margin:auto;
	text-align:center;
	}
a {
	color:#40898f;
	text-decoration:none;
}
a:hover {
	color:#97d202;
	text-decoration:underline;
}

#container {
	width:775px;
	border: 1px solid #454545;
	margin:auto;
	background-repeat:repeat-y;
	background-image:url('../images/content.jpg');
	background-color:gray;
	direction:ltr;
}
#content {
	width:775px;
	height:0px;
}
#divleft {
	float:left;
	width:100px;
}
#divleft img {
	float:right;
	width:51px;
	height:112px;
	margin:10px 0 0px 0;
}

#divright {
	float:right;
	width:650px;
}
#divright h1{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:25px;
	color:#7bffd5;
	text-align:left;
	margin:10px 30px 15px 15px;
}

#divright h2{
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-size:17px;
	color:#40898f;
	text-align:left;
	margin:0 0 10px 15px;
}
#divright h3{
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-size:17px;
	color:#40898f;
	text-align:right;
	margin:0 15px 10px 0;
}
#divright h4{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	color:#7bffd5;
	text-align:left;
	margin:10px 30px 15px 15px;
}

#divright p{
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-size:15px;
	color:#FFFFFF;
	text-align:justify;
	margin:0px 30px 15px 15px;
}

#footer {
	width:775px;
	height:80px;
	background:gray url('../images/footer.jpg') no-repeat;
	clear:both;
}

#footerleft {
	float:left;
	width:95px;
	margin-top:10px;
}
#footerright {
	float:right;
	width:650px;
	margin:10px 15px 0px 15px;
	color:#736D5B;
}
#footerrightright {
	width:95px;
	float:right;
}
.img {
	width:95px;
	height:60px;
}
#footerrightleft {
	width:550px;
	float:left;
	margin-top:10px;
	
}


