* {margin: 0px; padding: 0px;}

body {
	height: 100%;
	color: #000;
	font-family:verdana;
	font-size: 11px;
	text-align: center;
	background:url(../images/landingpage/bg_body.jpg) top center repeat-y;
	visibility:visible;
}

a {color: #FF00FF;text-decoration:none;}

a:hover {color: #820041;}

img {border: none;}

p {margin: 5px 0px 5px; text-align:left; text-align:justify; font-size:11px;}

.clearthis {clear : both;}

#top_container{background:url(../images/landingpage/top_menu.gif) left top repeat-x;}
.topmenu{ width:1000px; height:32px; margin:0px auto; }
.topmenu a{ text-decoration:none; display:inline-block; color:#FFFFFF; text-transform:uppercase; padding:5px 10px 0 10px;}
.topmenu a:hover{ color:#FF00FF;}

#container{ width:1000px; margin:0px auto; border:0px solid #000; overflow:hidden;}

.logoplace{ width:1000px; border:0px solid #000;}
.logoplace img{ padding:25px 0 29px 0; border:none;}

.banner{width:1000px; border:0px solid #eee; margin:0px; overflow:hidden;}
.bannerleft{ width:545px; height:275px; border:3px solid #FFCCFF;  margin:0 0 0 120px;}
.bannerright{width:210px; height:275px; border:3px solid #FFCCFF;  margin:0 105px 0 5px;}

.linker{ width:760px; border:0px solid #eee; margin:0px auto;}
.linker img{ margin:10px 0 10px 0; border:0;}
.linkerleft{ width:378px; height:120px; border:0px solid #FF0000;}
.pos{ display:inline-block; width:307px;}

#footer{ margin:0px auto; text-align:center; margin:5px 0 5px 0;}




/**************************************************************
   Alignment classes
 **************************************************************/

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}
