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

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

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

div#menu          	{position: absolute;               		
                         top: 500px;               		
                         right: 100px;               		
                         height: 280px;
			 width: 300px;
			 color: black;}

div#address		{position: absolute;
		         width: 450px; 
	                 top: 680px;
			 right: 130px;	
		         font: normal 9px "Verdana", sans-serif;
		         color: white; }