@import url("dropdown.css");
@import url("main.css");


/* LAYOUT----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


#maincontent {
float:left;
width:425px;
margin:20px 0 20px 20px;
}

*html #maincontent {
	width:415px;
}


#rightsidebar {
float:right;
width:440px;
min-height:375px;
}

*html #rightsidebar {
	height: 385px;
}





/* RIGHTCONTENTSTYLING----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */




/* General Template------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
#generalsection {
position:relative;
margin:0;
}