/*------------------------ main styles ---------------------*/

body	{		
		
		background-color:#E5FD9E;
		margin:0;
		padding:0;
		text-align: left;
				
		/* font stuff ok here? */
		
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 11px;
		line-height: 19px;
		color: #000000;
		font-weight: normal;
}



body {
	min-width:750px;
	padding:40px 0 40px 0;
}	
	
/*------------------------ text styles ---------------------*/

pre 		{  
		font-family: "Courier New", Courier, mono; 
		font-size: 11px; 
		line-height: 14px; 
		color: #000000;
		}
		
a 		{ 		
		color:#FF0099; 
		text-decoration:none; 
		}

A:link        { text-decoration: none; 
		color:#FF0099; }

A:visited     { text-decoration: none;  
		color:#FF0099; }

A:hover       { text-decoration: none; 
		COLOR: #fff; 
background-color: #FF0099;}


#mainText        { 
	padding: 10px;
}


div.float {
  float: left;
}
  
div.float p {
   text-align: center;
   }




img.floatLeft { float: left;
clear: left; 
margin-right: 15px; }

img.giveMeRoomSide { 
margin-right: 10px;
}


img.giveMeRoom { 
margin-top: 10px;
margin-bottom: 10px;
}

.padTop { 
margin-top: 15px;
}

.tech { 
margin-top: 15px;
background-color:#B5F23C;
}



.description  	{	
		font-size: 10px; 
		line-height: 14px; 
		font-weight: bold;
		
		}

.posted{	
		font-size: 9px; 
		line-height: 14px; 
		font-style: italic;
		}

.short_tag  	{	
margin-top:10px;
margin-bottom:10px;
		font-size: 10px; 
		line-height: 10px; 
		font-style: italic;
font-weight: bold;
		margin-left:10px;
color:#cccc00;
		}

h2 { 
font-size: 11px; 
		font-weight: bold;
		margin-bottom:10px;
		margin-top:10px;
		COLOR: #cccc00;}

/*------------------------ blog styles ---------------------*/

#wrap {
	background:#fff;
	margin:0 auto;
	width:750px;
}

#header_image 	{
		margin-bottom:10px;
}
		
#footer_image	{
		margin-bottom:10px;
		}

#left_side 	{
		
		text-align: left;
		line-height: 16pt;
		width:	500px;
		padding-left:20px;
		padding-right:30px;
		padding-bottom:40px;
		
		}
		
#right_side 	{
		float:right;
		width:180px;
		text-align: left;
		}


img { border:0; }


.noteme {
	background-color: #66FFFF;
}
