/* HTML Elements */
body
{
	margin: 10px 0px 10px 0px;
	background-color: #112d52;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	background-image: url(./images/layout/bg.jpg);
	background-attachment: fixed;
}

img
{
	border: 0px;
}

form
{
	display: inline;
}

a:link
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #8c8c8c;
	font-weight: bold;
}

a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #112d52;
}

h1
{
	position: relative;
	left: -2px;
	font-weight: bold;
	font-size: 25px;
	margin: 0px 0px 5px 0px;
}
/* Class Styling */
.style2
{
	font-size: 12px;
}

.center
{
	text-align: center;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix
{
    display: inline-block;
}

html[xmlns] .clearfix
{
    display: block;
}

* html .clearfix
{
    height: 1%;
}

.hiddenPic
{
	display: none;
}

/* ID Styling */
#layout_container
{
	position: absolute;
	margin-left: -498px;
	left: 50%;
	top: 0px;
	width: 995px;
}

#layout_nav_home
{
	position: absolute;
	left: 150px;
	top: 135px;
}

#layout_nav_movies
{
	position: absolute;
	left: 305px;
	top: 242px;
}

#layout_nav_articles
{
	position: absolute;
	left: 475px;
	top: 242px;
}

#layout_nav_us
{
	position: absolute;
	left: 750px;
	top: 240px;
}
	
#layout_nav_email
{
	position: absolute;
	left: 825px;
	top: 200px;
	
}

#layout_body
{
	width: 995px;
	background-color: #000000;
}

#layout_content
{
	position: relative;
	top: 0px;
	padding: 30px;
	width: 913px;
}

#layout_footer
{
	text-align: center;
	font-size: 13px;
	padding-bottom: 10px;
}