/* ---------- CSS Created by Bean Creative Funktional Web Design ---------------*/
/* ----------                  http://www.beancreative.com                   -------------*/
  

html {
	background:#fff;
}

body {
	background-image:url(../images/body_gradient.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
	width:962px;
	background-color:#FFF;
	border:1px solid #dbdbdb;
	margin:0 auto;
}

#header {
	width:920px;
	height:110px;
	margin:0 auto;
	background:#fff;
	position:relative;
}

#navWrapper{
	background-image:url(../images/nav_background.jpg);
	background-repeat:repeat-x;
	width:920px;
	margin:0 auto;
	/*--Top right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Tottom left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

#contentWrapper {
	width:920px;
	margin:0 auto; 
}

#mainContent {
	width:920px;
	margin:0 auto;
	padding-top:25px; 
}

#featureArea{
	width:920px;
	padding-top:25px;
	height:168px;
	margin:0 auto;
	background-image:url(../images/featurearea_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
}


#leftColumnWrapper{
	width:605px;
}

#drugWrapper{
	width:605px;
	height:365px;
}

#twitter{
	width:605px;
}

#topTenDrugs{
	width:290px;
	float:left;
	display:inline;
}

#topTenTreatments{
	width:290px;
	float:left;
	margin-left:25px;
	display:inline;
}

#rightColumn {
	width:290px;
	float:right;
	display:inline;
    margin:0 0 25px 0;
	margin-left:20px;
}

#firstMainCol {
	width:290px;
	float:left;
	display:inline;
	margin:0 0 25px 0px;
}

#secondMainCol {
	width:290px;
	float:left;
	display:inline;
	margin:0 0 25px 25px;
}

#ratedDrugs{
	margin:0 auto;
	width:290px;
}

#ratedDrugsBasic{
	width:290px;
	background-image:url(../images/poll_bg.jpg);
	background-repeat:repeat-y;
}

#poll{
	margin-top:25px;
	width:290px;
	background-image:url(../images/poll_bg.jpg);
	background-repeat:repeat-y;
}



#basicplain{
	margin-top:10px;
	width:290px;
	background-image:url(../images/poll_bg.jpg);
	background-repeat:repeat-y;
}



#rightColumnAd{
	width:290px;
	margin-top:25px;
	text-align:center;
}

#bottomAd{
	background-image:url(../images/bottom_adbg.jpg);
	background-repeat:no-repeat;
	width:960px;
	text-align:center;
	min-height:120px;
	padding-top:20px;
	
}

#footer {
	padding:20px;
	width:920px;
	margin:0 auto;
}


/* MISCELLANEOUS LAYOUT CLASSES */

.floatright {float:right; margin:0 0 10px 20px;}

.floatleft {float:left;	margin:0 20px 10px 0;}	

.alignbottom {vertical-align:bottom;}

.clear{clear:both;}



