* {
	margin: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #E1E1E1;
	background-image: url(../images/bg_obsh2.gif);
	background-repeat: repeat;
}
#wrapper #logo {
	height: 35px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#wrapper #headerimg {
	height: 288px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	background-color: #0B0B0B;
	height: 35px;
}
#wrapper #left  {
	width: 750px;
	float: left;
	background-repeat: repeat-x;
	background-image: url(../images/backgroundG.gif);
}

#wrapper    #bodyarea #left a{
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#wrapper #bodyarea #left a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
#wrapper #bodyarea #left #aboutImg {
	float: left;
	height: 165px;
	width: 165px;
	background-image: url(../images/about.JPG);
	margin-top: 80px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}


#wrapper #right  {
	width: 150px;
	float: right;
	background-image: url(../images/backgroundG.gif);
	background-repeat: repeat-x;
}

#wrapper #bodyarea #footer  {
	clear: both;
	height: 100px;
	background-image: url(../images/background2G.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: justify;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.copiright {
	text-decoration: none;
	text-align: center;
	display: block;
	vertical-align: text-bottom;
	color: #F3F3F3;
}

.logo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	text-transform: capitalize;
	color: #333;
	font-weight: bold;
	line-height: 35px;
	text-decoration: none;
	margin-left: 20px;
}

