/*CSS for the ATB website*/


body 	{	background:url(sky.jpg) 
	 	repeat-y center; 
	 	width: 100%; 	 	 
}
/*Image section*/

.centeredImage		{top: 1em;
			 margin-left: 14em;
}
.leftimage		{margin-top: 4em;
} 
.header			{margin-left: 8em;
			 margin-top: 3em;
			 margin-bottom: 3em;
} 
 
/*main content section*/
/*fixed-width wrapper to prevent overlap*/

#container	{width: 1100px;
 		position: absolute; 
 		top:0; 
 		left:  0;
}

p	{font-family: Verdana, sans-serif;
	 color: #000066;}

.bulleted	{ }

.bold		{font-weight: bold;}
 
.box2		{color: purple;
		 border: 4px double;
		 border-color: #FF9900;
		 background-color: #FFFF99;
		 width: 200px;	
		 padding: 0.6em;
}

 
ul,li	{ 
}
 
 
	
.center	{text-align: center;
}
 
#top	{margin-top: 0.5em;
	 margin-bottom: 2em;
}

table	{border: 2px solid;
	 border-color: #FFFF99;
	 margin-left: 2em;
	 text-align: center;
 
}

.contact	{ }

.box		{border: 1px solid;
		 border-color: #000066;
		 padding: 0.2em;
}
/*Header section*/
 
h1	{font-family: "Comic Sans MS", Verdana, sans-serif;
	 font-weight: bold;
	 color: #000066;
	 text-align: center;
}
h2	{font-family: "Comic Sans MS", Verdana, sans-serif;
	 font-weight: bold;
	 color: #000066;
	 text-align: left; }
 
/*Columns and formatting section. There are multiple versions of each set of columns and each
 set of containers.*/

#top
{	width: 1200px;
}

#left 	{width: 400px;
	 float: left;
	 margin-left: 2em;
}
 

#right {width: 400px;
	float: left;
	margin-left: 4em;
	margin-right: 2em;
	text-align: left;
}

 

.clear
{
	clear: left;
}

 /*Navigation section*/

a:link, a:visited 	{ }
.email		{ }

#navigation	{font-family: Verdana;
		 color: #000066;
		 text-align: center;		 
		 margin-left: 4em;
		 margin-top: 1em;
}


.nav li	{ list-style-type: none;
	  padding: 0.5em;
	  margin: 0.5em;
	  width: 200px;
	  border: 1px solid;
	  border-color: #000066;
}

body#background a.background,
body#hypnotherapy a.hypnotherapy,
body#contact a.contact,
body#sessions a.sessions,
body#home a.home,
 

		{color: #000066;
		 font-weight: bold;
		 background-color: #CC99FF;
}
 
  
 
 

		
