body
{
	margin:0;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	color:#333;
}

#container 
{
	position:relative;
	margin:0 auto;
	width:800px;
	height:600px;
}

#header
{
	position:relative;
	display:block;
	float:left;
	width:800px;
	height:208px;
}

#left_header 
{
	position:absolute;
	left:0px;
	top:0px;
	width:148px;
	height:208px;
	background-image:url(images/index_01.jpg);
	background-repeat:no-repeat;
}

#main_header 
{
	position:absolute;
	left:148px;
	top:0px;
	width:477px;
	height:208px;
	background-image:url(images/index_02.jpg);
	background-repeat:no-repeat;
}

#interior_header
{
	position:absolute;
	left:148px;
	top:0px;
	width:477px;
	height:208px;
	background-image:url(images/interior_header.jpg);
	background-repeat:no-repeat;
}

#right_header 
{
	position:absolute;
	left:625px;
	top:0px;
	width:175px;
	height:208px;
	background-image:url(images/index_03.jpg);
	background-repeat:no-repeat;
}

#content 
{
	position:relative;
	display:block;
	float:left;
	width:800px;
	background-image:url(images/mid_tile.jpg);
	background-repeat:repeat-y;
	
}

#text 
{
	position:relative;
	padding-left:160px;
	display:block;
	float:left;
	width:350px;
	height:100%;
	
}


#footer 
{
	position:relative;
	display:block;
	float:left;
	left:127px;
	width:518px;
	height:153px;
	background-image:url(images/index_10.jpg);
	background-repeat:no-repeat;
}

#nav
{
	position:absolute;
	right:185px;
}

#nav ul
{
	text-align:right;
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	border:0;
}

#nav a:link
{
	display:block;
	font-size:22px;
	font-stretch:wider;
	text-decoration:none;
	color:#666;
}

#nav a:visited
{
	display:block;
	font-size:22px;
	font-stretch:wider;
	text-decoration:none;
	color:#666;
}

#nav a:hover
{
	display:block;
	font-size:22px;
	font-stretch:wider;
	text-decoration:none;
	color:#C60;
}

#nav a:active
{
	display:block;
	font-size:22px;
	font-stretch:wider;
	text-decoration:none;
	color:#C60;
}

input
{
	max-width:200px;
}

textarea
{
	max-width:200px;
}

.bigger
{
	font-size:14px;
	font-weight:bold;
}

.disable
{
	display:block;
	font-size:22px;
	font-stretch:wider;
	text-decoration:none;
	color:#C60;
}

.orange
{
	color:#C60;
	font-weight:normal;
}

.grey
{
	color:#666;
	font-weight:normal;
}
