body
{
	background: url(../../gfx/bg1.jpg) #170f05 repeat-x fixed;
	margin:0px auto;
	color: white;
}

#space
{
	height: 30px;
}

#header
{
	height: 85px;
	margin-top: 30px;
}

#currently
{
	padding-top: 10px;
	margin-top: 30px;
	margin-left: 60px;
	float: left;
	width: 245px;
}

#logo
{
}

#category
{
	font: 14px tahoma, verdana, helvetica, sans-serif;
	font-weight: bold;
	padding: 10px;
	text-align: right;
}

.clearfloat
{
	clear: both;
}

#content
{
	font: 12px verdana, helvetica, sans-serif;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 780px;
}

#noborder table, #newsletter tr, #noborder td
{
	border: 0px solid #666;
}

table
{
	border: 1px solid #666;
}

td, tr
{
	border: 1px solid #666;
	padding: 10px;
}

#content a:link, #content a:visited
{
	text-decoration: underline;
	font-style: italic;
	color: white;
}

#content a:hover, #content a:active
{
	color: red;
}

#main
{
	background: url(../../gfx/leather-dark.jpg) #f1d9ab;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#bleft
{
	background: url(../../gfx/left.gif) repeat-y left; 
}

#bright
{
	background: url(../../gfx/right.gif) repeat-y right; 
}

#btop
{
	background: url(../../gfx/borderb1.gif) repeat-x top; 
}

#bbottom
{
	background: url(../../gfx/borderb1.gif) repeat-x bottom; 
}

#main p
{
	text-align: right;
	padding-right: 10px;
}

#menu
{
	font: 12px tahoma, verdana, helvetica, sans-serif;
	float: left;
	padding-top: 23px;
	padding-left: 40px;
	width: 180px;
}

#me
{
	line-height: 20px;
}

#menu a:link, #menu a:visited
{
	color: white;
	display: block;
	padding-bottom: 10px;

	padding-top: 10px;
	text-decoration: none;
}

#menu a:hover, #menu a:active
{
	color: red;
	font-weight: bold;
}

img
{
	border: 0;
}

.news
{
	border-bottom: 3px solid #666;
	border-left: 1px solid #666;
	border-right: 3px solid #666;
	border-top: 1px solid #666;
	font: 13px verdana, tahoma, helvetica, sans-serif;
	line-height: 20px;
	margin-bottom: 43px;
	margin-right: 8px;
	padding: 10px;
}

.news:hover
{
	border-bottom: 3px solid red;
	border-left: 1px solid red;
	border-right: 3px solid red;
	border-top: 1px solid red;
}

.title
{
	border-bottom: 1px solid #fff;
	color: red;
	font: 14px verdana, tahoma, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 6px;
}

.submitLink
{
   color: red;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
}