@charset "UTF-8";


body					{
						padding:0px;
						margin:0px;
						}

#global					{
						width:800px;
						padding:0px;
						margin:20px auto;
						}
						
#navigation				{
						width:800px;
						height:200px;
						}
						
#banner					{
						position:absolute;
						height:200px;
						width:520px;
						}
						
#home					{
						width:70px;
						height:200px;
						position:absolute;
						margin-left:520px;
						background-image:url(images/button_home.jpg);
						}
						
#home:hover				{
						background-image:url(images/button_home_h.jpg);
						}
						
#project				{
						width:70px;
						height:200px;
						position:absolute;
						margin-left:590px;
						background-image:url(images/button_project.jpg);
						}
						
#project:hover			{
						background-image:url(images/button_project_h.jpg);
						}

#threed					{
						width:70px;
						height:200px;
						position:absolute;
						margin-left:660px;
						background-image:url(images/button_3d.jpg);
						}
						
#threed:hover			{
						background-image:url(images/button_3d_h.jpg);
						}
						

						
#links					{
						width:70px;
						height:200px;
						position:absolute;
						margin-left:730px;
						background-image:url(images/button_links.jpg);
						}
						
#links:hover			{
						background-image:url(images/button_links_h.jpg);
						}

#content				{
						padding:20px 20px 10px 20px;
						background-image:url(images/bg_content.jpg);
						}
						
h1						{
						padding:0px;
						margin:0px 0px 15px 0px;
						font-family:Arial;
						font-size:18px;
						}

p						{
						padding:0px;
						margin:0px;
						font-family:Arial;
						font-size:14px;
						text-align:justify;
						}
						
#content_bottom			{
						padding:0px;
						margin:0px;
						}
						
#footer					{
						padding:0px;
						margin:5px 0px;
						}
						
#footer p				{
						font-size:10px;
						text-align:center;
						}
						
#footer a				{
						color:#000000;
						text-decoration:none;
						}
