body {
	margin: 0px;
	padding: 0px;
	font: Arial; /*Helvetica, sans-serif*/
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	/*font-style: italic;*/
	color: #000000;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	/*font-style: italic;*/
	color: #000000;
}

p {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 13px;
}


li {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 13px;
}


a {
	color: #0045D5;
text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#header {
	padding: 2em;
	border-bottom: 2px solid #000000;/*CC0000 */
	background: #63639C url('http://www.discount-mini-blinds.net/logo.jpg') no-repeat top left;
}


#header a {
	color: #FFCC66;

}


#header h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	/*letter-spacing: .2em;*/
	color: #FFCC66;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	/*letter-spacing: .2em;*/
	color: #FFFFFF;
}

/** MENU */

#menu {
	padding: .3em;
	background: #F9D79A;
	border-bottom: 1px solid #000000;
	text-align: center;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0em 2em;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}


/** CONTENT */

#content {
	/*width: 700px;*/
	margin: 0px;/*auto*/
	padding: 0em;
	text-align: left;
/*font-family: Georgia, "Times New Roman", Times, serif;*/
	
}

#columnA {
	float: right;
	
	/*width: 680px;*/
width: 75%;
}

#columnB {
	float: left;
	/*width: 200px;*/
width: 25%;
}


/** FOOTER */

#footer {
	clear: both;
	padding: .3em;
	background: #FFFFFF;
	/*border-top: 2px solid #FF6600;
	border-bottom: 2px solid #FF6600;*/
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

/** ADS */

#ad1 {
	margin: 0px;
	padding: .0px;
	background: #FFFFFF;
	text-align: center;
}