/* ####### Main site area styling ####### */
/* ###################################### */

	*{
  padding: 0;
  margin: 0;
}


.clear {
	clear: both;
	}


	#wrapper_global {
	width: 850px;
	margin: 20px auto 10px;
	border: 2px solid #333;
	overflow: hidden;
	text-align: left;
	background: #fff;

}

	#wrapper_bottom {
	width: 850px;
	height: 40px;
	margin: 0px auto 10px;
	border: 2px solid #333;
	overflow: hidden;
	text-align: center;
	background: url(../images/bgd_nav_btm.jpg) repeat-x;
}

	#creativecommons {
	width: 134px;
	margin: 0px 0px 0px -50px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	height: 19px;
	text-align: center;
	background-color :#;	
}

/* wrapper_hp_content --------------------------------------------------------*/

	#wrapper_logo{
	/* background-color: red; */
	width: 750px;
	height: 75px;
	float: left;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	display: inline;
	text-align: left;
	background-color :#666;
}
	#wrapper_tweet{
	/* background-color: red; */
	width: 100px;
	height: 75px;
	float: right;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	display: inline;
	text-align: left;
	background-color :#666;
}
	#primary_nav {
	width: 850px;
	height: 26px;
	float: left;
	border: none;
	margin: -2px 0px 0px 0px; 
	background: url(../images/bgd_nav.jpg) repeat-x;
}
			
	ul#primary_nav {
	padding: 12px 0px 8px 0px;
	float: left;
}	
	
	#primary_nav li {
	list-style-type: none;
	float: left; /* ie6 fix, tsk */
	border: 0px solid red;
	margin: 0 10px 0px 20px;
	}		
	
	#primary_nav li a {
	padding-top: 2px;	
	color: #;
	font-size: 1.2em;
	text-align: center;
}	
		
	
	#wrapper_left_col {
	/* background-color: red; */
	width: 550px;
	height: 500;
	float: left;
	border: 0px solid blue;
	margin: auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background: url(../images/copy_background.jpg) repeat-x;
}
	
	#wrapper_left_col_gen {
	/* background-color: red; */
	width: 850px;
	height: 500;
	float: left;
	border: 0px solid blue;
	margin: auto;
	padding: 0px 0px px px;
	display: inline;
	text-align: left;
	background-color :#333;	
}
	#wrapper_left_col_creative {
	/* background-color: red; */
	width: 850px;
	height: 500;
	float: right;
	border: 0px solid blue;
	margin: 0px 0px -2px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color :#ccc;
}

	#wrapper_left_col_blog {
	/* background-color: red; */
	width: 850px;
	height: 570;
	float: left;
	border: 0px solid blue;
	margin: auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color :#fff;	
}
	#wrapper_right_col {
	width: 300px;
	height: 500;
	float: left;
	border: none;
	margin: 0px 0px -4px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	text-align: right;
	background-color :#666;

}
	
/* /wrapper_hp_content -------------------------------------------------------*/
	


/* copyright ----------------------------------------------------------*/

	#copyright {
	width: 850px;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 20px;
	border: 0px solid blue;
	height: 40px
	
}
/* /copyright ---------------------------------------------------------*/	





/* contact ----------------------------------------------------------*/
	#contact {
	width: 200px;
	margin: 0px 0px 0px 590px;
	padding: 5px 5px 5px 5px;
	text-align: right;
	color: #bc141b;
	font-size: 1.8em;
	font-weight: bold;
	border: 0px solid blue;
}
/* /contact ---------------------------------------------------------*/	


/*
Basic styling for text etc. used by older browsers such as NN4.
*/

	body {
	font-family: "arial","helvetica",sans-serif;
	font-size: 62.5%;
	color: #333;
	margin: 20px;
	padding: 0px 0px 0px 0px;

}

	p {
	float: left;
  	font-size: 1.2em;
  	line-height: 1.6em;
	font-weight: normal;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	margin-bottom: 1.2em;
	width: 90%;
	height: auto;
	text-align: left;
}

	p.bold {
	font-weight: bold;
}

	p.rightcolumn {
	font-size: 1.1em;
  	line-height: 1.4em;
	font-weight: bold;
	color:#fff;
	padding: 0px 0px 0px 20px;


}
	
	p.registered {
	font-size: 1.1em;
	font-weight: bold;
}
	
	p.copyright {
	font-size: 1.1em;
	font-weight: body;
	color:ccc#;
	text-align: left;
	padding: 0px 5px 5px 5px;

}
	
	ul {
	font-size: 1.3em;
	line-height: 1.8em;
	margin-bottom: 2.8em;
	float: left;
	font-weight: body;

}

	img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
	a:link {
  	color: #fff; 
  	text-decoration: none; 
  	background: ;
}	/*normal links in the text*/

	a:visited {
  	color: #fff; 
  	text-decoration: none; 
  	background: ;
}

	a:hover { /*this effect is not shown in NN4.xx*/
  	color: #ccff33; 
  	text-decoration: none; 
  	background: ;
}
  
	a:active {/*colour in NN4.xx is red*/ 
  	color: #fff; 
  	text-decoration: none; 
  	background: ;
}

	h1 {
	color:#333;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1em; 
	margin: 0;
	width: 100%;
	height: auto;
	margin-bottom: 1em;
	float: left;
}
/* contact form ----------------------------------------------------------*/

	#contact-area {
	width: 450px;
	margin-top: 20px;
	margin-bottom: 20px;
}

	#contact-area input, #contact-area textarea {
	padding: 10px;
	width: 450px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 0px 20px;
	border: 2px solid #ccff33;
}
	
	#contact-area textarea {
	height: 100px;
}

	#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #ccff33;
}

	#contact-area input.submit-button {
	width: 100px;
	float: center;
	margin: 10px 0px 0px 20px;

}

	label {
	float: left;
	text-align: left;
	margin-right: 0px;
	width: 100px;
	padding-top: 10px;
	font-size: 1.2em;
}

/* /contact form ---------------------------------------------------------*/	

