body, html{

background-color:#000;

margin:0px;

padding:0px;

font-family:Verdana,Arial,sans-serif;

font-size:.9em;

}





#wrapper{

width:1100px;

background-color:#fff;

margin-right:auto;

margin-left:auto;



}



#container{

	min-height:800px;

}



#header{

	height:200px;



}



#content{



width:750px;
padding:0 25px 0 25px;

float:right;

/*float:left;*/ /* uncomment for sidebar on right */

}

#sidebar{

	width:300px;

	min-height:300px;

	float:left;



}



#footer{

	background-color:teal;

	height: 20px;

	clear:both;

}





h1,h2{

margin-top:0px;

padding-top:15px;

	

}



a, a:visited{

	text-decoration:none;

}



a:hover{

	text-decoration:underline;

}



#location{

	font-size:1em;

	padding-left:10px;

	

}

.info{

	color:#00cdcd;

}





.ui-accordion .ui-accordion-content{ overflow:visible !important; }



/*Uploader*/



		#preview{

			height:200px;

			width:200px;

		}

		

/*End Uploader*/		


