﻿*{ margin: 0; padding: 0; }*
body { font: .8em Arial, Sans-Serif; line-height: 1.8em; background: #fff; color: #000; }

img { border: none; }
table a {
color: #00f;
text-decoration: none;
}
table a:hover {
color: #000;
text-decoration: none;
}


#header {
background:url(images/imgTop.png) no-repeat;
height: 180px;
}

html,body{	
margin: 0;
padding: 0;
height: 100%;
background : #FFE98D;

}

#wrap { padding: 10px 10px 10px 10px; width: 850px;  position:relative; min-height:100%; margin : auto; background-image: url("images/imgWrap.png");background-repeat: repeat-y;}
#left { float: left; width: 164px; background-image: url("images/imgLeft.png");  margin-left: 8px; margin-bottom: 0px; margin-top: 0px; background-repeat: no-repeat;}
#left a {
color: #000;
text-decoration: none;
}
#left a:hover {
color: #fff;
text-decoration: none;
}
#right { margin-bottom: 10px; float: right; width: 667px; margin-top: 0px;  margin-right: 10px;}
	#rightTop{ width: 667px;  height: 30px; background-image: url("images/imgMainTop.png");background-repeat: no-repeat;}
	#rightMiddle{ padding-left : 20px; padding-right: 90px;  width: 667px;  background-image: url("images/imgMainMiddle.png");background-repeat: repeat-y;}
	#rightBottom{ width: 667px; height: 150px; background-image: url("images/imgMainBottom.png"); background-repeat: no-repeat;}
	
#footer { font-size: 11px; text-align: center;  }


#navbar{
	vertical-align: bottom;
	font-family: Verdana;
	font-size: 10px;
	min-height: 30px;
	max-height: 30px;
	padding-top: 5px;
	height: 150px;
	width:600px;
	background-color: #C4EABE;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #FFE98D;
	border-left:1px dashed #FFE98D;
	
	border-top: 1px dashed #FFE98D;
	border-right:1px dashed #FFE98D;
	
}
#navbar a{
	color: #000;
	text-decoration: none;
}

#navbar a:hover{
	color: #fff;
}


#main{
	width:600px;
	text-align: justify;
	 font-family: Verdana;
     font-size: 10px;
	border-bottom: 1px dashed #C4EABE;
	border-left:1px dashed #C4EABE;
	
	border-top: 1px dashed #C4EABE;
	border-right:1px dashed #C4EABE;
}
