body{
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background-repeat: repeat;
	background-color: #F9F1E4;
	text-align:center;
	margin:0px;
	padding:0px;
}

a:link

{
	text-decoration:underline;
	color: #333333;
}

a:active
{
	text-decoration:none;
	color: #cccccc;
}

a:visited 
{
	text-decoration:underline;
	color:#999999;
}

/*Main holder*/
#holder {
	width:800px;
	margin:0px auto 0px auto;
	background-color:#FFFFFF;
	padding:0px;
	text-align:left;

}

/*Top area logo*/
#top {
	width:800px;
	height:128px;	
	background-image: url(img/top_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom:2px #e89d00 solid;
	margin:0px;
	padding:0px;
}
#logo 
{
margin:12px 2px 2px 12px;
}



/*MENU*/
#menuContainer {
	width:800px;
	background-color:#ffecb8;
	margin:0px;
	padding:0px;
	text-align:center; 
}

#menu { width:480px; margin:0px auto 0px auto; padding:0px;}

#menuItems{margin:0px;padding:0px;}
#menuItems li{ display:inline;}
#menuItems li a {padding:0.3em 0.5em 0.2em 0.5em; font-size:1.2em; color:#666666; text-decoration:none; display:block; float:left; margin-bottom:-2px;}
#menuItems li a:hover, #menuItems li a.selected
{ background-color:#7d0d00; color:#FFFFFF;}


/*HEAD*/
#headHome{
	width:800px;
	height:212px;
	background-image:url(img/head_img_home.jpg);
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
	background-position: center;
}

#headPgs{
	width:800px;
	height:76px;
	margin:0px;
	padding:0px;
	background-image: url(img/head.png);
	background-repeat: no-repeat;
	background-position: center;
}

/*COLOR BAR*/
#cbar {
width:800px; 
height:14px; 
background-color:#7d0d00;
}

/*CONTENTS */
#content { 
font-size:1.0em; 
width:800px; 
border-top:2px #e89d00 solid;
margin:3px 0px 3px 0px; 
padding:0px;
}

/*CONTENTS on left side*/
#imgcontent { 
font-size:1.0em; 
float:left; width:204px; 
margin:15px 5px 0px 5px; 
padding:0px;
}

/*CONTENTS on right side*/
#txtcontent{
border-left:2px #e89d00 solid; 
font-size:1.1em; 
float:right; 
width:570px; 
margin:2px 0px 12px 2px; 
padding:0px 0px 0px 12px; 
border-bottom::2px #e89d00 solid;
}
#txtcontent h1
{
font-size:1.2em; 
color:#7d0d00;
}
#txtcontent h2
{
font-size:1.0em; 
color:#000000;
font-weight:bold;
}
/*Foot*/
#foot {
width:800px; 
text-align:center;
padding-top:0.2em; 
background-color:#7d0d00; 
color:#EAD0D6;
font-size:0.8em;
letter-spacing:0.1em;

}

.clear
{
clear:both;
height:0px;
font-size:0em;
}











