@charset "utf-8";
/* Default CSS Document */

Body {
	background: url(../Media/Layout/Blue-Plaid-01.png) repeat ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size: 12px ;
	color: rgb(100,100,100) ;
}
a {
	color: rgb(10,10,10) ;
	text-decoration: none ;
	outline: none ;
}
a img {
	border: 0px ;
}
H1, H2, H3, H4 {
	display: inline ;
}
#Container {
	position: relative ;
	margin: auto ;
	margin-top: 25px ;
	width: 760px ;
}
	#Header {
		float: left ;
	}
	#Content {
	}
		#Content-Top {
			height: 86px ;
			background: url(../Media/Layout/Content-Top.png) no-repeat bottom;
		}
			.Masthead {
				float: left ;
				margin: 0 0 0 32px ;
			}
			#SocialNetworking {
				float: left ;
				margin: 15px 0 0 20px ;
			}
		#Content-Center {					
			overflow: auto ;		
			padding-top: 10px ;
			padding-left: 50px ;
			background: url(../Media/Layout/Content-Middle.png) repeat-y ;
		}
			#Content-Copy {
				width: 375px ;
				float: left ;
				padding: 10px ;
			}
			#Content-Showcase {
				position: relative ;
				float: left ;
				width: 280px ;
				background-color: rgb(240,240,240) ;
				border: 1px solid darkgray ;
				overflow: auto ;
				padding: 10px ;
			}
				#Content-Showcase Img {
					display: block ;
					margin-left: auto ;
					margin-right: auto ;
				}
				#Content-Showcase-Copy {
					background-color: rgb(240,240,240) ;
					margin: 5px ;
					margin-top: 0px ;
					padding: 5px ;
					font-size: 12px ;
					color: #444444 ;
				}
		#Content-Bottom {
			height: 41px ;
			background: url(../Media/Layout/Content-Bottom.png) no-repeat
		}
			#Footer {
				margin-top: 30px ;
			}
				#Footer #ContactInfo {
					float: right ;
					margin-right: 43px ;
				}
				#Footer #Profile {
					float: right ;
					margin-right: 10px ;
				}
				#Footer #Bio {
					float: right ;
					margin-right: 10px ;
					width: 300px ;
					text-align: right ;
					color: rgb(51,51,51) ;
					font-family: Arial, Helvetica, sans-serif ;
				}
					#Footer #Bio a {
						font-weight: bold ;
					}
				#Footer ul {
					display: inline ;
					float: right ;
					margin-top: 10px ;
					margin-right: 30px ;
				}
					#Footer ul li {
						float: right ;
						margin-left: 40px ;
						list-style: none ;
					}