/* graphical style */

/* elements */

			body			{			
							margin: 0;
						
							color: white;
							background: black;
							text-align: justify;
							font-size: 75%;
							font-family: "Tahoma", "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
							}
.strongWhat {
	text-transform: uppercase;
}

			
			a				{
							color: #f08;
							text-decoration: none;
							font-weight: bold;
							}
							a:hover			{
											color: white;
											text-decoration: underline;
											}
							
			h1, h2, h3, h4, h5	{
							margin: 0;
							
							color: #d79c59;
							font-family: "Times New Roman", Times, serif;
							font-size: 200%;
							font-weight: normal;
							}
			
			h4				{
							font-size: 100%;
							}
			
			img				{
							border: none;
							}
							
			p				{
							margin-bgottom: 1em;
							}
							
			address			{
							margin-bottom: 1em;
							clear: both;		
									
							text-align: center;
							font-style: normal;
							}
							
			acronym			{
							cursor: help;
							border-bottom: 1px dashed #777;
							}
							
			td				{
							vertical-align: top;
							}
							
			th				{
							background: #112;
							text-align: center;
							}
							
							
							
/* named elements */

			#mainwrap		{
							width: 700px;
							margin: auto;
							padding-top: 50px;
							
							background: #334;
							color: white;
							border-left: 1px solid #556;
							border-right: 1px solid #556;
							}
							
							#header			{
											height: 300px;
											width: 500px;
											margin: auto;
											}
											
							#links			{
											padding: 1em;
											
											text-align: center;
											}
							
							#main			{
											padding: 1em;
											}
											
											
			#footerwrap		{
							padding: 1em;

							background: #112;
							border-top: 1px solid #556;
							text-align: center;
							}											
							#copyright		{
											}
								
