/* 

Nia Healing Style

By Websites For The People

http://websitesforthepeople.com

Liberty! Quality! Affordability!


*/


body {
	background-color: #660198;
	text-align: center;
	font-family: Helvetica, sans-serif;
	color: black;
	margin: 30px;
}

/* Links */

a, a:active, a:visited {
	text-decoration: none;
	color: #FF0033;
}

a:hover {
	text-decoration: none;
	color: grey;
}


a:link span.top, a:visited span.top {
	display: block;
}

a:hover span.top, a:active span.top {
	display: none;
}

a:link span.bottom, a:visited span.bottom {
	display: none;
}

a:hover span.bottom, a:active.span.bottom {
	display: block;
}

a img {
	border: none;
}


/* Home Page Structure */

#wrapper {
	position: relative;
	top: 2px;
	width: 780px;
	margin: 0 auto;
	text-align: center;
}

#leftBoxWrapper, #rightBoxWrapper {
	float: left;
	width: 260px
}

#leftBox, #rightBox {
	text-align: center;
	padding-top: 40px;
}

#leftBox img {
	margin: 3px;
}

#rightBox img {
	margin: 3px;
}

#centerBoxWrapper {
	text-align: center;
	float: left;
	width: 260px;
}

#centerBox {
	padding: 18px;
	text-align: center;
}

#counter {
	text-align: center;
	color: gray;
	width: 200px;
	margin: 0 auto;
	padding: 10px 0 0 46px;
}


/* General Structure */

#box {
	position: relative;
	width: 750px;
	margin: 0 auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: white;
	padding: 20px 20px 20px 0;
	overflow: auto;
	text-align: left;
	border: 2px solid gray;
}

#sidebar {
	float: left;
	width: 260px;
	border-right: 1px dotted black;
	text-align: center;
}

#header {
	padding-bottom: 40px;
}


#navigation {
	margin-right: none;
}

#content {
	float: left;
	width: 430px;
	color: black;
	padding: 0 0 0 20px;	
}

#footer {
	font-size: .75em;
	font-family: Georgia, serif;
	text-align: center;
	padding-top: 30px;
}

/* Images */

#navigation img {
	margin-right: 3px;
}

#centerBox img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 2px 0px;
	border: 1px black solid;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px black solid;
}

img.center {
	display: block;
	margin: 0 auto;
	border: 1px black solid;
}


img.main {
	border: 2px solid #CCCCCC;
}


/* Typography */

#content {
	font-family: Georgia, serif;
	font-size: 0.78em;
	line-height: 1.5em;
	text-align: left;
}

h2 {
	display: block;
	text-align: center;
	line-height: 1.3em;
}

.callout {
	text-align: center;
	font-size: larger;
	font-weight: bolder;
}

.caption {
	display: block;
	text-align: center;
	font-size: smaller;
}

div.center {
	text-align: center;
}
