/************************************************
Organic Communications is a strategic integrated marketing boutique dedicated to helping our clients build relationships through the development of distinctive and engaging communication strategies delivered through traditional and interactive marketing tactics.    *************************************************/



/*************************************************   
organic, communications, michelle, molin, marketing, consulting, graphic design, results tracking, advertising, print collateral, interactive marketing, strategic planning, content development   
*************************************************/

body {
	text-align: center; /* required for centering the page in IE */
	background:  #525154 url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 26px;
  font-family: arial, trebuchet ms, sans-serif;
	font-size: 12px;  
	line-height: 1.8em;
	}
img {border: 0px; margin: 0px; padding: 0px;}	
a:link {color: white}
a:hover {color: white}
a:active {color: white}
a:visited {color: white}

/*****************************************************    
BEGIN STRUCTURE	    
******************************************************/
#wrapper {
	width: 900px;
	margin: 0 auto; /* centering the page */
	text-align: left;
		}
#header {
	height: 102px;
	background: url(images/header.png);
	background-repeat: no-repeat;
	background-position: top center;
	}
#nav {

	}	

#subNav{position: relative; left: 130px;}	

#left {
	float: left;
	width: 240px;
	height: 500px;
	text-align: right;
	
	}
#left img {
	margin-top: 100px;}	
#right {
	width:600px;
	float: right;
	padding: 0 15px 25px 15px;}
#right p {width:90%;}	
#content {
	width: 900px;
	float:left;
	background: url(images/contentbg.png);	
	background-repeat: no-repeat;
	background-position: bottom center;
	}
#footer {
	clear:both;
	}
/*****************************************************    
BEGIN TEXT STYLING    
******************************************************/
body {color: white;}
.green {color:#aed51c}
.beige {color:#d8d5cd}
  
/*****************************************************    
BEGIN MISC STYLING    
******************************************************/
textarea, input, select, option {
	background: url(images/formBg.png);
	border: 1px solid #b5b0a6;
	color: white;
	}
	
 * { behavior: url(iepngfix.htc) }
