/* CSS Document INTRODUCTIONTOCOACHING.COM */


/* //////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */
/*                                 CSS                                  */

body {
	margin:0;
	background-color: #ffffff;
	background-image: url(http://www.introductiontocoaching.com/images/backg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#container {
	width: 715px;
	margin-left:auto;
	margin-right:auto;
}


#booking2    { width: 400; border: 3px dashed #000000; margin-left: 150; padding: 7px; 
               background-color: #D6D6C0 }
p.regbigbox  { width: 450; border: 3px dashed #000000; padding: 15px; word-spacing:0; line-height:100%; text-indent:0; text-align:center; margin-left:130; margin-right:0; margin-top:0; margin-bottom:0; background-color:#85ADD6; font-family:Verdana; font-size:12pt }

table.body   {
border-left:2px solid #808080; border-right:2px solid #808080; width: 700;
background-color:#FFFFFF
}

/* //////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */
/*                            TYPOGRAPHY                                */

p {
	margin:3 5; font-family: Verdana;
	font-size: 9pt; word-spacing:0; text-indent:0; line-height:100%
}

h1           {
	font-family: Times New Roman;
	letter-spacing: 2pt;
	color: #000000;
	font-size: 18pt;
	margin-left:25;
	word-spacing:0;
	text-indent:0;
	line-height:100%;
	text-align:left;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
}

p.line       {
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom: 3px solid #CA7900;
	word-spacing:0;
	text-indent:0;
	line-height:100%;
	text-align:left;
	margin-left:23;
	margin-right:182;
	margin-top:0;
	margin-bottom:0
}

h2 {
	border:1px solid #DDDDDD; padding:10px; margin:0; font-family: Arial;
	font-size: 13pt;
	text-align:center;
	word-spacing:0;
	text-indent:0;
	line-height:100%; background-color:#F9F9F9
}

h3 {
	font-family: Arial; text-transform: uppercase; font-size: 12pt; 
	border: 1px solid #C0C0C0; padding: 5px; width:300; word-spacing:0; text-indent:0; line-height:100%; text-align:center; margin-left:200; margin-right:0; margin-top:0; margin-bottom:0
}

h4 {
	font-family: Arial; font-size: 12pt; word-spacing: 0; text-indent: 0; 
	line-height: 100%; text-align: left; text-decoration: underline; 
	margin-left: 5; margin-right: 0; margin-top: 0; margin-bottom: 
				   0
}

ul.bullets   {  font-family: Verdana; font-size: 9pt; line-height:200%}
li.bullets   {  }
ul.bullets2  {  font-family: Verdana; font-size: 9pt; line-height: 200%}
li.bullets2  {  }
#photobox    { width: 500; word-spacing: 0; line-height: 100%; text-indent: 0; text-align: 
               center; border: 1px solid #808080; padding: 15px; margin-left:90; margin-right:0; margin-top:0; margin-bottom:0; font-family:Verdana; font-size:9pt; background-color:#F2F2F2 }
			   
			   
/* //////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */
/*                              A TAGS                                  */
			   
a:link {
	font-family: Verdana;
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
}

a:visited {
	font-family: Verdana;
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
}

a:hover {
	font-family: Verdana;
	font-size: 9pt;
	text-decoration: blink; 
	background-color: #FF9900;
}

a:link.register { font-family: Arial; font-size: 12pt; border: 1px solid #000080; padding: 15px; text-align:right; margin-left:350; text-decoration:none; color:#FFFFFF; background-color:#CC3300 }
a:visited.register { font-family: Arial; font-size: 12pt; border: 1px solid #000080; padding: 15px; text-align:right; margin-left:350; text-decoration:none; color:#FFFFFF; background-color:#CC3300 }
a:hover.register { font-family: Arial; font-size: 12pt; border: 1px solid #000080; padding: 15px; text-align:right; margin-left:350; text-decoration:none; color:#FFFFFF; background-color:#336699 }
