/*  
Client Name: Martin Atkins
URI: http://www.martinatkins.net
Description: Styling for The Assassin.
Version: 1.1
Author: Liz Watts
Author URI: http://www.imaner.net/
*/

body {
	margin: 0;
	color: #000033;
	background-color: #000066;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* Page layout */

#wrapper {
	margin: 0;
	width: 100%;
}
#background {
	margin: 0;
	width: 100%;
	background-color: #000099;
}
#masthead {
	margin: 0;
	padding-top: 6px;
	width: 656px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin: 0;
	width: 628px;
	margin-left: 0px;
}
#logo {
	margin: 0;
	left: 0px;
	top: 0px;
	height: 87px;
	width: 198px;
	margin-bottom: 0 !important;
	background: url(images/logo4.gif) top left no-repeat !important;
	visibility: visible;
	z-index: 10;
}
#dart {
	position: relative;
	margin: 0;
	left: 0px;
	top: 0px;
	height: 15px;
	width: 53px;
	margin-bottom: 0 !important;
	visibility: visible;
	z-index: 11;
}
#dart h2 {
	position: relative;
	margin: 0;
	left: -600px;
	top: 0px;
	height: 15px;
	width: 53px;
	z-index: 12;
	background: url(images/reddart.gif) top left no-repeat !important;
	visibility: visible;
}
#navbar {
	margin: 0;
	margin-left: 10px;
	width: 628px;
	color: #ffffff;
	padding: 4px;
	font-size: 12px;
	line-height: 16px;
	background-image: url(images/bar.gif);
	text-align: center;
}
#content {
	margin: 0;
	width: 588px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000033;
	border: 4px solid #000044;
	border-top-style: none;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 588px;
	font-size: 12px;
	color: #CCCCCC;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

/* Basic formatting */

.toppic {
	float: right;
	margin-right: 2px;
}
#navbar a {
	padding-left: 16px;
	padding-right: 16px;
	text-decoration:none;
	border-right: 1px solid #999999;
	color: #000066;
}
#navbar .first {
	border-left: 1px solid #999999;
}
#navbar a:hover {
	color: #CC0000;
	border-right: 1px solid #666666;
}
h1 {
	color: #CC0000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	margin-bottom: 20px;
}
.picright {
	float: right;
	margin-left: 40px;
	margin-top: 10px;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}
a:hover {
	color: #000099;
}
.caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
}
.page {
	font-size: 12px;
	color: #000066;
	display: block;
	padding-bottom: 6px;
}
.page a {
	color: #cc0000;
	text-decoration: none;
}
.page a:hover {
	color: #cc0000;
	text-decoration: underline;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.small {
	font-size: 12px;
}
#twitter .caption, #twitter_update_list .caption {
	font-weight: normal;
}
#twitter_update_list li {
	margin-top: 6px;
}
#snip-content {
	background-color: #FFFFFF;
}
#col {
	float: right;
	width: 200px;
	margin-left: 50px;
}