html,body
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #000000;
}

textarea
{
	width: 800px;
}

img
{
	border: none;
}

h1
{
	color: #204174;
}

h2
{
	color: #204174;
}

td
{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

table.main_layout
{
	width: 100%;
	border-width: 0px;
	border-collapse: collapse;
}

td.logo
{
	width: 218px;
	height: 42px;
}

td.head_rubber
{
	width: 100%;
	height: 42px;
	background-image: url('/themes/hyundai/images/head_rubber.gif');
	background-repeat: repeat-x;
}

td.menu
{
    width:218px;
}

td.content
{
	padding-left: 9px;
    padding-right:9px;
}


td.ads
{
    width:225px;
}

