/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	text-align:center;
	background-image:url(img/bg.gif);
}

h1,h2,h3,p,ul,ol,li{
	margin:0px;
	padding:0px;
}

li{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

img{border:0;}

a{
	color:#C09;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}




#body{
	width:699px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border-left:5px solid #c29674;
	border-right:5px solid #c29674;
}







/*** TOP COLUMN ***/


#topCol{
	width:699px;
	height:207px;
	background:#fff url(img/top.jpg) no-repeat;
	margin:0;
}


#topCol h1{
	padding:125px 0 0 230px;
}

#topCol h1 a{
	width:469px;
	height:82px;
	display:block;
}

#topCol h1 a span{
	display:none;}







/*** CENTER COLUMN ***/


#centerCol{
	width:699px;
	margin:0;
	background:#fff url(img/bg_main.gif) repeat-y;
}


#clear{
	clear:both;}







/*** MAIN MENU ***/


#mainMenu{
	width:226px;
	padding:0;
	margin:20px 0 30px 0;
	position:relative;
	float:left;
}


#mainMenu ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#mainMenu ul li{
	padding:4px;
	margin:0 5px 5px;
	background-color:#FFF;
}



#mainMenu h2{
	width:226px;
	height:37px;
	background:#fff url(img/img01.gif) no-repeat;
	margin:0;
}

#mainMenu h2 span{
	display:none;}




ol#menu{
	width:226px;
	margin:0 0 20px;
	padding:0 0 18px;
	background:#f5f3f3 url(img/img04.gif) no-repeat;
	background-position:bottom;
}


ol#menu li a{
	width:195px;
	padding:7px 3px 7px 28px;
	margin:0;
	background:url(img/img03.gif) 8px 6px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #666;
}


ol#menu li a:hover{
	color:#F00;
}



ol#menu li#cl1 a{
	width:206px;
	height:27px;
	padding:0 10px;
	margin:0;
	background:transparent url(img/img02.gif) no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:27px;
	text-decoration:none;
	display:block;
	border:none;
}


ol#menu li#cl1 a:hover{
	color:#F00;
}






/*** TEXT AREA ****/



#textArea{
	width:460px;
	margin:0 5px 30px 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}




#textArea ul{
	margin:0px 5px 20px;
}


#textArea li{
	line-height:200%;
}



#textArea h2{
	width:440px;
	height:41px;
	padding:0 0 0 20px;
	margin:20px 0px;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:35px;
}



#textArea h3{
	width:445px;
	height:24px;
	padding:0 0 0 15px;
	margin:20px 0px;
	background:#fff url(img/h3.gif) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:24px;
}


#itembox{
	width:460px;
	padding:0 0 30px;
}













/*** COPYRIGHT ***/



#copyright{
	width:699px;
	padding:5px 0;
	margin:0;
	background-color:#996e99;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}


#copyright ul{
	padding:5px;
}

#copyright ul li{
	line-height:180%;}

#copyright p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px 5px 10px;
	line-height:100%;
}

#copyright img{
	border:0;
	margin:5px;
}

