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

body {	
			margin:0;
			padding:0;
			font-family: Arial, Helvetica, sans-serif;
			color:#CCC;
			background:#000;
			}

img {
			border-style:none;
			}
			
h4 {
			font-size:16px;
			color:#ffcccc;
			}
			

#wrapper {
			height:900px;
			}
			
#menu #wrapper {
			height:auto;
			}

#news #wrapper {
			margin:0 auto 0 auto;
			padding:0 0 10px 20px;
			width:780px;
			height:auto;
			border-left:1px solid #FFCCCC;
			border-right:1px solid #FFCCCC;
			border-bottom:1px solid #FFCCCC;
			}
						
#container {
			margin-top:0; margin-left:auto; margin-right:auto;
			padding:0 0 10px 20px;
			width:780px;
			height:auto;
			border-left:1px solid #FFCCCC;
			border-right:1px solid #FFCCCC;
			border-bottom:1px solid #FFCCCC;
			}
			
#info #container {
			height:auto;
			}

#index #container {
			margin-top:0; margin-left:auto; margin-right:auto;
			padding:0 0 0 20px;
			width:780px;
			height:auto;
			padding-bottom:10px;
			height:auto;
			}
			
#news #container_news {
			background:url(images/news_bg.jpg) repeat-y top left;
			}
			
/* HEADER STYLE */

#header {
			width:760px;
			height:95px;
			}

#info #header {
			background:url(images/header_bg_info.jpg) no-repeat top left;
			}

#index #header {
			background:url(images/index_header3.jpg) no-repeat top left;
			}
			
#news #header {
			background:url(images/news_header4.png) no-repeat top left;
			}
			
#header img {
			float:left;
			}

/* NAVIGATION  */

#header ul {
			list-style:none;
			font-family:Arial, Helvetica, sans-serif;
			margin:0;
			padding:0;
			float:right;
			}
			


#header li {
			margin:0 20px 0 0;
			padding:0;
			line-height:200%;
			float:left;
			}
			
			
#header li a:link, #header li a:visited, #header li a:hover, #header li a:active {
			display:block;
			padding: 5px 5px 10px 5px;
			text-decoration:none;
			font-size:12px;
			color:#FFF;
			}
			
#header li a:hover {
			color:#666;
			background:#FFCCCC;
			}

#info #header a.home {
			background:#FFCCCC;
			color:#666;
			}

#gallery #header a.home {
			background:#FFCCCC;
			color:#666;
			}

#menu #header a.home {
			background:#FFCCCC;
			color:#666;
			}

#news #header a.home {
			background:#FFCCCC;
			color:#666;
			}
			
/* MASTHEAD */

#masthead {
			width:760px;
			height:100px;
			}

#info #masthead {
			background:url(images/masthead_info.jpg) no-repeat top left;
			}
			
#index #masthead {
			margin-bottom:10px;
			height:349px;
			background:url(images/index_masthead2.jpg) no-repeat top left;
			}

#menu #masthead {
			height:216px;
			background:url(images/menu_masthead.jpg) no-repeat top left;
			}
						
/* MAIN CONTENT */
			
#main_content {
			width:760px;
			height:auto;
			font-family:"Times New Roman", Times, serif;
			line-height: 16px
			}
			
#info #main_content {
			padding:5px;
			}

#index #main_content {
			margin-bottom:5px;
			text-transform:capitalize;
			}		


#gallery #main_content {
			height:473px;
			}

#menu #main_content {
			width:540px;
			padding-top:10px;
			padding-left:110px;
			padding-right:110px;
			text-align:center;
			}
			
#news #main_content {
			padding:10px 300px 0 25px;
			width:435px;
			height:686px;
			background:url(images/news_content_bg.png) no-repeat top right;
			}
			
#menu h4 {
			font-size:16px;
			color:#ffcccc;
			}
			
#index #c_left {
				margin-right:50px;
				width:150px;
				height:373px;
				margin-bottom:7px;
				float:left;
				background:#FFCCCC;
				}

#index #c_center{
				width:360px;
				height:373px;
				margin-bottom:7px;
				float:left;
				background:#FFCCCC url(images/c_center.png) no-repeat center center;
				}
				
#index #c_right {
				margin-left:50px;
				margin-bottom:7px;
				width:150px;
				height:373px;
				float:left;
				background:#FFCCCC;
				}
			
#info #mainCol {
				width:460px;
				float:left;
				}


#info h2 {
				margin-bottom:10px;
				font-size:14px;
				color:#FFCCCC;
				}
						
#info p.info_p {
			padding:0 5px 0 5px;
			font-size:12px;
			text-align:left;
			line-height:150%;
			letter-spacing:1.5px;
			}
			
#info p.info_p a {
			text-decoration:none;
			font-weight:bold;
			color:#FFCCCC;
			}
			
#news p.news_p {
			padding:0 5px 0 5px;
			font-size:12px;
			text-align:left;
			color:#FFF;
			line-height:150%;
			letter-spacing:1.5px;
			}

#news p.news_p span {
			font-weight:bold;
			color:#FFCCCC;
			}	
			
#menu p.menu_p {
			padding:0 5px 0 5px;
			font-size:11px;
			text-align:center;
			line-height:150%;
			letter-spacing:1.5px;
			}
			
#info p.info_p span {
			font-weight:bold;
			color:#FFCCCC;
			}		
				
#info #sidebar {
			margin-top:20px;
			margin-right:20px;
			padding-left:20px;
			width:250px;
			height:auto;
			font-size:12px;
			border-left:1px solid #FFCCCC;
			float:right;
			}

#flashcontent  {
			width: 760px;
			height: 473px;	
			}
			
/* FOOTER */

#footer {
			width:760px;
			height:50px;
			background: #000000 url(images/pig-pig.png) no-repeat center center;
			clear:both;
			}
			
			
#news #form {
			margin-top:10px;
			margin-bottom:10px;
			margin-left:15px;
			padding-top:35px;
			padding-left:50px;
			height:160px;
			width:320px;
			color:#FFF;
			background:url(images/news_email_bg.png) no-repeat top left;
			}
			
#form #submit {
			margin-left:75px;
			}		



			