﻿@charset "utf-8";
body{
	margin: 30px;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana;
	font-size: 12px;
	background-image: url('http://americandollclothing.com/images/background-md.gif');
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #000000;
}

b{font-size: 110%;}

.BoldPink {
	color: #FF00FF;
}

p{
	text-align: justify;
	line-height: 15px;
}
.Center {
	text-align: center;
}

h1 {
font-family: Verdana, Arial, Helvetica;
font-size: 24px;
color: #000000;
font-weight: 700
}

h2 {
font-family: Verdana, Arial, Helvetica;
font-size: 20px;
color: #000000;
font-weight: 650
}

h3 {
font-family: Verdana, Arial, Helvetica;
font-size: 16px;
color: #000000;
font-weight: 650
}

h4 {
font-family: Verdana, Arial, Helvetica;
font-size: 14px;
color: #000000;
font-weight: 600
}

h5 {
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
color: #000000;
font-weight: 500
}

h6 {
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
color: #000000;
font-weight: 500
}

#maincontainer{
	border: 3px solid #FF4E90;
	padding: 0px;
	width: 800px; /*Width of main container*/;
	margin: 0 auto;
	background-color: #FFffff;
}

#topsection{
	background: #ffffff;
	height: 230px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 0px;
}
#topbar{
	margin: 0;
	padding-top: 3px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFEA9F;
	background-image: url('http://americandollclothing.com/images/topbar.jpg');
	background-repeat: repeat-x;
	height: 25px;
	background-color: #590100;
}

#content{
	background-color: #FFFFFF;
}

#footer{
	background-image: url('http://americandollclothing.com/images/footer.jpg');
	background-repeat: repeat-x;
	clear: left;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	padding: 12px 0 2px 0;
	height: 80px;
	background-color: #FF98FB;
	font-weight: bold;
}

#footer a{
color: #ffffff;
}

#innertube {
	padding: 5px;
}
a {
	font-weight: bold;
	color: #AD50F9;
}
