* {
	padding: 0;
	margin: 0;
	}

.clear {
	clear: both;
	}

body {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	background-color: #fff;
	}

a, a:link {
	color: #fe108a;
	}

#news h1 {
	font-size: 1.3em;
	}

#news #body {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	background-image: url(images/news_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 30;
	}

	#news #header, iframe {
		position: relative;
		left: 50%;
		margin-left: -505px;
		}

	#news #header { height: 100px; width: 1010px; z-index: 20; }

		#news #header ul {
			display: block;
			float: left;
			width: 380px;
			}

			#news #header li {
				float: left;
				height: 25px;
				margin-right: 30px;
				list-style: none;
				}

			#news #header a {
				display: block;
				line-height: 43px;
				color: #fff;
				text-decoration: none;
				}

			#news #nav li ul {
				position: absolute;
				left: -999em;
				margin-top: -1px;
				margin-left: -10px;
				width: 215px;
				z-index: 100;
				border: 1px #fff solid;
				}

			#news #nav #navhome { width: 240px; }
			#news #nav #navhome li { width: 230px; }

			#news #nav li ul li {
				width: 205px;
				background-color: #000;
				padding: 10px 0 10px 10px;
				z-index: 120;
				border-bottom: 1px #000 solid;
				border-top: 1px #000 solid;
				}

			#news #nav li ul li:hover, #news #nav li ul li.over {
				border-color: #fff;
				background-color: #ff0099;
				}

				#news #nav li ul li a {
					color: #fff;
					line-height: 25px;
					}

			#news #nav li ul ul {
				margin: -36px 40px 0 205px;
				padding: 0;
				}

				#news #nav li:hover ul ul, #news #nav li.over ul ul {
				left: -999em;
				}

				#news #nav li:hover ul, #news #nav li li:hover ul, #news #nav li.over ul, #news #nav li li.over ul {
				left: auto;
				}

		#news #header p {
			float: left;
			width: 600px;
			margin-top: 30px;
			}
		
		#news #header #chat_frame, #news #header #type_frame, #news #header #surf_frame {
			float: none;
			position: absolute;
			display: block;
			text-align: right;
			}
		#news #header #surf_frame a, #news #header #type_frame a {
			color: #000000;
			display: inline;
			line-height: normal;
			}

		#news #header #chat_frame { top: -16px; left: 505px; width: 135px; }
		#news #header #type_frame { top: -16px; left: 635px; width: 175px; }
		#news #header #surf_frame { top: -16px; left: 804px; width: 205px; }

		#news #header p strong { color: #fff; }

		#news #header img {
			float: right;
			margin-top: 50px;
			}
	#news #frame {
		position: absolute;
		top: 100px;
		bottom: 0;
		}

#portfolio {
	background: #000;
	margin-top: 100px;
	width: 100%;
	}

	#portfolio .text {
		width: 220px;
		position: absolute;
			left: 50%;
			margin-left: -504px;
		}

		#portfolio .text h1 {
			margin: 33px 0;
			text-indent: -600px;
			display: block;
				width: 180px;
				height: 19px;
			background: url(../images/photop_title.jpg) top left no-repeat;
			}

		#portfolio .text p { color: #fff;  margin: 33px 0; line-height: 1.4em; }
		
		#portfolio #Flash_photolio {
			position: relative;
				left: 50%;
				margin-left: -231px;
			display: block;
				height: 735px;
				width: 735px;
			clear: both;
			}


#footer {
		width: 100%;
		height: 250px;
		background: url(images/bgfoot.gif) top center no-repeat #000;
		position: relative;
		}
		
	#pageextension_whiteout #footer {
		background-image: url(images/bgfoot_whiteout.gif);
		margin-top: 50px;
		}
		
		#footer div {
			width: 800px;
			position: absolute;
			left: 50%;
			margin-left: -400px;
			}

		#footer a {
			display: block;
			float: left;
			height: 84px;
			vertical-align: middle;
			margin: 15px 0 15px 40px;
			}

		#footer p {
			clear: both;
			color: #fff;
			font-size: 0.8em;
			width: 730px;
			height: 43px;
			position: absolute;
			left: 20px;
			top: 130px;
			}

			#footer p a {
				display: inline;
				float: none;
				height: auto;
				margin: 0;
				color: #fff;
				text-decoration: none;
				font-weight: bold;
				vertical-align: text-top;
				}