@charset "utf-8";
/* CSS Document */

body {
	text-align: left;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	margin: 0 auto;
	}

a {
	text-decoration: none;
	font-size: 10pt;
	color: #666666;
	}

a:hover {
	color: #d71375;
	}

a img {
	border: none;
	}

img {
	border: 1px solid #ededed;
	padding: 3px;
	}

#container {
	float: left;
	width: 1050px;
	}

#left {
	width: 500px;
	float: left;
	}

#right {
	width: 510px;
	float: left;
	margin-left: 10px;
	}

#leftCol {
	width: 132px;
	height: 494px;
	float: left;
	background: url(../images/left1.jpg) no-repeat;
	}

#rightCol {
	width: 270px;
	float: left;
	}

#leftBottom {
	clear: both;
	float: left;
	height: 127px;
	width: 362px;
	background: url(../images/bottom1.jpg) no-repeat;
	} 

#logo {
	width: 268px;
	height: 104px;
	float: left;
	margin: 50px auto auto 10px;
	}

#butterfly {
	width: 168px;
	height: 162px;
	float: left;
	margin: 40px auto auto 20px;
	background: url(../images/butterfly.jpg) no-repeat;
	}

#topMenu {
	width: 500px;
	height: 20px;
	line-height: 1.4em;
	margin: 10px 0;
	float: left;
	}

#topMenu ul {
	margin: 0 ;
	padding: 0 ;
	}

#topMenu li {
	display: inline;
	padding: 0 10px 0 0;
	}

#topMenu li a{
	font-size: 12pt;
	}

#advertisement {
	width: 503px;
	height: 184px;
	float: left;
	}

#content {
	width: 500px;
	float: left;
	margin: 100px 0 0 0;
	}

#footer {
	width: 590px;
	height: 25px;
	margin-top: -31px;
	padding-right: 5px;
	padding-left: 360px;
	margin-left: 50px;
	float: left;
	padding-top: 5px;
	font-size: 10pt;
	text-align: right;
	vertical-align: bottom;
	color: #FFFFFF;
	background: url(../images/bottomrepeat.jpg) bottom repeat-x;
	}