*{
	margin:0px;
	padding:0px;
	font-family:verdana;
	border: 0px;
}

body{
	background-image: url('bg_body.jpg');
	background-repeat: repeat-x;
	background-color: #FAB1B8;
}

div#header{
	margin: 0px auto;
	width: 870px;
	height: 237px;
	background-image: url('bg_header.jpg');
	background-repeat: no-repeat;
}

div#container{
	margin: 0px auto;
	width: 870px;
	background-color: #FAB1B8;
	text-align: center;
	
	color: white;
	
}

div#container1{
	margin: 0px auto;
	width: 870px;
	background-color: #FAB1B8;
	text-align: center;
	
	color: white;
	
}

			
	div#container1 h1{
		padding: 15px 0px 10px 0px;
		color: #7E4549;
		font-size: 20px;
		font-weight: normal;
	}
	
	div#container1 p{
		padding: 0px 0px 10px 0px;
		color: #7E4549;
		font-size: 12px;
		
	}
	
	div#container1 h2{
		color: #7E4549;
		font-size: 20px;
		font-weight: normal;
	}
	
		div#container1 h2 a{
			padding: 20px 0px 20px 0px;
			text-decoration: none;
			color: #7E4549;
		}
	
	div#container1 table{
		margin: 0px auto;
	}
	
	div#container1 table td.main{
		border: 2px white solid;
		width: 220px;
	}
	
		div#container1 table td.main a{
			color: #7E4549;
			text-decoration: none;
		}

	div#container div#menu{
		margin-left: -3px;
		margin-bottom: 20px;
		width: 220px;
		
		background-color: #FAB1B8;
		
		float: left;
	}
	
		div#menu_in{
			width: 172px;
			padding: 10px 10px 5px 10px;
			
			text-align: center;
			
			background-color: #FAB1B8;
		}
		
			div#menu_in h2{
				margin-top: 20px;
				margin-bottom: 10px;			
				background-color: #FAB1B8;
				
				font-size: 14px;
				color: white;
				font-weight: bold;
				text-decoration: underline;
			}
			
			div#menu_in strong{	
				background-color: #FAB1B8;
			}
		
			div#menu_in ul{
				width: 172px;
				background-color: #FAB1B8;
				list-style-type: none;
				text-align: left;
			}
			
			div#menu_in li{
				background-color: #FAB1B8;
				margin-bottom: 5px;
			}
			
			div#menu_in li a{
				font-weight: bold;
				font-size: 12px;
				background-color: #FAB1B8;
				text-decoration: none;
				color: white;
			}
	
				div#menu_in li a:hover{
					background-color: #FAB1B8;
					text-decoration: none;
					color: #FFDFEE;
				}
		
		div#menu_in div#side_banner{
			width: 160px; 
			height: 600px; 
			background-color: silver; 
			margin: 0px auto;
		}
			
	
	div#content{
		width: 630px;
		float: right;
		background-color: #FAB1B8;
		text-align: center;;
	}	
	
		div#content h2{
			margin-top: 20px;
			margin-bottom: 10px;			
			background-color: #FAB1B8;
				
			font-size: 18px;
			color: #C66C75;
			font-weight: bold;
		}
		
		div#content p{
			width: 630px;
			text-align: center;
			margin: 10px 0px 20px 0px;
			color: white;
		}
		
			div#content p a{
				color: #C66C75;
				text-decoration: none;
			}
			
		div#content_in{
			width: 630px;
			text-align: left;
			margin: 0px 0px 20px 0px;
			color: white;
		}
		
			div#content_in a{
				color: #C66C75;
				text-decoration: none;
			}
			
			div#content_in input,select,option{
				width: 200px;
				border: 1px silver solid;
				padding: 2px;
				background-color: white;
			}
			
			div#content_in textarea{
				width: 400px;
				height: 250px;
				border: 1px silver solid;
				padding: 2px;
				background-color: white;
			}
	
		div#content table.main_ad{
			margin: 10px auto;
			width: 630px;
			background-color: #FFDFEB;
			color: #C66C75;
			border: 1px #C66C75 solid;
			font-size: 12px;
		}
		
			table.main_ad td{
				padding: 10px;
				width: 200px;;
				border: 1px #C66C75 solid;
			}
			
			table.main_ad td.wide{
				width: 610px;
				text-align: center;
				border: 1px #C66C75 solid;
			}	
			
				table.main_ad td a{
					color: #C66C75;
					text-decoration: none;
				}
				
		div#content_in table{
				margin: 10px auto;
				background-color: white;
				border: 2px #FFDFEB solid;
				font-weight: normal;
			}
			
				div#content_in table a{
				font-weight: bold;
					color: gray;
					text-align: center;
					background-color: white;
				}
			
			div#content_in table.options{
				width: 500px;
				margin: 10px auto;
				background-color: white;
				border: 2px #FFDFEB solid;
			}
			
			div#content_in table.test{
				width: 500px;
				margin: 10px auto;
				background-color: white;
				border: 2px #FFDFEB solid;
			}
			
				div#content_in td.test1{
					padding: 3px;
					width: 244px;
					text-align: left;
					background-color: white;
					border: 2px #D8E4F0 solid;
				}
				
				div#content_in td.test2{
					padding: 3px;
					width: 494px;
					text-align: left;
					background-color: white;
					border: 2px #D8E4F0 solid;
				}
				
					td.test1 a,td.test2 a{
						color: gray;
						text-decoration: none;
						font-weight: bold;
					}
					
					td.test1 a:hover,td.test2 a:hover{
						color: #D8E4F0;
						text-decoration: none;
						font-weight: bold;
					}
	
div#footer{
	clear: both;
	margin: 10px auto;
	width: 870px;
	color: white;
	text-align: left;
	font-size: 11px;
}