body					{
						background:#009900;
						text-align:center;
						}

body					{
						font-family:Arial, sans-serif;
						font-size:0.9em;
						color:#000;
						letter-spacing:1px;
						}

h2						{
						font-size:1.3em;
						font-weight:bold;
						margin:3px 0px 7px 20px;
						color:#009900;
						}

#whole					{
						width:750px;
						margin:0 auto;
						padding:0px;
						}

#top					{
						width:100%;
						height:90px;
						border:solid 1px #000;
						background-image:url('../pictures/main_background.gif');
						background-repeat:y-repeat;
						}

#RAPT_logo				{
						width:150px;
						float:left;
						height:90px;
						border-right:solid 1px #000;
						}

#lang					{
						width:55px;
						height:90px;
						float:right;
						border-left:solid 1px #000;
						}

#lang img				{
						margin:0px;
						padding:0px;
						border-bottom:solid 1px #000;
						display:block;
						}

#logo h1				{
						font-size:25px;
						color:#009900;
						text-align:center;
						margin:0px;
						padding:0px;
						margin-top:37px;
						}

#menu					{
						margin:10px 0px 10px 0px;
						background:#fff;
						border:solid 0px #000;
						height:14px;
						width:100%;
						font-size:0.8em;
						font-weight:bold;
						}

#menu ul,li				{
						margin:0px;
						padding:0px;
						list-style:none;
						text-indent:0px;
						}

#menu li				{
						display:inline;
						float:left;
						}

#menu a					{
						width:106px;
						border-right:solid 1px #000;
						background:#009900;
						color:#FFFFFF;
						display:block;
						text-decoration:none;
						}

#menu a:hover			{
						background:#ff9900;
						color:#FFFFFF;
						}

#main					{
						width:590px;
						margin-left:150px;
						border:solid 1px #000;
						background:#ffffff;
						min-height:400px;
						text-align:left;
						padding:5px 10px 10px 10px;
						}

#bottom						{
						border:none;
						margin:10px 0px 10px 150px;
						}

#main_left				{
						width:150px;
						float:left;
						}

#left_img				{
						width:149px;
						height:200px;
						border:solid 1px #000;
						border-right:none;
						display:block;
						margin:0px;
						padding:0px;
						}

#back_button			{
						width:100%;
						margin:10px 0px 10px 0px;
						text-align:center;
						border:solid 0px #000;
						border-right:none;
						}

#back_button a			{
						width:150px;
						display:block;
						background:#009900;
						color:#ff9900;
						text-decoration:none;
						font-size:0.8em;
						font-weight:bold;
						}

#back_button a:hover	{
						background:#ff9900;
						color:#009900;
						}



a.gallery_image			{
						height:75px;
						display:block;
						background:#fff;
						border:1px solid;
						border-color:#c00;
						margin:4px;
						padding:2px;
						float:left;
						color:#888;
						}

a.gallery_image:hover	{
						background:#c00;
						border-color:#c00;
						}

a.gallery_list			{
						font-weight:normal;
						color:#000;
						text-decoration:none;
						width:100%;
						}

a.gallery_list:hover:before	{
						content:">> ";
						font-weight:bold;
						font-size:14px;
						}

a.gallery_list:hover	{
						font-weight:bold;
						color:#c00;
						text-decoration:none;
						}
