/* CSS Document */

/* the body and html sections set basic settings for the entire page */
body{
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:13px;
}

html{
	background-color:#c3b2a8;
}

a, a:visited{
	color: #4775a9;
}

a:hover{
	color:#e14629;
	}

/* This creates a centered div that will hold all the sections of the site*/
#site_container{
	width: 805px;
	margin:auto;
	background-image:url(images/cols.jpg);
	background-repeat:repeat-y;
}
/*This div holds everything besides the columns in the page*/
#centercontent {
	width:781px;
	margin-left: 12px;
}

/*This div positions the image header on the page*/
#header{
	width:781px;
	height:154px;
}

/*This div positions the text "...in the heart of Old Town Alexandria VA" on the page*/
#header2{
	width:781px;
	margin-top: 10px;
	margin-left: 25px;
	color:#898377;
	font-size: 25px;
	}

/*This div positions dropdown menus on the page*/	
#col_holder{
	width:781px;
	}

#int_left_col{
	width:472px;
	margin-left:20px;
	float:left;
	}
	
*html #int_left_col{
	margin-left:10px;
	}
	
	#image{
		border: 2px #c3b2a8 solid;
		}
	
	#writing{
		margin:15px 0 15px 0;
		width:472px;
		clear:both;
		line-height:18px;
		}
		
		#left_col {
			width:230px;
			float:left;
		}
		#right_col{
			width:230px;
			float:right;
		}
			
#int_right_col{
	width:249px;
	margin-left:20px;
	float:left;
	}
	
	.yellow{
		color:#b7b345;
		}
	
	#box{
		border: 2px #c3b2a8 solid;
		width:221px;
		font-size:12px;
		line-height:20px;
		padding:10px;
		font-weight:bold;
		}
		
		div#box strong{
			font-size:14px;
			color:#414342;
		}
		
		#centered{
			text-align:center;
			}
			
		div#box img{
			float:left;
			border:none;
			margin-right:10px;
		}
	div#int_right_col ul{
		padding:0;
		margin:0 0 15px 10px;
		}
		
	div#int_right_col li{
		margin-top:5px;
		padding-left:16px;
		list-style:none;
		background-image:url(images/bullet.jpg);
		background-repeat:no-repeat;
		}
		
	.clear{
	clear:both;
	}
	#footer{
	clear:both;
	padding-bottom: 5px;
	font-weight:bold;
	}
	
	div#footer li{
		display:inline;
		list-style:none;
		margin: 0 20px 0 15px;
	}
	
	div#footer a{
		color:black;
		text-decoration:none;
		}
		
	div#footer a:hover{
		color:#e14629;
		text-decoration:none;
		}

