/* ============= */

/* = STRUCTURE = */

/* ============= */

a {	
	text-decoration:none;
}

html {	
	height:100%;
}

body {	
	margin-top:20px;
	background-image:url(/images/bg.gif);
	background-position:0 -60px;
	background-repeat:repeat-x;
	background-color:#19191a;
}

#header {	
	padding-top:15px;
	margin:auto;
	width:865px;
	height:73px;
	background-image:url(/images/logo.gif);
	background-repeat:no-repeat;
	position:relative;
}

#homeLink {	
	display:block;
	float:left;
	width:295px;
	height:5

0px;
/*b

order: 1px solid red; /*remove when you get it sized correctly*/
}

#wrapper {	
	margin:auto;
	height:100%;
	width:925px;
}

#content {	
	width:925px;
}

#inset {	
	margin:0 35px;
}

#navcontainer {	
	position:absolute;
	right:0;
	top:40px;
}

#navlist li {	
	display:inline;
	list-style-type:none;
	margin-top:28px;
	padding-left:15px;
	font-size:12px;
}

/* ============== */

/* = Typography = */

/* ============== */

body {	
	font:80%/150% "Helvetica Neue", Arial, Helvetica, sans-serif;
}

a {	
	color:#cacaca;
}

a:hover {	
	color:#666;
}

p {	
	margin:0 0 20px;
}

#navlist a {	
	text-transform:uppercase;
	

/*	font-size: 105%;*/
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}

#navlist a.selected {	
	color:#434343;
}

/*For /contact and /about*/

body {	
	color:#999999
}

h2,h3,h4 {	
	font-weight:bold;
	margin:0 0 10px;
	text-transform:uppercase;
}

h2 {	
	font-size:140%
}

h3 {	
	font-size:115%;
}

h4 {	
	font-size:110%;
}

hr {	
	height:1px;
	border-width:0;
	border-top:2px solid #434343;
	margin:20px 0;
	clear:both;
}

/*For /contact*/

#contact,#advertising {	
	float:left;
	width:48%;
}

#subscribe,#credits {	
	float:right;
	width:48%;
}

#contact,#subscribe {	
	padding-top:30px;
}
input{	
	background-color:#999999;
	border:0;
	padding:3px;
}
input.processing{	
	background-color:#434343;
	color:#FFF;
	border:1px solid red;
	padding: 2px;
	border-color:#666 #000 #000 #666;
}
.dada{	
	font-size:80%;
	margin-top:10px;
}
input#f_s{
	margin-right:70px;	
}