* html #contact
{
position:absolute;
}
* html #contact1
{
position:absolute;
}

* html #footer
{
margin-top:180px;
}
p
{
text-indent:25px;
text-align: justify;
}
* { 
	padding: 0; margin: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff url("images/bg.gif") repeat-y left;
	font: 14px Arial;
}
strong
{
	font-weight: normal;
}


a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.imgright {
  	margin: 5px 0px 5px 5px; 
	float: right;
}
.imgleft {
  	margin: 5px 5px 5px 0px;
	float: left;
}

#wrap {
	background: url("images/bg_wrap.gif") repeat-y right;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");
}

#header {
	width: 100%;
	background: url("images/top.jpg") repeat-x top right;
	height: 206px;
}

#headmenu {
	float: left;
	font: 15px Arial;
	position: absolute;
	top: 180px;
	left: 25px;
}

#headmenu a {
	color: #000;
}

#headmenu a:hover {
	text-decoration: none;
}

#header img{
	border: none;
}

#content-wrap {
	background: url("images/content-bg.gif") repeat-x top right;
	height: 50px;
}

#leftside {
	width: 100%;
	margin-right: -100px;
	float: left;
            padding-bottom:8px;
}

#wrap1 {
	margin-right: 100px;
}

#content {
	margin-left: 300px;
}

#content 
{
	padding: 50px 0 10px 20px;
	font-size: 24px;
}

h1
{
            text-align: center;
	font: 20px Arial;
}

b
{
font: 16px Arial;
	margin: 0 1px 5px 1px;
font-weight: solid;

}


#content p {
	padding: 0 5px 10px;
}


#left {
	width: 300px;
	float: left;
}

#leftside ul {
	float: left;
	margin: 75px 25px 30px 25px !important;
	margin: 75px 0 30px 12px;
	list-style: none;
	border-top: 1px solid #999;
	width: 250px;
}

#leftside li {
	border-bottom: 1px solid #999;		
	padding-top: 2px;
	padding-bottom: 2px;
}

#leftside li a {
	margin-left: 20px;
	text-decoration: none;
	font: 20px Arial;
	color: #333;
	letter-spacing: 0.2px;
	display: block;
}

#leftside li a:hover {
	color: #000;
}

#leftside h2 {
	text-align: center;
	font: 20px Arial;
	border-bottom: 1px solid #999;
	margin: 0 25px 15px 25px;
	padding-bottom: 10px;
	width: 250px;
}

#leftside p {
	margin: 0 25px 15px 25px;
}

#contact {
	background: url("images/contact.jpg") no-repeat;
	width: 171px;
	height: 132px;
	postition: relative;
	margin: 40px 0 0 100px;
	line-height: 20px;
	font-size: 12px;
}

#contact p {
	padding: 40px 10px 10px 0;
}

.icq {
	line-height: 20px;
	padding: 0;
	position: relative;
	top: 4px;
}

#rightside {
	float: right;
	width: 100px;
	padding-top: 40px;
}

#rightside img {
	float: right;
	margin: 5px 6px 5px 6px;
}

#copyright {
	float: right;
	background: url("images/copyright.gif") no-repeat left bottom;
	position:relative;
	bottom: 180px;
	width: 89px;
	height: 114px;
}

#footer {
	height: 109px;
	width: 100%;
	clear: both;
	background: url(images/copyright.gif) no-repeat bottom right;
	min-width: 1000px;
}

#footer p{
	width: 100%;
	position: absolute;
	margin-top: 50px;
	padding: 5px 0 5px 0;
	font-size: 12px;
	border-top: 1px solid #999;
	min-width: 1000px;
}

#footer span {
	margin-left: 320px;
}

.spacer {
	clear: both;
	height: 1px;
}

.left {
	float: left;
	position:absolute;
}

.right {
	float: right;
}
