#conash3D0 {display:none;}
#ieoxAdTag {display:none;}
/*
	background: #2e2e2e url(img/img0.png) repeat-y center;
	background: #000000 url(img/bg_dragon.png) repeat;
	background: #2e2e2e;
*/

body {
	margin: 0;
	padding: 0;
	background: #000000 url(img/bg_dragon.png) repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F0F0F0;
}

#shell {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: #000000;

}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #d4911c;
}

h2 { font-size: 18px; margin-bottom: 5px; }
h3 { font-size: 14px; margin-bottom: 5px; margin-top: 14px; }

p, ol, ul, blockquote {
	line-height: 22px;
	margin-top: 5px;
}

a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #BFBFBF;
}

a:hover {
	border: none;
}

a.imglink {
	border: none;
}

strong {
	color: #8D8C8C;
}

.clear {
	clear:both;
}

/* Posts  */

.post {
	margin-bottom: 9px;
	padding: 5px 10px 5px 15px;
	background: #131313;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
	border-left: 1px solid #1F1F1F;
}

.post h2, .post h3 {
	text-transform: uppercase;
	margin-left: -5px;
}

.post img.illustration {
	float:right;
}

.post p {
	line-height: 1.5em;
}

div.photo {
	text-align:center;
	float:right;
	padding: 2px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #F0F0F0;
}

div.photo img {
	margin-bottom: 2px;
}

.post img.pose {
	float:left;
	padding:3px;
	margin:7px;
	margin-left:0px;
	margin-top:14px;
	border:1px solid #000000;
	background: #3e3e3e;
}

/* Posts Highlight #350201 #8E1A0C */
.highlight {
	background: #350201;
}

.highlight p {
	font-size: 14px;
}


/* nav */
#nav {
	width: 720px;
	height: 70px;
	margin: 0 auto;
}

#nav ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#nav li {
	display: block;
	float:left;
	padding: 0 0 0 4px;
	background: url(img/img1.png) no-repeat left center;
}

#nav a {
	display: block;
	float:left;
	text-align:center;
	padding: 30px 16px 20px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #ffffff;
	border: none;
}

#nav a:hover {
	background: url(img/img2.png) no-repeat top center;
	color: #ff9721;
}

#nav li.active a {
	background: url(img/img2.png) no-repeat top center;
	color: #ff9721;
}
#nav li.first  {
	background: none;
	margin-left: 5px;
}

#menu {
	margin-bottom:30px;
}
#menu li {
	font-size: 13px;
}


/* Header */
#header {
	width: 760px;
	height: 225px;
	border-bottom: 4px solid #2e2e2e;
	border-top: 4px solid #000000;
	margin: 0 auto;
}

#header h1 {
	display:none;
}

#header h2 {
	display:none;
}

#logo {
	padding: 0;
	margin: 0;
	margin-left:255px;
	width: 500px;
	height: 225px;
	overflow:hidden;
	background: url(img/title_logo.png) no-repeat top right;
}

#shots {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	height: 225px;
	float:left;
}

/* Content */

#content {
	width: 740px;
	margin: 0 auto;
	padding: 10px;
}

#colOne {
	float: left;
	width: 240px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colTwo {
	float: right;
	width: 490px;
}

/* Footer */

#footer {
	clear: both;
	width: 740px;
	height: 120px;
	margin: 0 auto;
	padding-top: 20px;
	vertical-align:middle;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

#footer * {
	color: #8D8C8C;
}

#tattoo {
	float:left;
	margin-left: 20px;
}

#tattoo_mirror {
	clear:both;
	float:right;
	margin-right: 20px;
}

