html,body,ul,li,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,textarea,blockquote{ 
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}

caption,th {
	text-align:left;
}


body {
	font-size: 14px;
	font-family: "Arial","Helvetica",sans-serif;
	text-align: center;
	background: #FFFFFF;
}

#content {
	width: 729px;
	min-height: 500px;
	margin: 0 auto 0 auto;
	background: #FFFFFF;
	text-align: left;
	padding-bottom: 20px;
}

#order {
	margin: 20px auto 20px auto;
	width: 485px;
	min-height: 200px;
	background: #f9d984;
	border: solid 2px #ff6b6b;
	text-align: center;
}

#header {
	width: 729px;
	height: 107px;
	margin-bottom: 15px;
}

h1.page_title {
	font-size: 30px;
	font-family: "Times New Roman", "Times", serif;
	color: #cb0000;
	line-height: 25px;
}

h1.page_title span.subtitle {
	font-size: 19px;
	font-style: italic;
	color: #000000;
}

.left{ 
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


div.blue_box_no_border {
	background-color: #cde4fb;
	width: 699px;
	min-height: 370px;
	padding: 15px;
}

div.blue_box_narrow {
	background-color: #cde4fb;
	width: 350px;
	min-height: 100px;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 15px auto;
	margin-bottom: 40px;
}

div.cleaner {
	clear: both;
}



div.blue_box_no_border p{
	margin-top: 0;
}

ul.dot_list {
	margin-left: 20px;
	list-style-image:url(../img/img_list_dot.jpg);
}

ul.dot_list li{
	margin-top: 15px;
}

div.blue_box_with_border {
	width: 500px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #cde4fb;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 40px auto;
	margin-bottom: 40px;
	border: solid 1px #999494;
}

.center {
	text-align: center;
}

.red {
	color: #cb0000;
}

.underline {
	text-decoration: underline;
}

.small {
	font-size: 12px;
}

.order_box {
	width: 460px;
	min-height: 200px;
	padding: 20px;
	background-color: #fdde91;
	border: solid 2px #ff6b6b;
	margin: 30px auto;
}