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

/*
You are allowed to do whatever you want with this layout. Though I would be pleased if you placed a link on your site to csseasy.com or to profit42.com (best "blog about hacking" ever). Donations are also welcome: paypal@profit42.com (or follow the donation button on csseasy.com)
*/

body {
	width:829px;
	margin:0 auto;
	margin-top:30px;
	background-color: #000000;
}

a { color:#CCCCCC }
a: hover {color:#990000; font-weight:bold;}

/* ----- HEADER ----- */



#header {
	width:829px;
}



/* ----- MAIN NAVBAR ----- */



#navbar {
	width:829px; /* for modern browsers */
	height:43px !important; /* for modern browsers */
	height:75px; /* for IE5.x and IE6 */
	background-image: url(img/bg_navbar.jpg);
	text-align: center;
}
#flash {
}

#slidingDiv {
	display: none;
	background-image:url(img/bg_modal.jpg);
	background-position:center;
	padding:20px;
	width: 560px;
	margin:0 auto;
	font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
}
#slidingDiv a { color: #990000}
#slidingDiv a:hover { color: #000000; font-weight:bold}

/* ----- FOOTER ----- */



#footer {
	width:829px;
	height:38px;
	text-align: center;
	background-image: url(img/bg_social.jpg);
}
#footer .emailform {
	width: 400px;
	float: left;
	margin: 4px 0 0 132px;
	height: 27px;
}
#footer .emailform .input {
	background-image:url(img/bg_input.png);
	background-repeat: no-repeat;
	background-color:#000000;
	border:none;
	margin: 0;
	height: 22px;
	width: 212px;
	font-size:9px;
	padding: 2px;
}
#footer .networks {
	width: 140px;
	float: right;
	text-align: right;
	margin: 2px 130px 0 0;
}
#footer .img {
	margin: 0 8px 4px 0;
}

#email a {
	font-family: "Trebuchet MS";
	color: #CCCCCC;
	font-size: 10px;
}
#flash {
	width: 829px;
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #CCCCCC;
	vertical-align: middle;
	height: 20px;
}
#email {
	width: 829px;
}
