body {
	background-color: #FF8C00;
	color: black;
	font-size: 14px;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

a:link { color: blue; }
a:visited { color: blueviolet; }
a:hover { color: orange; }


#wrap{
	width: 730px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
}

.wrap-pad{ padding: 60px; } 

.main{
	width: 500px;
	float: right;
	margin-right: 10px;
}

.menu{
	width: 200px;
	float: left;
	margin-left: 5px;
}

.menu ul{
	margin-top: 0;
	margin-left: 15px;
	padding: 0;
}

.menu-box{
width: 200px; 
float: left;
}


h1 {
	background-color:#FF8C00;
	color: white;
	font-size: 2em;
	text-align: center;
	line-height: 2em;
	letter-spacing: 0.1em;
}

h2 { font-size: 1.2em; color: #CD5C5C;}
p { line-height: 1.5em; }
h3 {
	font-style: normal;
	font-weight: bold;
	color: red;
	font-size: 14px;
	margin-bottom: 0;
}

strong{
	color: red;
}


table, td, th { border-width: 2px; font-size: 14px; border-style: solid; border-collapse: collapse; border-color: #CD5C5C; }
