/* 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; }

h1	        	{color: #234486;
			 padding: 0 10 0 0px;                	
                         font: bold 13px "Verdana", serif;}

h2			{color: #234486;
			 padding: 0 10 0 0px;                	
                         font: bold 13px "Verdana", serif;}

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: #AC1300; }

a:active                {color: #234486; }

/* specific divs */

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

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

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

div#content	        {float: right;
			 width: 600px;               		
                         height: 637px;               		
                         background: url(images/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;
                         width: 450px;
                         top: 680px;
			 right: 130px;	
		         font: normal 9px "Verdana", sans-serif;
			 color: white;}

