/*
	Template Name: Make Money Online Minisite 01
	Template URI: http://freewebtemplates.me
	Description: A fixed width single column mini site web template with make money header graphic and matching colors.
	Version: 1.0
	Author: Ed Zivkovic
	Author URI: http://freewebtemplates.me
	Tags: Make Money Online, Business, Blue, CSS, Fixed Width, Mini Site, Graphics, Single Column, No Tables, 
*/

/*
	Template by Ed Zivkovic released under the
	Creative Commons Attribution 2.5 License:
	http://creativecommons.org/licenses/by/2.5/au/
*/

body {
	font-family: Verdana, "Trebuchet MS", Futura, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	font-size: 13px;
	background-color: #181860;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	letter-spacing: 0.1em;
}

a {
	text-decoration: none;
}
	
div#mainwrap {
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	text-align: left;
}

div#header {
	background: #181830 url(header.jpg) no-repeat;;
	height: 200px;
	width: 100%;
}

div#header h1 {
	font-family: "mead bold", Futura, Arial, Helvetica, Verdana, sans-serif;
	color: #D8A818;
	padding: 10px;
}

div#contentwrap {
	padding: 15px;
}

div#content {
	line-height: 170%;
	padding: 20px 20px 0;
	background: #FFF;
	border: 4px double #DCE7F8;
}

div#content h2 {
	color: #CC0000;
	padding-bottom: 20px;
	font-size: 40px;
	font-family: "times new roman", serif;
	text-align: center;
}

div#content h3 {
	color: #CC0000;
	padding-bottom: 10px;
	border-bottom: 2px dashed #DCE7F8;
	font-size: 30px;
	font-family: "times new roman", serif;
}

div#content a {
	color: #0000FF;
	border-bottom: 1px solid #0000FF;
}

div#content a:visited {
	color: #181860;
	border-bottom: 1px dashed #181860;
}

div#content a:hover {
	color: #AA0000;
	border-bottom: 1px solid #AA0000;
}

div#copyright {
	color: #181830;
	padding: 10px;
	font-size: 11px;
	background-color: #304890;
}

div#copyright a {
	color: #181830;
	border-bottom: 1px dashed #181830;
}

div#copyright a:hover {
	color: #181830;
	border-bottom: 1px solid #181830;
}

div#credit {
	color: #181830;
	padding: 8px;
	font-size: 11px;
	background-color: #181860;
}

div#credit a {
	color: #181830;
	border-bottom: 0px solid #181830;
}

div#credit a:hover {
	color: #304890;
	border-bottom: 0px solid #304890;
}
		
.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
} 

.floatright {
	float: right;
}

.floatleft {
	float: left;
}
	
div#clear {
	clear: both;
}

.box {
	color: #181860; 
	border: 2px dashed #CC0000; 
	background-color: #F9F9F9;
	padding: 10px 12px 12px;
	margin: 20px 100px;
	text-align: justify;
	font-size: 90%;
	line-height: 180%;
}

.testimonial {
	color: #181860; 
	border: 4px double #DCE7F8;
	background-color: #F9F9F9; 
	padding: 10px 12px 12px;
	margin: 20px 100px;
	text-align: justify;
	font-size: 90%;
	line-height: 180%;
}
		
.center {
	text-align: center;
}
.warning {
	color: #FF0000;
}
		
.highlight {
	background: #FFFF00;
	padding: 0 3px;
}	