* {
	padding: 0px;
	margin: 0px;
	font-family: sans-serif,Verdana,Arial;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: normal;
	text-decoration: none;
	outline: none;
	background-color: #fff;
	color: #222;
}

body {
	font-size: 16px;
}

img {
    border: none;
}

#wrap {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 820px;
	padding: 20px 40px 0;
	background-color: #fff;
}

#header {
	margin-top: 10px;
	text-align: center;
	background-color: #fff;
}

#header h1 {
	letter-spacing: -2px;
	line-height: 1;
	margin: 10px 0 30px;
	word-spacing: 10px;
}

h1 {
	font-size: 80px;
}

h4 {
	font-size: 20px;
}

#header h4 {
	padding: 0;
	margin-top: 20px;
	display: block;
}

#header h4 ul {
	padding-bottom: 3px;
	border-top: 4px double #CCC;
	border-bottom: 4px double #CCC;
}

#header h4,
#header h4 ul,
#header h4 ul li,
#header h4 ul li a {
/*	float: left; */
}

#header h4 ul {
	list-style: none;
}

#header h4 ul li {
	padding: 0px 2px;
	margin: 10px 10px 10px 10px;
	line-height: 2em;
	display: inline;
}

#header h4 ul li a {
	color: #1a3463;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0;
}

#header h4 ul li a:hover {
	text-decoration: none;
}

#outer {
	margin: 36px 0 0;
}

#content {
	width: 800px;
	margin: 0 auto;
	color: #222;
}

#content h1 {
	margin-left: 7px;
	margin-bottom: 4px;
	font-size: 28px;
	line-height: 20px;
	margin: 30px 0 13px;
	color: #111;
}


#content p {
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 2px;
	font-size: 16px;
	line-height: 24px;
}

#content ul li {
	margin-left: 30px;
	line-height: 24px;
}

#content a {
	color: #1a3463;
	text-decoration: underline;
	font-weight: bold;
}

#content a:hover {
	text-decoration: none;
}

h3 {
	font-size: 28px;
}

p {
	font-size: 16px;
	line-height: 24px;
}

.code {
	margin-left: 30px;
	margin-bottom: -10px;
	padding: 2px;
	color: #000;
	background-color: #f9f9f9;
	font-family: Monospace;
}

