/*Learn To Earn Bartending School CSS*/
body {
	margin:auto; 
	width:100%; 
	color:#000000; 
	background:url(images/yellbk.jpg) repeat top left; 
	line-height:115%; 
	font-family: Garamond, "Book Antiqua", Palatino, Georgia, serif; 
	font-size:90%;
}

p {margin:5px 5px 15px; color:#000000; background-color:transparent;}
span {font-size:larger; color:#994c4c; background-color:transparent;}
h1, h2{margin-top:0; color:#000000; background-color:transparent;}
h3 {margin-bottom:0; color:#000000; background-color:transparent;}
h4 {margin-top:0; color:#000000; background-color:transparent;}
.highlight {background-color:yellow;color:black;}
.important {background-color:red; color:white;font-weight:bold;}



#page {width:760px; margin:20px auto; color:#000000; background:#ffffff url(images/gfx-pou-1.jpg) repeat-y right;}

#header {margin:0px; height:120px; width:760px; color:#ffffff; background:#000000;}
#logo {margin-top:-100px; padding:5px; border:none;}
#title {margin-left:200px;padding:10px; }
.print {display:none;}

a:link   { text-decoration:underline; font-weight:bold; color:#000000;  background-color:transparent; }
a:visited{ text-decoration:underline; font-weight:bold; color:purple; background-color:transparent;}
a:active { text-decoration:underline; font-weight:bold; color:red;    background-color:transparent;}
a:hover  { text-decoration:underline; font-weight:bold; color:blue;  background-color:transparent; }

#core {padding:20px 0 0 20px; color:#000000; background:transparent url(images/gfx-bot-1.jpg) no-repeat top right;}
#layer {margin:0 49px 0 0; color:#000000; background:transparent url(images/gfx-mix-1.jpg) no-repeat bottom right;}
td {margin:0; padding:0; }
#column_one {color:#000000; text-align:left; margin:0; padding-top:10px; width:160px; font-size:80%; line-height:120%;}
.this_page {margin:0px; padding:10px 0 14px 30px; font-size:180%; line-height:150%; borderblack 1px solid;}

#home a:link    {margin:5px; color:black;  background:#ffffff url(images/1homeglass-small.gif)  no-repeat left; padding:18px 0 18px 40px; font-size:180%; line-height:150%;}
#home a:visited {margin:5px; color:purple; background:#ffffff url(images/1homeglass-small.gif)  no-repeat left; padding:18px 0 18px 40px; font-size:180%; line-height:150%;}
#home a:active  {margin:5px; color:red;    background:#ffffff url(images/1homeglass-small.gif)  no-repeat left; padding:18px 0 18px 40px; font-size:180%; line-height:150%;}
#home a:hover   {margin:5px; color:black;  background:#ff59ff url(images/1homeselect-small.gif) no-repeat left; padding:18px 0 18px 40px; font-size:180%; line-height:150%;}

#course a:link    {margin:5px; color:black;  background:#ffffff url(images/1courseglass-small.gif)  no-repeat left; padding:18px 0 18px 40px; font-size:180%; line-height:150%;}
#course a:visited {margin:5px; color:purple; background:#ffffff url(images/1courseglass-small.gif)  no-repeat left; padding:18px 0 18px 40px; font-size:180%; line-height:150%;}
#course a:active  {margin:5px; color:red;    background:#ffffff url(images/1courseglass-small.gif)  no-repeat left; padding:18px 0 18px 40px; font-size:180%; line-height:150%;}
#course a:hover   {margin:5px; color:black;  background:#2f95f9 url(images/1courseselect-small.gif) no-repeat left; padding:18px 0 18px 40px; font-size:180%; line-height:150%;}

#tuition a:link    {margin:5px; color:black;  background:#ffffff url(images/1tuitglass-small.gif)  no-repeat left; padding:18px 0 18px 40px; font-size:180%; line-height:150%;}
#tuition a:visited {margin:5px; color:purple; background:#ffffff url(images/1tuitglass-small.gif)  no-repeat left; padding:18px 0 18px 40px; font-size:180%; line-height:150%;}
#tuition a:active  {margin:5px; color:red;    background:#ffffff url(images/1tuitglass-small.gif)  no-repeat left; padding:18px 0 18px 40px; font-size:180%; line-height:150%;}
#tuition a:hover   {margin:5px; color:black;  background:#60ff65 url(images/1tuitselect-small.gif) no-repeat left; padding:18px 0 18px 40px; font-size:180%; line-height:150%;}

#contact a:link    {margin:5px; color:black;  background:#ffffff url(images/1contactglass-small.gif)  no-repeat left; padding:18px 0 18px 40px; font-size:180%; line-height:150%;}
#contact a:visited {margin:5px; color:purple; background:#ffffff url(images/1contactglass-small.gif)  no-repeat left; padding:18px 0 18px 40px; font-size:180%; line-height:150%;}
#contact a:active  {margin:5px; color:red;    background:#ffffff url(images/1contactglass-small.gif)  no-repeat left; padding:18px 0 18px 40px; font-size:180%; line-height:150%;}
#contact a:hover   {margin:5px; color:black;  background:#fcff2b url(images/1contactselect-small.gif) no-repeat left; padding:18px 0 18px 40px; font-size:180%; line-height:150%;}

#column_two {margin-top:10px; color:#000000; padding:0px; font-size:110%; line-height:120%;}
.framed {border:#822402 2px solid;padding:20px; background-color:#e9b2b2;}
#column_three {margin-top:15px; color:#000000; padding:0; font-size:110%; line-height:120%;}
#footer {width:100%; padding-top:10px; font-size:80%; line-height:130%; text-align:center; background:#000000;}
#footer p {color:#ffffff;}
.test {border:red 1px solid;}


