/* CSS Document */

body			{font-family:'Arial', 'Helvetica', 'sans-serif'; text-align:center; background:#ffffff;}
a				{color:#FFFFFF; text-decoration:none;}

h2				{font-size:14px; font-weight:bold; color:#006600;}
#title			{background:#ffffff url('images/title.jpg') no-repeat; width:750px; height:100px; margin-left:-15px; margin-bottom:10px;}

#container		{width:750px; height:600px; text-align:justify; background:#ffffff /*url('background_1.jpg')*/ center no-repeat; }
#footer			{width:750px; text-align:center; background:#ffffff;}

#menu			{width:225px;}
#item1			{margin-left:75px;}
#item2			{margin-left:50px;}
#item3			{margin-left:25px;}
#item4			{margin-left:0px;}
#item1, #item2, #item3, #item4	{width:150px; margin-bottom:5px; background:#00FF00; text-align:center;}
#item1:hover, #item2:hover, #item3:hover, #item4:hover	{background:#009900;}

#content		{height:300px; width:750px;}

#pictures		{border-left:1px solid #009900; border-right:1px solid #009900;}
.pic_leftcell	{padding-right:15px;}
.pic_rightcell	{padding-left:15px;}

#text			{text-align:justify; background: url('content_background.png') center no-repeat; overflow:auto; padding:15px;}
#text_content	{height:250px; width:720px; overflow:auto;}

p				{margin-left:15px; margin-right:15px; margin-top:30px;}
b				{color:#006600;}

.links			{color:#003300;}
.links:hover	{color:#009900;}

.left_align		{text-align:left;}