@charset "UTF-8";
@import url("layout.css");
@import url("typography.css");
@import url("custom-theme/jquery-ui-1.8.4.custom.css");

html
{
}

body
{
	margin: 0px;
	padding: 0px;
	display:block;
}

div, img
{
	display: block;
}

img
{
	border: 0px;
}

.clearFix
{
	width:100%;
	clear:both;
}


