@charset "windows-1251";
/* CSS Document */

@import url('../styles/style_header.css');
@import url('../styles/style_navigation.css');
@import url('../styles/style_footer.css');

* {
	margin:0;
	padding:0;
	}
	
html, body {
	height: 100%;
}
	
body {
	background-color:#fff;
	padding:0;
	color:#333333;
	font: normal 14px/1.2 Calibri, Cambria, cursive;
	min-width:760px;
	}
a {
	text-decoration:none;
	}
a:link {
	color:#333;
	}
	
a:hover {
	color:#999;
	text-decoration:underline;
	}
a:visited {
	color:#333;
	}
	
#main_header_box {
	position:relative;
	margin:0;
	height:200px;
	background-color: #fff;
	/*border-bottom:3px solid #000;*/
	z-index:2;
	}

#container {
	position:relative;
	z-index:1;
	background: transparent url(../img/corner_right.gif) bottom right no-repeat;
	min-height:100%;
}
	
#main_content_box {
	/*border-right:3px dashed #000;*/
	min-height:100%;
	margin:0 auto;
	height:auto;
	position:relative;
	z-index:2;
	/*border:1px solid #6633FF;*/
	clear:both;
	background:transparent url(../img/cm.gif) 90% top repeat-y;
	overflow:hidden;
	}
	
#main_navy_box {
	width:200px;
	float:left;
	/*border-right: 1px solid #000;*/
	background-color:#fff;
	height:100%;
	}
	

#main_info_box {
	position:relative;
	padding: 30px 70px 50px 20px;
	margin:0 auto;
	width:55%;
	height:100%;
	/*border:1px solid #00CCFF;*/
	}
	
	
#main_footer_box {
	clear:both;
	width:100%;
	background: #fff url(../img/footer.gif) left top repeat-y;
	outline:1px solid #ccc;
	border-top:1px solid #999;
	font: 13px Calibri, Cambria, cursive;
	position:static;
	opacity:0.8;
	} 
#price { 
	text-align:center;
	margin:6px 0;
	padding:0;
	font: small-caps bold 14px "Times New Roman", Times, serif;
	}

h1 {
	font: bold 24px Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0;
	text-align:center;
	}
h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	margin: 5px 0;
	text-align:center;
	}
p {
	text-align:justify;
	text-indent:3em;
	}
#main_info_box > ul{
	margin:10px 40px;
	}
	
span.remark {
	font-size:12px;
	font-style:italic;
	}
	
input[type='submit'] {
	margin-top:10px;
	}
p.back_main {
	margin-top:100px;
	}