@charset "utf-8";
/* CSS Document */

body
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D1222; /* Blue */
	
	margin: 0px 0px 0px 0px;
	background-color: #E5F0B9; /* White */
	}
	

.smallText
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	}	

#headerTopLeft
	{
	width: 85%;
	height: 185px;
	float: left;
	
	background-color: #F72300; /* Red */
	background-image: url(layout/portrait.png);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
#headerTopRight
	{
	width: 15%;
	height: 185px;
	
	overflow: visible; 
	float: left;
	
	text-align: right;
	
	background-color: #F72300; /* Red */
	background-image: url(layout/nkaLogo.png);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#headerTape
	{
	width: 100%;
	height: 65px;
	clear: both;
	
	background-color: #0D1222; /* Blue */
	background-image: url(layout/tapeDirt.png);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
#mainMenu
	{
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	}
	
#mainMenu a
	{
	color: #0D1222; /* Blue */
	text-decoration: none;
	}
	
#mainMenu a:hover
	{
	color: #F72300; /* Red */
	text-decoration: underline;
	}
	
#content
	{
	width: 800px;
	
	margin-left: auto;
	margin-right: auto;
	}	
	
#content h1
	{
	font-size: 14px;
	font-weight: normal;
	}	
	
#content .label
	{
	height: 20px;
	padding-left: 5px;
	color: #FFFFFF;
	background-image: url(layout/searchTD.png);
	background-position: center center;
	background-repeat: no-repeat;
	}
	
#content .labelTop
	{
	height: 20px;
	padding-left: 5px;
	padding-top: 2px;	
	color: #FFFFFF;
	background-image: url(layout/searchTD.png);
	background-position: top center;
	background-repeat: no-repeat;
	}	
	
#content .large 
	{
	width: 320px;
	}
	
#content .small
	{
	width: 60px;
	}
	
#footer
	{
	width: 100%;
	height: 20px;
	margin-top: 20px;

	color: #F72300; /* Red */	
	text-align: center;
	line-height: 20px;
	}
