body {
	margin: 0;
	padding: 0;
	background:  #FFFFFF url(../images/stripped.jpg) repeat-x top left;
	font-size: 13px;
	color: #7F7F7F;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2, h3 {
	font-weight: normal;
	color: #484848;
}

h1 {
	color: black;
	letter-spacing: -1px;
	margin-top: 5px;
	font-size: 36px;
}

h2 {
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
}

p {
	margin-top: 5px;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #7ACE11;
}

a:hover {
	text-decoration: none;
	color: #7ACE11;
}

/* Header */

#header {
	width: 1000px;
	height: 70px;
	margin: 0px auto;
}

#flow-header {
	height: 70px;
	margin: 0px auto;
}

/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0px;
	padding: 25px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-right: 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.36em;
	color: #FFFFFF;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #FFFFFF;
}


/* Page */

#page {
	width: 1000px;
	height: 550px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	height: 550px;
}

#content #left {
	float: left;
	padding-top: 15px;
	margin-left: 0px;
	width: 350px;
}

#content #right_image {
	float: right;
	padding-top: 35px;
}

#signup{
	width: 305px;
	height: 66px;
	display: block;
	background-image: url(../images/signup-complete.png);
}

#signup:hover{
	background-position: -305px 0;
	background-image: url(../images/signup-complete.png);
}

.disclaimer{
	font-size: 12px;
	margin: 5px;
}


/* Fold */

#fold {
	margin: 0;
	padding: 0;
	background: #F2F2F2 url(../images/bg02.jpg) repeat-x top left;
	padding-top: 15px;
}

#fold li {
	font-size: 16px;
}

#fold strong, #fold em {
	color: #484848;
}

.fact {
	width: 1000px;
	margin: 0px auto;
	border-bottom: 1px solid #D2D2D2;
	padding-bottom: 15px;
	overflow: auto;
}

.fact h2 {
	margin-bottom: 5px;
}

.fact img {
	margin-top: 10px;
	float: left;
}

#pic {
	width: 410px;
	float: left;
}

.fact p {
	color: #717171;
	font-size: 16px;
}

#note {
	font-size: 11px;
	padding-left: 20px;
}

.fact #text {
	width: 500px; 
	float: left;
	margin-left: 40px;
}

/* Tutorial */

#faq {
	padding: 20px;
}

#faq li {
	font-size: 16px;
}

#tut-pic {
	display: block;
	overflow: auto;
}

.tut-img {
	border: 1px solid #999;
	margin-right: 20px;
	display: inline;
}

#fact #tut {
	width: 650px;
	margin-bottom: 20px;
}

#goto-top {
	margin-top: 10px;
	display: block;
}

/* Tutorial */
#tutorial {
	padding-top: 3px;
	height: 1506px;
}

#guide {
	padding-top: 3px;
}

#tutorial h1{
	padding-left: 25px;
}

/* Footer */
#footer {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	background:  #FFFFFF url(../images/stripped.jpg) repeat-x top left;
	color: #7F7F7F;
}

#footer a {
	color: white;
}

#footer p {
	width: 1000px;
	height: 55px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
}

/* Flow Footer */
#flow-footer {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	background:  #FFFFFF url(../images/stripped.jpg) repeat-x top left;
	color: #7F7F7F;
}

#flow-footer a {
	color: white;
}

#flow-footer p {
	height: 55px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
}



