body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
#theShell {
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#theShell #header {
	background-color: #336699;
	font-variant: small-caps;
	position: relative;
}
#theShell #header h1 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#theShell #header #synopsis {
	left: 325px;
	top: 3px;
	position: absolute;
}
#theShell  #header  #synopsis ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#theShell #header #synopsis #theSecond {
	padding-left: 175px;
}
#theShell #header #synopsis #theThird {
	padding-left: 375px;
}


#theShell #photo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 700px;
	background-color: #CCCCCC;
}
#theShell #stalk {
	margin: 0px;
	float: left;
	width: 185px;
	color: #999999;
	font-variant: small-caps;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#theShell #stalk ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#theShell #stalk li {
	padding-bottom: 7px;
}
#theShell #stalk a {
	color: #CCCCCC;
	text-decoration: none;
}
#theShell #stalk a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#theShell #stalk #digg {
	background-image: url(images/social-icons/digg.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#theShell #stalk #facebook {
	background-image: url(images/social-icons/facebook.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#theShell #stalk #flickr {
	background-image: url(images/social-icons/flickr.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#theShell #stalk #lastfm {
	background-image: url(images/social-icons/lastfm.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#theShell #stalk #linkedin {
	background-image: url(images/social-icons/linkedin.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#theShell #stalk #twitter {
	background-image: url(images/social-icons/twitter.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#theShell #stalk #youtube {
	background-image: url(images/social-icons/youtube.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#theShell #menu {
	background-color: #336699;
	font-variant: small-caps;
	clear: both;
	text-align: center;
}
#theShell #menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#theShell #menu li {
	float: left;
}
#theShell #menu .leftBorder {
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
}
#theShell #menu .leftBorder a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	display: block;
	width: 223px;
}
#theShell #menu .leftBorder a:hover {
	background-color:#999999;
	color:#336699;
}
#theShell #menu .noBorder a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	display: block;
	width: 225px;
}
#theShell #menu .noBorder a:hover {
	background-color:#999999;
	color:#336699;
}
#footer {
	font-size: 10px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	width: 100%;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
	font-size: 1px;
}
