body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.9em;
	background: #4787D1 url(images/bg.jpg) repeat-x;
	line-height: 1.3em;
	margin: 0;
}

/*************************
Layout
*************************/

#container {
	width: 720px;
	margin: 0 auto;
	background: url(images/page_bg.png) repeat-y;
}

/*************************
Header
*************************/

#header {
	margin: 0 10px;
}

#tagline {
	background: url(images/tagline_bg.jpg) repeat-x;
	color: #ccc;
	padding: 5px 10px;
	font-weight: bold;
	font-family: "Times New Roman";
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	height: 2px;
}

/*************************
Content
*************************/

#content {
	padding: 1px 20px;
	margin: 0 10px;
}

/*************************
Important Box
*************************/

#important {
	background: url(images/important_bg.jpg) no-repeat;
	width: 630px;
	height: 147px;
	margin: 0 auto;
}

#important {
	background: url(images/important_bg.jpg) no-repeat;
	width: 630px;
	height: 147px;
	margin: 0 auto;
}

#important ul {
	position: relative; 
	top: 40px;
	left: 0px;
}

#important li {
	line-height: 1em;
	list-style: none;
	background: url(images/bullet.jpg) no-repeat;
	padding-left: 25px;
}

/*************************
Ticks and Crosses
*************************/

.tick {
	background: url(images/top_secret.gif) no-repeat center center;
}

.tick li {
	background: url(images/tick.gif) no-repeat left center;
	list-style: none;
	padding-left: 40px;
	height: 31px;
}	

.cross li {
	background: url(images/cross.gif) no-repeat left center;
	list-style: none;
	padding-left: 40px;
	height: 19px;
}

/*************************
Optin
*************************/

#optin {
	background: url(images/optin_bg.jpg) no-repeat;
	width: 660px;
	height: 294px;
}

#optin form {
	position: relative;
	top: 125px;
	left: 270px;
}

.submit {
	background: url(images/optin_submit.jpg) no-repeat; 
	width: 254px; 
	height:39px; 
	border: none; 
	position: relative; 
	left: 20px; 
	top: 10px;
}

.submit:hover {
	background: url(images/optin_submit_hover.jpg) no-repeat; 
}
/*************************
Footer
*************************/

#footer {
	background: url(images/footer.png) no-repeat;
	width: 720px;
	height: 25px;
	margin: 0 auto;
}

#footer p {
	padding: 0;
	margin: 0;
}

/*************************
Common
*************************/
h1 {
	line-height: 1.2em;
	font-family: impact;
	font-size: 38px;
	font-weight: normal;
	text-align: center;
}

h2 {
	line-height: 1.2em;
}

li {
	margin-bottom: 10px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

.highlight {
	background: yellow;
}

.bold_highlight {
	font-weight: bold;
	background: yellow;
}

.red {
	color: #cc0000;
}

.font_10px {
	font-size: 10px;
}

.font_12px {
	font-size: 12px;
}

.font_14px {
	font-size: 14px;
}

.font_16px {
	font-size: 16px;
}

.font_18px {
	font-size: 18px;
}

.font_20px {
	font-size: 20px;
}

.font_22px {
	font-size: 22px;
}

.font_24px {
	font-size: 24px;
}

.font_26px {
	font-size: 26px;
}

.spacer {
	border: 1px solid #ccc;
}

.clear {
	clear: both;
}


/*************************
IE6
*************************/

*html body {
	background: #4787D1;
}

*html #container {
	background: url(images/page_bg.jpg) repeat-y;
}

*html #footer {
	background: url(images/footer.jpg) no-repeat;
}



