@charset "UTF-8";
/* CSS Document */

body
{
background: 
	url(images/ids_img1.jpg) no-repeat,
	url(images/bg2.jpg) repeat-x;
background-color: #3397b1;
}

#section
{
	padding-left:132px;
	padding-top:20px;
	font-family: Helvetica, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:22px;
	width:700px;
}

#navi
{
	padding-left: 132px;
	padding-top:250px;
	font-family:Helvetica, sans-serif;
	font-size:20px;
}
	

A:link
{color:#3397b1;text-decoration:none; cursor: pointer; font-weight: normal; font-size:18px}

A:visited
{color:#3397b1;text-decoration:none; cursor: pointer; font-weight: normal;}

A:active
{color:#3397b1;text-decoration:none; cursor: pointer; font-weight: normal;}

A:hover
{color:#06C;text-decoration:none; cursor: pointer; font-weight: normal;}