/* CSS Document */
/* More CSS for Edward J. Thomas Site   */

.style1 {font-family: "Comic Sans MS"}
body {
	background-color: #CACAAE; 
	background-image: url(/edward_thomas/aleutians/images/edward_j_thomas_aleutians_ww2_background.jpg) !Important;
	background-attachment:fixed;
	
}


#footer {
	clear: both;
	background: #669900;
	color: #CCCC66;
	padding: 5px 10px;
	text-align: right;
	font-size: 80%;
}
-->
</style>





<style type="text/css">



body {
	background-attachment:fixed;
	background-image:url(/edward_thomas/aleutians/images/edward_j_thomas_aleutians_ww2_background50percent.jpg)
	
}




.style2 {color: #FF0000}
.style3 {color: #00DF00}
.style5 {color: #FF0080}



#features h2   {
		font-size:100%;
}


#features {
		width:400px;
		position:static;
	    text-align:left;
}



#features_right {
		width:350;
		position:static;
		text-align:right;
		
}





#twitter_features h2  {
		font-size: 100%;
}


#twitter_features  {
		width:100px;
		position:absolute;
		top:230px;
		right:0px;
		
}




/* From tutorial at http://www.barelyfitz.com/screencast/html-training/css/positioning/        */

#div-1 {
 position:relative;
}
#div-1a {
 position:absolute;
 top:0;
 right:0;
 width:180px;
}
#div-1b {
 position:absolute;
 top:0;
 left:0;
 width:200px;
 font:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
}






.style6 {color: #CC0000}




.pullquote {
font: 18px Arial, Helvetica, sans-serif;
color: #666666;
width: 120px;
margin: 10px 0px 10px 10px;
padding: 5px;
border-bottom: 2px solid #666666;
border-top: 2px solid #666666;
float: right;
}

#container  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	
/*	background-color:#FFFFFF;
	padding: 5px;   */
	
}

body {
	text-align: center;
/*	background-color: #9EC7A0;   */
	
}

#menu {
	float: left;
	width: 150px;
	margin-right: 10px;
	
}

#content  {
	float: left;
	width: 590px;
		
}

#sidebar {
	float: right;
	width: 200px;
	
}

#footer {
	border-top: 1px solid #000000;
	clear: both;
	margin-left: 0px;
	padding-top: 10px;
	
}
	
	
}

