/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{float:right; width:526px; height:32px; background-image:url(../images/bg_menu.gif); background-repeat:repeat-x;}
#submenu{float:right; width:526px; height:32px; background-image:url(../images/bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{float:right; width:560px;}
#leftpanel{float:left; width:240px;}
#leftcolumn{float:left; width:380px;}
#rightcolumn{float:right; width:390px;}
#footer{float:left; width:780px; background-color:#e0e0e0; padding:10px;}
#centered{ width: 800px; text-align: left; border: 0px; padding: 0; margin: 0 auto;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}

#mainimg {
	background-image:url(../images/bg_eye_800x600a.gif);
	background-repeat:no-repeat;
	height:500px;
	background-position:center
}

img.picP
{
position: relative;
top: 5px;
width: 200px;
height: 80px;
padding: 8px;
border: 0px;
}

img.picA
{
position: relative;
top: 5px;
width: 192px;
height: 97px;
padding: 8px;
border: 0px;
}

img.picB
{
position: relative;
top: -2px;
width: 146px;
height: 75px;
padding: 7px;
}

img.floatleft
{
float: left;
margin: 0px 14px 3px 0px;
}



