/*		Redefines		*/

html,
body
{	height: 100%;
	}
	
body
{	background-color: #fff;
	font-family: arial, helvetica, sans-serif; 
	font-size: .7em;
	margin: 10px;
	}
	
	img
	{	border: none;
		}
		
	a
	{	color: #aa0030;
		text-decoration: none;
		}
		a:hover
		{	text-decoration: underline;
			}
		
	/*		Containers		*/
	
	#page_container
	{	position: relative;
		width: 970px;
		float: left;
		border-right: solid 1px #f1f1f1;
		}
		#header
		{	width: 960px;
			height: 144px;
			}
			#logo
			{	float: left;
				}
			#flash_banner
			{	width: 637px;
				height: 144px;
				overflow: hidden;
				}
				
		#head_navigation
		{	width: 960px;
			line-height: 40px;
			margin-bottom: 6px;
			}
			#head_navigation a
			{	display: block;
				margin-right: 10px;
				float: left;
				}
				a#mother_link
				{	width: 174px;
					background: url('../site_mainGraphics/navigation/arrow.gif') no-repeat left center;
					margin: 0;
					text-indent: 17px;
					}
			#head_navigation h3
			{	font-size: 1.3em;
				font-weight: 400;
				margin: 0;
				float: right;
				}
		
		#head_devider
		{	width: 960px;
			background-color: #f1f1f1;
			clear: left;
			}
			#head_devider a
			{	margin-left: 17px;
				font-weight: bold;
				line-height: 1.6em;
				}
				
		#body
		{	width: 960px;
			margin: 20px 0;
			}
			#body div,
			#body iframe
			{	float: left;
				}
				#navigation
				{	width: 174px;
					border-top: solid 1px #ccc;
					}
					#navigation a
					{	display: block;
						padding-left: 17px;
						border-bottom: solid 1px #ccc;
						line-height: 2em;
						color: #000;
						}
						#navigation a:hover,
						#navigation a.selected
						{	background: url('../site_mainGraphics/navigation/arrow.gif') no-repeat 0 6px;
							color: #aa0030;
							text-decoration: none;
							}
							
							a#badge
							{	width: 130px;
								height: 130px;
								border: none;
								padding: none;
								margin: 20px 0;
								text-align: center;
								}
								a#badge:hover
								{	border: none;
									background: none;
									}
				#content
				{	width: 544px;
					margin: 0 40px;
					padding-bottom: 30px;
					}
					#content div
					{	float: none;
						}
						
					#content h1
					{	font-size: 2em;
						font-weight: normal;
						line-height: 1em;
						margin: 0 14px 0 0;
						}
						
					#content h3
					{	font-size: 1.2em;
						font-weight: bold;
						line-height: 1em;
						margin: 15px 5px 0 0;
						}
					#content p
					{	line-height: 1.5em;
						}
				#mascus
				{	width: 160px;
					height: 500px;
					border: none;
					}
		#footer
		{	width: 960px;
			border-top: solid 1px #ccc;
			clear: both;
			text-indent: 215px;
			}
			#footer p
			{	margin-top: 10px;
				}
				
		#banner_container
		{	width: 210px;
			margin-left: 10px;
			float: left;
			}
			#banner_container div
			{	background-color: #f1f1f1;
				height: 144px;
				margin-bottom: 10px;
				}			
			#banner_container a
			{	display: block;
				margin-bottom: 10px;
				}
