A 			{ color: inherit; text-decoration: inherit;  background-color: transparent; } 

	A:link		{ color: #3A5073; text-decoration: underline; background-color: transparent; } 

	A:visited	{text-decoration: underline; color: #2B3B55; background-color: transparent; } 

 A:focus { text-decoration: underline; background-color: transparent; } 

	A:hover		{ text-decoration: underline; background-color: transparent; } 	

A:active	{ text-decoration: underline; background-color: transparent; } 




#blogcolumn {
position: absolute;
left:120px;
top:100px;
width:450px;
text-align:justify;
}

#sidebar {
position: absolute;
left:650px;
top:250px;
width:200px;
}

#header {
	padding: 0;
	margin: 0 auto;
	height: 40px;
	width: 100%;
	background-color: #FFFFFF;
	}
	
	
#logo {
top:0px;
left:0px;
width:690px;
height:79px;
}

.blogtext {

		font-family: Georgia, "Times New Roman", serif;

		color:#262424;

		font-size: 15px;		
  
        line-height:20px;

background-color: transparent;

text-decoration: none;

text-align: justify;

		}	


.headlines {

		font-family: Georgia, "Times New Roman", serif;

		color:#262424;

		font-size: 20px;		
  
        line-height:22px;
font-weight:bold;

background-color: transparent;


		}	

.smalltext {

		font-family: Georgia, "Times New Roman", serif;

		color:#262424;

		font-size: 10px;		
  
        line-height:14px;
text-transform: uppercase;

background-color: transparent;

text-decoration: none;

		}	

.tagtext {

		font-family: Georgia, "Times New Roman", serif;

		color:#262424;

		font-size: 12px;		
  
        line-height:14px;
text-transform: uppercase;

background-color: transparent;

text-decoration: none;

		}	

.smalllighttext {

		font-family: Georgia, "Times New Roman", serif;

		color:#44474B;

		font-size: 9px;		
  
        line-height:14px;

background-color: transparent;

text-decoration: none;

		}



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

	


	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}



/* Begin Images */


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */


blockquote  { 
	margin-left: 25px; 
padding-left: 5px;
margin-right: 25px;
padding-right: 5px;
	border-left: 1px dotted #44474B; 
font-family: Georgia, "Times New Roman", serif;
font-size: 13px;
text-align: justify;
font-color:#262424;
line-height: 16px;


}



.center {
	text-align: center;
	}