body
{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%; /* font sizing in ems, baby. if you want to change anything, just change this.*/ /*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: red;
	background-color: #e0e0e0;
	margin: 12px 0 12px 0;
}


/*typography*/
a
{
	text-decoration: none;
	color: #649CD9;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #649CD9;
}
a:first-letter
{
	text-decoration: underline;
}
.ie_fix a
{
	text-decoration: none;
}

h1
{
	position: absolute;
	left: -9000px;
	font-size: 1.6em;
	margin: 1.2em 12px 1.2em 12px;
	font-weight: normal;
}
h2
{
	font-size: 1.6em;
	margin: 1.2em 12px 1.2em 12px;
	font-weight: normal;
}
h3
{
	font-size: 1.1em;
	margin: 1.2em 12px 0.0em 12px;
	font-weight: bold;
}
h4
{
	font-size: 1.0em;
	margin: 1.2em 12px 1.2em 12px;
	font-weight: bold;
}
h5
{
	font-size: 0.8em;
	margin: 1.2em 12px 1.2em 12px;
	font-weight: bold;
}
h6
{
	font-size: 0.8em;
	font-weight: normal;
}
img
{
	border: 0;
}
ol, ul, li
{
	/* 	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
p
{
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0em 12px 1.2em 12px;
}
li > p
{
	margin-top: 0.2em;
}
strong, b
{
	font-weight: bold;
}

.first
{
	margin-top: 1.4em;
}
#content ul
{
	margin-bottom: 1.2em;
}
/* Layout*/
#container
{
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 1px solid #acacac;
	background-color: #fff;
}

#banner
{
	padding: 0px;
	margin-bottom: 5px;
	height: 237px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ddd;
}

.home #banner
{
	background-image: url(images/banner/reikan04.gif);
}
.about #banner
{
	background-image: url(images/banner/reikan04.gif);
}
.portfolio #banner
{
	background-image: url(images/banner/reikan04.gif);
}
.contact #banner
{
	background-image: url(images/banner/reikan04.gif);
}
.links #banner
{
	background-image: url(images/banner/reikan04.gif);
}
.disclaimer #banner
{
	background-image: url(images/banner/reikan04.gif);
}
.copyright #banner
{
	background-image: url(images/banner/reikan04.gif);
}
.privacy #banner
{
	background-image: url(images/banner/reikan04.gif);
}

#content
{
	padding: 2px;
	background-color: #fff;
}

#footer
{
	clear: both;
	padding-left: 2px;
	background-color: #fff;
}

/*Menu*/
#navcontainer
{
}

#navlist
{
	margin: 0;
	padding: 1px 0 4px 3px;
	border-bottom: 1px solid #e0e0e0;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 5px;
	font-weight: bold;
	margin: 0 3px 4px 3px;
	text-decoration: none;
	color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover, #navlist a:focus
{
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
	background: transparent;
	color: #000;
}

#navlist li a:focus:after
{
	content: " [" attr(accesskey) "] ";
}

#navlist a:hover, #navlist a:focus
{
	color: #000;
}

html > body #navlist li a
{
	width: auto;
}
