* {
	margin: 0px;
	padding: 0px;
}
body {
	padding-top: 0px;
	background-image:url('images/bg.jpg');
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	margin-left: auto;
    margin-right: auto;

	text-align: left;
}
a {color: #f5989d;font-size: 12px;}
a:hover {color: #f49ac1;}
.clear{clear:both;}
img
{  border-style: none;
}
p{	
margin: 0px 0px 20px 0px;
line-height: 12px;
font-size: 12px;}
#container {
	margin: auto;
	width:873px;
}
#menu {
	background-image:url(images/menu.png);
	width:862px;
	height:90px;
	position:relative;
}
#menu li{
	position:absolute;
	top:50px;
	
	list-style-type: none;
}
#m01 {left:90px;}
#m02 {left:195px;}
#m03 {left:300px;}
#m04 {left:400px;}
#m05 {left:510px;}
#m06 {left:610px;}
#m07 {left:720px;}
#menu a{
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
}
#menu a:hover {color: #f49ac1;}
#header {
	background-image:url(images/header.png);
	background-repeat:repeat-y;
	width:873px;


}
#welcome {
	width:210px;
	margin: 50px 0px 0px 100px;
	float:left;
	display:inline;
}
#welcome h2{
	margin: 0px 0px 20px 0px;
}
#welcome p{
	width:200px;
}
#middle {
	background-image:url(images/header.png);
	width:873px;
	height:21px;
}
#content {
	background-image:url(images/header.png);
	width:873px;

}
#text {
       width:700px;
      height:auto;
       margin:0px 0px 0px 80px;
}

#left {
	float:left;
	width:435px;
	margin: 0px 0px 0px 85px;
	display:inline;
}
#right {
	float:right;
	width:258px;
	height:auto;
	margin: 0px 62px 20px 0px;
	display:inline;
}
#footer {
        margin-top:-20px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	width:873px;
        height:58px;
      }
#footer p{
	width:873px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	font-size:11px;
}
#footer a{
	font-size:11px;

}
