@import url(masthead.css); /* Mast Head Styles Include Navigation and Call to Action */

@import url(homepage-content.css); /* Homepage Content Area */

@import url(interior-content.css); /* Interior Content Area */

@import url(footer.css); /* Footer Content Area */



*{

	margin:0;

	padding:0;

}





body{

	background-color: #000;

	background-image: url(../images/website-background4.jpg);

	background-repeat: no-repeat;

	background-position: center top;

	color:#928762;

	font-family: Arial, Helvetica, sans-serif;

	font-size:14px;

	line-height:18px;

}



strong

{

    font-weight:normal;

}



em

{

    font-style:normal;

}



.strong

{

    font-weight:bold;

}



.em

{

    font-style:italic;

}



p

{

    padding-bottom:14px;

}



a

{

    outline:none;

    font-weight:bold;

}



a:link, a:visited

{

    color:#d5c17e;

    text-decoration:none;

}



a:hover, a:active

{

    color:#fff;

    text-decoration:none;

}



object

{

    outline:none;

}



input

{

    outline:none;

}



img

{

    border:none;

}





/* Central Container */

#container{

	width:995px;

	margin:0 auto 0 auto;

}



/* Clear Fixes */



.clear_left{

	clear:left;	

}



.clear_right{

	clear:right;	

}



.clear_both{

	clear:both;	

}

.iealert { color:white; background:red; font-weight:bold; width:700px; margin-left: 100px; padding: 10px;}

