/* body */
body
	{
		color: #ffffff;
		background-color: #000000;
		margin: 1em;
	}

/* border */
p.glay {border-style: solid; border-color: #808080; border-width: 2px; width: 1000px;}

/* photo */
#photodiv{width:980; height:400; background-repeat:no-repeat; }

/* margin */
p.margin0 {background-color: #f8dce0; margin: 1px;}

/* font */
p.fss		{ font-family: "Trebuchat MS"; font-size: 70%; color: #808080; }

/* hyperlink */
a:link    { color: #808080; text-decoration: none; }
a:visited { color: #808080; text-decoration: none; }
a:hover   { color: #808080; text-decoration: none; }
a:active  { color: #ffffff; text-decoration: none; }

/* box */
div.box
      {
         border-style: solid;
         border-width: 0px 0px 2px 10px;
         border-color: #808080;
         padding:0.5em;
         background-color: #a0a0a0;
         width: 190px;
         text-align: left;
      }



/*- horizontal_jq1 -------------------------------- */
ul#menu-jq1 {
	margin: 2px 30px;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
	clear: both;
	float: left;
	width: 100%;
}
ul#menu-jq1 li{
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	height:18px;
}
ul#menu-jq1 a, ul#menu-jq1 span {
	padding: 2px 20px;
	float: left;
	text-decoration: none;
	color: #909090;
	font-weight:bold; 
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
	background: #000000;
}
ul#menu-jq1 a {
	color: #ffffff;
}
ul#menu-jq1 span {
	display: none;
}


/* rollover */
a.blog {
display:block;
width:300px;
height:100px;
text-indent:-9999px;
background-image: url("img/blogicon.png");
background-position:top;
}
a.blog:hover {
background-image: url("img/blogicon.png");
background-position:bottom;
}
