/* CSS Document */

body {
	background: #DEDEDE;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: normal;
}
#container {
	text-align: center;
	margin: auto; 
}
#wraper {
	width: 777px;
	margin: auto;
	border: 1px solid #fff;
	background: #fff;
	text-align: left;
}
#header {
	height: 167px;
	background: url(../images/header-thin.jpg) no-repeat;
	
} 
#menu {
	background: url(../images/bgMenu.jpg) repeat-x;;
	height: 39px;
	font-family: Arial, "Verdana", Times, Arial, Verdana;
	font-size: 18px;;
	/*font-style: italic;*/
	font-weight: normal;
	padding: 5px 0 0 0;
	text-align: center;
	color: #fff;
	
}
#menu ul{
	margin: 0;
}
#menu li{
	display: inline;
	list-style: none;
}
#menu a{
	padding: 0 3px 0 3px;
	color: #fff;
	text-decoration: none;	
}
#menu a:hover{
	color: #FCBF7E;
}
#content {
	
}
#col-1 {
	float: left;
	width: 180px;
	padding: 10px 0 15px 15px;
	color: #660066;
	margin: 0;
}
#col-1 p{
	margin: 0;
}
#col-1 ul{
	margin: 0;
	padding: 0;
}
#col-1 li{
	list-style: none;
}
#col-1 a{
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}
#col-1 a:hover{
	color: #000;
	text-decoration: underline;
}
#col-2 {
	float: left;
	width: 562px;
	padding: 10px 0 0 15px;

}
#intro-box {
}
#intro-box h1{
	font-size: 24px;
	font-style: italic;
	color: #260403;
	text-align:center;
}
#intro-box p {
	font-weight: bold;
}
#intro-box-a {
	float: left;
	width: 360px;
	padding: 0 10px 0 0;
}
#intro-box-b {
	float: left;
	width: 185px;
}

#footer {
	/*text-align: center;*/
	/*background: #ccc;*/
	padding: 0 0 0 35px;
}

#footer-box {
	background: #C9C9C9;
	width: 660px;
	text-align: left;
	padding: 5px 20px 0 20px; 
}
#footer-box-a {
	width: 48%;
	float: left;
	background: 
}
#footer-box-b {
	width: 1px;
	float: left;
	/*background-color: #000;*/
}
#footer-box-c {
	width: 48%;
	float: left;
	padding: 0 0 0 10px;
}


#footer h2{
	color: #260403;
	font-size: 20px;
	font-style: italic;
	text-align:center;
}
#copy {
	height: 35px;
	text-align: center;
	padding: 10px 0 5px 0;
	color: #660066;
	font-weight: bold;
}
#box1 {
	border: 2px dashed #ff9900;
	text-align: center;	
}
.box2 {
	border: 2px solid #ff9900;
	text-align: left;	
	background: #FAC38D	;
	padding: 3px;
}
#box3 {
	border: 2px solid #8B3202;
	width: 65%;
	padding: 5px 0 10px 15px;
	text-align: left;	
}
#box3 h2{
	font-size: 18px;
	text-align:center;
	color: #660066;
}


