/* IMPORTANT *//* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. *//* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. *//* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. *//* basic elements */
body			{background-color:#689FCB;}

p               {font: normal 11px "Verdana", sans-serif;                	
				 width: 350px;                	
				 text-align: justify;                	
				 padding: 0 10 0 0px; }

p.links 		{font: normal 10px "Verdana", sans-serif;
				 width: 700px;
				 padding: 0.5em 0 0.5em 0;
				 margin: auto;}
				 
li          	{font: normal 11px "Verdana", sans-serif;                	
				 list-style-type: disc;
				 color: #FFFFFF; }
				 
h3	        	{color: #BD2473;
				 padding: 0 0 0 20px;                	
				 font: bold "Georgia", serif;
				 font-style: italic;}

h4				{color: #BD2473;
				 padding: 10px 0 0 0;                	
				 font: bold "Georgia", serif;
				 font-style: italic;}
				 
a:link          {color: #AC1300; }

a:visited       {color: #234486; }

a:active        {color: #234486; }

/* specific divs */

div#container   {margin: auto;               		
				 position: relative;               		
				 border-width: 1px;
			     border-color: white;
			     border-style: solid;               		
			     padding: 0;               		
			     width: 960px;               		
			     height: 720px;               		
			     color: blue;}

div#navigation  {position: relative;
				 width: 960px;               		
				 height: 83px;               		
				 background: url(images/sample_nav.gif);               		
				 background-color: #689FCB;}

div#animation   {float: left;
				 width: 315px;               		
				 height: 637px;               		
				 background: url(images/sample_animation.gif);               		
				 background-color: #689FCB;}

div#content	    {float: right;
				 width: 645px;               		
				 height: 637px;               		
				 background: url(images/sample1_content.gif);               		
				 background-color: #689FCB;}

div#menu        {position: absolute;               		
				 top: 550px;               		
				 right: 135px;               		
				 height: 280px;
				 width: 300px;
				 color: black;}
				 
div#address		{position: absolute;
				 top: 680px;
				 right: 140px;	
				 font: normal 10px "Verdana", sans-serif;
				 color: white; }
				 
				 