/*main css file */

body	{background: #eb4f03;
		font-family: tahoma, verdana, sanserif;
		font-size: 11px;
		line-height: 11.5px;
		color: #000000;
		margin: 0;}
		
#header	{background: url(images/back_01.jpg);
		width: 622px;
		height: 376px;
		}
		
#navi	{font-size: 20px;
		line-height: 20.5px;
		width: 500px;
		float: left;
		padding-left: 90px;
		padding-top: 350px;
		color: #eb4f03;
		}
		
#navi a {color: #ffffff;
		text-decoration: none;}
		
#navi a:link {color: #ffffff;}

#navi a:active {color: #ff0060;}

#navi a:visited {color: #ffffff;}

#navi a:hover {color: #4df2ff;}
		
a {color: #ffffff;
		text-decoration: none;}
		
a:link {color: #ffffff;}

a:active {color: #ff0060;}

a:visited {color: #ffffff;}

a:hover {color: #4df2ff;}		

#content {background: url(images/back_02a.jpg);
		width: 622px;
		height: 535px;
		}
		
#content2 {background: url(images/back_02b.jpg);
			width: 622px;
			height: 535px;
			}
				
#content3 {background: url(images/back_02c.jpg);
			width: 622px;
			height: 535px;
			}
			
#contenttext {width: 530px;
			height: 500px;
			float: left;
			padding-left: 40px;
			padding-top: 100px;
			}
		
#footer	{background: url(images/back_03.jpg);
		width: 622px;
		height: 114px;
		}
		
#anchor1 {float: right;
			display: block;
			width: 40px;
			height: 35px;
			background-image: url(images/forward_reg.jpg);
			}

#anchor1:hover {width: 40px;
			height: 35px;
			background-image: url(images/forward_hover.jpg);
			}

#anchor2 {float: left;
			display: block;
			width: 40px;
			height: 35px;
			background-image: url(images/back_reg.jpg);
			}

#anchor2:hover {width: 40px;
			height: 35px;
			background-image: url(images/back_hover.jpg);
			}