@import url(form.css);
@import url(util.css);

A:link {
	text-decoration: none; color:#6cf; 
	font-family: arial;
	font-weight: normal;
}

A:visited {
	text-decoration: none; color:#99c; 
	font-family:  arial;
	font-weight: normal;
}

A:active {
	text-decoration: none; color:#0000ff; 
	font-family:  arial;
	font-weight: normal;
}

A:hover 
{	text-decoration: underline; color:#ff0000; 
	font-family:  arial;
	font-weight: normal;
}

h2{
color: #ccc;
text-align: center;
}

body{
	color: #fc0;
	background-color: #000;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:1em;
	}

#footer{text-align: center;}


#header{
	width: 46em;
	}

#contact{
	float: left;
	color: #ccc;
	font-size: larger;
	}

#wrapper{
	position: relative;
	width: 720px;
	padding-top: 2em;
	background-color: #000;
	margin: 0px auto 0px auto;
	}

img{
border: 0px;
}

#phlogo{
float: right;
}

#header{
border: 0px;
margin: 0 0 5px 0;
}

#contentcontainer{
position: absolute;
top: 19em;
}

#topphone{
	color:white;
	background-color:inherit;
	font-size:1.3em;
	}

#content{
	width: 44em;
	border: 3px solid #ffcc00;
	padding: 1em;
	background-color: #111;
}

#content h2{
font-family: Georgia, Georgia, serif;
}

#leftcontent{
	position: relative;
	float: left;
	width: 46%;
	padding-right: 25px;
/*	border-right: 1px solid #ffcc00; */
	margin-bottom: 15px;
	}

#rightcontent{
/*	border-left: 1px solid #ffcc00;*/
	padding-left:25px;
	position: relative;
	float: right;
	width: 46%;
	}

#bottomcontent{
border-top: 3px solid #fc0;
}

br{
clear: both;
}

#footer{
text-align: center;
padding-left: 1em;
}

#menuMovie{
	top:  120px;
	left: 540px;
	position: absolute;
	z-index: 100;
	}

#menu{
	top:  220px;
	left: 0px;
	position: absolute;
	height: 1em;
	background-color: #000;
	border: 1px solid #fc0;
	border-left: 0px;
	border-right: 0px;
	z-index: 100;
	font-size: 1.1em;
	font-family: Georgia, Georgia, serif;
	letter-spacing:.1em;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
	}

#menu a{padding-right: 10px;}
#menu a:link{color: #fff;}
#menu a:visited{color: #fff;}
#menu a:hover{color: #fc0;text-decoration: none;}

.rightimage{
	float: right; 
	margin: 5px 0px 10px 10px;
	}

li h3{
	display:inline;
	padding-top:14px;
	}


#yougetlist li{
	padding-top:14px;
	}

#featuredArticle{
	align:center;
	text-align:left;
	border:solid 1px;
	border-color:#6cf;
	padding:0px 5px 5px 15px;
	color:#ffcc00;
	background-color:inherit;
	font-family:arial;
	font-size:.9em;
	margin-bottom:3px;
	}

#featuredArticle A{
	text-decoration: underline; color:#6cf; 
	font-family: arial;
	font-weight: normal;
	}

#featuredArticle h2,#featuredArticle h2 A{
	margin-bottom:3px;
	margin-top:3px;
	font-size:1.3em;
	background-color:inherit;
	text-decoration:none;
	}
