HTML
																	{
																	margin: 0;
																	padding: 0;
																	}
																	
BODY     
																	{
																	margin: 0;
																	padding: 0;
																	font-family: arial, verdana;
																	background: #f9f2bc url('../gfx/bg.jpg') repeat-x top left;
																	color: #4d2324;
																	text-align: center;
																	}

A:link, A:visited
																	{
																	color: #4d2324;
																	text-decoration: underline;
																	}
A:active, A:hover
																	{
																	color: #8b6566;
																	text-decoration: none;
																	}		

H1
                                  {
																	font-size: 1.0em;
																	font-weight: bold;
																	margin: 0px;
																	padding: 0px;
                 }
H2
                                  {
																	font-size: 1.4em;
                 }
H3
                                  {
																	font-size: 1.3em;
                 }
H4
                                  {
																	font-size: 1.2em;
                 }
H5
                                  {
																	font-size: 1.1em;
                 }
H6
                                  {
																	font-size: 1.0em;
                 }



/* LAYOUT >>> */
		#outerLayer
																			{
																			background: none;
																			width: 756px;
																			margin-top: 37px !important;
																			margin-top: 38px;
																			margin-left: auto;
																			margin-right: auto;
																			text-align: left;
																			height: 550px;
																			}

		.shadowLeft 
																			{
																			background: url('../gfx/shadowLeft.jpg') no-repeat top right;
																			height: 522px;
																			width: 16px;
																			margin: 0;
																			padding: 0;
																			}

		.shadowRight
																			{
																			background: url('../gfx/shadowRight.jpg') no-repeat top left;
																			height: 522px;
																			width: 16px;
																			margin: 0;
																			padding: 0;
																			}


		.shadowTop
																			{
						             width: 756px;
						             background: url('../gfx/shadowTop.jpg') no-repeat bottom left;
						             height: 16px;
						             margin: 0;
						             padding: 0;
						             }

		.shadowBottom
																			{
																			width: 756px;
																			background: url('../gfx/shadowBottom.jpg') no-repeat top left;
																			height: 16px;
																			margin: 0;
																			padding: 0;
																			}

		#mainPart
																			{
									          width: 720px;
									          height: 618px;
									          background: #FFF;
									          font-size: 0.9em;
																			border: 2px solid #FFF;
																			border-bottom: 2px solid #FFF !important;
																			border-bottom: 1px solid #FFF;
									          }
																			
    #header
											                {
																			background: url('../gfx/bgHeader.jpg') no-repeat top left;
																			height: 95px;
																			width: 720px;
																			}
    #subheader
											                {
																			background: url('../gfx/bgSubheader.jpg') no-repeat top left;
																			height: 89px;
																			width: 720px;
																			}
																			
    #menu
				                              {
																			margin-left: -1px;
																			height: 23px;
																			width: 720px;
																			background: #f9f2bc;
																			}
																			
    #content
				                              {
																			background: url('../gfx/bgContent.jpg') no-repeat top left;
																			background-attachment: scroll !important;
																			background-attachment: fixed;
																			height: 386px;
																			width: 720px;
																			overflow: auto;
																			}
				  #contentMain
						                          {
																			margin: 20px;
																			margin-top: 14px;
																			font-size: 0.9em;
																			}
																			
    #footer
				                              {
																			background: url('../gfx/bgFooter.jpg') no-repeat top left;
																			height: 26px;
																			width: 720px;
																			}
				  #footer A.footerLink:link, A.footerLink:visited
                                     {
																			display: block;
																			position: relative;
																			left: 531px;
																			top: 0px;
																			background: url('../gfx/linkFooter.jpg') 0px 0px;
																			width: 41px;
																			height: 26px;
																			}
		    #footer A.footerLink:hover, A.footerLink:active
		                                 {
																			background: url('../gfx/linkFooter.jpg') 0px -26px;
																			}
/* <<< LAYOUT */



/* FORMATE >>> */
  .csc-firstHeader
		                                  {
																			font-size: 1.0em;
																			font-weight: bold;
																			margin: 0px;
																			padding: 0px;
																			}
/* <<< FORMATE */
