/* 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 12px "Verdana", sans-serif;                	
                 width: 350px;                	
                 text-align: left;                	
                 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 12px "Verdana", sans-serif;                	
				 list-style-type: square;
				 color: #000000;}
				
h3	        	{color: #234486;
				 padding: 0 0 0 20px;                	
				 font: bold "Verdana", serif;}

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

a:visited       {color: #2D56A9;}

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/menu_nav.gif);               		
				 background-color: #689FCB;}

div#animation	{float: left;
				 width: 360px;               		
				 height: 637px;               		
				 background: url(images/menu_animation.gif);               		
				 background-color: #689FCB;}
				 
div#content		{float: right;
				 width: 600px; 
				 height: 637px;
				 background: url(images/menu_content.gif);
				 background-color: #689FCB;}

div#copy        {position: absolute;               		
				 top: 230px;               		
				 right: 130px;               		
				 height: 265px;
				 width: 370px;               		
				 color: black;               		
				 overflow: auto;}
		
/* rollovers */

div#routine_button	{position: absolute;               		
					 top: 495px;               		
					 right: 250px;               		
					 margin: 0;              		
					 padding: 0;}
					 
/* end of rollovers */

div#address		{position: absolute;
				 top: 680px;
				 right: 140px;	
				 font: normal 10px "Verdana", sans-serif;
				 color: white; }

