@charset "utf-8";
/* CSS Document */
body {
	font-family: "Century Gothic", "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	font-size:small;
	color:#000000;
	background-color:#7573D9;
	}

* html body {
  font-size:x-small; /* for IE5/Win */
  f\ont-size:small; /* for other IE versions */
  }

* {margin:0; padding:0; border:0px solid red;}

p {margin:15px 0;}

#container {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 1000px;
	text-align: center;
	}
	
	#navigation-area {
		float:left;
		width:100%;
		background-color:#1D1AB2;
		}
		
		#navigation-area #nav-logo {
			float:left;
			width:220px;
			background-color:#666666;
			}
			
			#navigation-area #nav-logo ul {
				list-style:none;
				}
				
				#navigation-area #nav-logo ul li {
					float:left;
					}
				
				#navigation-area #nav-logo ul li a,
				#navigation-area #nav-logo ul li a:visited {
					display:block;
					width: 42px;
					float:left;
					padding:15px;
					background-color:#0B0974;
					color:#ffffff;
					text-decoration:none;
					border-right:1px solid #ffffff;
					}
					
				#navigation-area #nav-logo ul li a:hover {
					background-color:#514ED9;
					}
					
		#navigaion-area #nav-header {
			float:left;
			width:780px;
			}
			
			#navigation-area #nav-header ul li {
				list-style:none;
				float:left;
				}
				
				#navigation-area #nav-header ul li a,
				#navigation-area #nav-header ul li a:visited {
					display:block;
					color:#ffffff;
					background-color:#1D1AB2;
					padding:12px 10px 16px 10px;
					text-decoration:none;
					font-size:110%;
					}
					
				#navigation-area #nav-header ul li a:hover {
					background-color:#323086;
					}
			
	#header-area {
		float:left;
		width:100%;
		overflow:hidden;
		background-color:#514ED9;
		}
		
		#header-area #logo {
			float:left;
			width:220px;
			height:220px;
			background-color:#f2f2f2;
			background-image:url(../images/logo.gif);
			background-repeat:no-repeat;
			padding-bottom: 32767px !important;
			margin-bottom: -32767px !important;
			}
			
		#header-area #header-main {
			float:left;
			width:534px;
			height:220px;
			background-image:url(../images/header1.jpg);
			background-repeat:no-repeat;
			padding-bottom: 32767px !important;
			margin-bottom: -32767px !important;
			}
			
		#header-area #header-news {
			float:left;
			width:226px;
			background-color:#514ED9;
			padding-bottom: 32767px !important;
			margin-bottom: -32767px !important;
			padding:10px;
			text-align:left;
			}
			
			#header-area #header-news h2 {
				font-weight:100;
				color:#202020;
				}
			
	#main {
		float:left;
		width:100%;
		background-color:#DBDBDB;
		}
		
		#content {
			float:left;
			width:734px;
			text-align:left;
			padding:10px;
			background-color:#DBDBDB;
			text-align:left;
			}
			
			#content a,
			#content a:visited {
				font-weight:bold;
				color:#773B5D;
				text-decoration:none;
				}
				
			#content a:hover {
				background-color:#773B5D;
				color:#ffffff;
				}
			
			#main #content h1 {
				font-weight:100;
				color:#202020;
				}
				
			#main #content h2 {
				padding:10px 0;
				font-weight:100;
				}
				
			#main #content ul {
				margin-left:30px;
				padding-bottom:10px;
				}
			
		#main #right-column {
			float:left;
			text-align:left;
			width:246px;
			}
			
			#right-column p {
				margin-left:20px;
				}
				
			#right-column h2 {
				padding:10px 0;
				font-weight:100;
				font-size:180%;
				margin-left:20px;
				}
				
			#right-column a,
			#right-colunn a:visited {
				display:block;
				color:#DBDBDB;
				background-color:#773B5D;
				text-decoration:none;
				margin-top:10px;
				padding:5px;
				}
				
			#right-column a:hover {
				color:#ffffff;
				background-color:#514ED9;
				}
			
	#footer {
		clear:both;
		float:left;
		width:100%;
		height:20px;
		background-color:#1D1AB2;
		margin-bottom:10px;
		}
