html, body
{
	margin: 0;
	padding: 0;
	text-align: center;
}

body
{
	background-color: navy;
	font-size: 15px;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	padding: 25px;
	color:#555555;
}

h3
{
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	font-weight: normal;
	font-size:14px;
	color: #0066ff;
}

h3 a
{
	font-size:16px;
	color: 993300;
	font-weight:bolder;
}

a, a:link, a:visited
{
	text-decoration: none;
	color:#993300;
}

a:hover, a:active
{
	text-decoration: underline;
}

img
{
border: 0px;
padding: 3px;
}

blockquote
{
	padding-left: 10px;
	margin: 0px 30px;
}

.commentbody
{
        font-size:12px;
}

.footnote
{ font-size:12px;
}

.caption
{
        font-size:12px;
        width: 400px;
}

#container
{
	background:transparent url("/images/main.gif");
	background-repeat:repeat-y;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	width: 650px;
	background:background-color:#FFFFFF;

}

#top
{
        top: 20px;
	left: 0px;
	width: 650px;
	height: 145px; 
	background-color: navy;
	background-image:url("/images/banner/rotate.php");
	background-repeat:no-repeat;
	font-family:"Times New Roman", Times, serif;
}



#tag
{
        top: 10px;
	left: 0px;
        width:540px;
        float:left;
	padding: 85px 0px 0px 10px;
	font-size: 20px;
	color:#000000;
}

#toppic
{
	float:left;
        top: 10px;
	left: 550px;
        width:100px;
        height: inherit;
	background-image:url("/images/pics/rotate.php");
	background-repeat:no-repeat;
}

#tag a, #top a:link, top a:visited
{
	text-decoration:none;
	font-size: 50px;
	color:#000000;
}

#main
{
	float:left;
}

#column
{
	text-align: right;
	padding: 20px 5px;
	float:left;
	width: 175px;	
	color: #0066ff;
	font-size: 12px;
	line-height: 1.2em;
}	

#column a, #column a:link, #column a:visited
{
	padding:inherit;
	text-decoration:none;
	color:#993300;
}

#column a:hover, #column a:active
{
	color:#990000;
	text-decoration:none;
}


#content
{	
	top: 0px;
	left: 200px;
	width: 455px;
	height:inherit;
	padding:20px 5px;
	text-align:left;
	float:left;
}


#footer
{
	width: 650px;
	height: 15px;
}

.gallery
{
color: #0066ff;
}

.gallery a:hover
{
color: #0066ff;
}