﻿body  
{ 
background-image:url(../images/vulcansky1.jpg);
font-family:Tahoma;
font-size:16;
margin-right:100px;
}

a
{
	text-decoration:none;
}

img
{
border-style:none;
}

div.header
{
top:0px;
width:100%;
height:200px;
background-repeat:repeat-x;
background-repeat:repeat-y;
background-position:center;
}

div.banner
{
cursor:pointer;
background-image:url(../images/TnTbanner1.jpg);
top:0px;
width:800px;
height:200px;
background-repeat:repeat-x;
background-repeat:repeat-y;
background-position:center;

}

div.storyAuthorHeader 
{
	font-weight:bold;
}

div.menu
{
position:absolute;
left:0px;
width:123px;
top:250px;
}

div.menu-item
{
background-image:url(../images/menu-background-rolloff.png);
background-repeat:no-repeat;
height:25px;
text-align:center;
font-family:Tahoma;
font-weight:bold;
cursor:pointer;
}

div.siteContent
{
min-height:400px;
margin-left:150px;
margin-top:50px;
}

div.siteFooter
{
width:100%;
text-align:center;
font-size:10px;
}
div.comments
{
	border-color:#000000;
	border-width:thick;
	border-style:solid;
	margin-bottom:10px;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
}
div.comment
{
	border-color:#000000;
	border-width:thin;
	border-style:solid;
	margin-bottom:10px;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
}
div.comment_name
{
	border-bottom-color:#000000;
	border-bottom-width:thin;
	border-bottom-style:solid;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
}
div.comment_text
{
	margin-bottom:10px;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
}
div.commentBox
{
	margin-bottom:10px;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
}
div.dialogMain
{
	background-color:#666666;
}

div.dialogTitle
{
	background-color:#003399;
	color:#CCCCCC;
}

div.dialogContent
{
	background-color:#666666;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	padding-right:20px;
}
