﻿body
{
	font-family: Arial;
	font-size: 12px;
	background: #013145;
	margin: 0;
	padding: 0;
}

#site-container
{
	width: 760px;
	margin: 0 auto;
	position: relative;
}

#header
{
	height: 450px;
	position: relative;
}
	#logo
	{
		background: url(Images/logo.jpg) no-repeat;
		position: absolute;
		top: 34px;
		left: 0;
		
		width: 123px;
		height: 62px;
	}
		#logo span
		{
			display: none;
		}
	#main-menu-container
	{
		background: #ECEDEF;
		position: absolute;
		top: 34px;
		left: 123px;
		width: 637px;
		height: 62px;
	}
		#menu-3
		{
			float: left;
			height: 62px;
			line-height: 62px;
			padding: 0 0 0 15px;
		}
			#menu-3 img
			{
				vertical-align: middle;
				border: 0;
			}
		#menu-2
		{
			float: right;
		}
			#menu-2 ul
			{
				list-style: none;
				padding: 0;
				margin: 0;
			}
				#menu-2 li
				{
					float: left;
				}
					#menu-2 a
					{
						display: block;
						height: 62px;
						line-height: 62px;
						font-size: 11px;
						font-weight: bold;
						color: #68696b;
						text-decoration: none;
						text-transform: uppercase;
						padding: 0 10px;
					}
					#menu-2 a:hover,
					#menu-2 li.expanded a
					{
						background: #fff;
						color: #001923;
					}
					#menu-2 li ul
					{
						background: #ECEDEF;
						border: solid 1px #013145;
						border-top: solid 1px #E4E9ED;
					}
						#menu-2 li li
						{
							float: none;
						}
							#menu-2 li li a
							{
								line-height: normal;
								height: auto;
								padding: 6px 35px 6px 10px;
							}
							#menu-2 li li a:hover
							{
								background: #ECEDEF;
							}
	
	#randomizer
	{
		width: 760px;
		height: 279px;
		position: absolute;
		top: 106px;
		left: 0;
	}
	#menu-4
	{
		position: absolute;
		top: 385px;
		left: 0;
		width: 760px;
		height: 65px;
	}

#menu-1
{
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px;
}


#content-container
{
	background: #fff;
}
	#content
	{
		padding: 10px 10px 0 10px;
	}
	#menu-5
	{
		padding: 10px 0;
	}

#menu-6
{
	background: #EDEDED;
	height: 30px;
	line-height: 30px;
	text-align: right;
}
	#menu-6 a
	{
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #959595;
		padding: 0 10px;
	}
	#menu-6 a:hover
	{
		text-decoration: underline;
	}
	
	
	