/* site */

body {
	background-color:#FFF;
	margin:0;
	font-size:62.5%;
}

#site-full { width:100%; }

#top-navi {
	height:100px;
	width:100%;
	background-color:#000;
}

#gradient {
	width:100%;
	height:10px;
	background-repeat:repeat-x;
	background-image:url(../img/grad-bg.jpg);
}

#left-navi {
	width:280px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:1.3em;
	padding-top: 30px;
	padding-left: 20px;
	visibility:visible;
}

#right-main {
	padding-top: 30px;
	width:500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:1.3em;
	display:inline;
	float:left;
}


/* images */
#right-main img { padding-top:30px; padding-bottom:30px; clear:both; }
#top-navi .logo { padding-left: 50px; padding-top: 10px; }


/* headers, topics 'n titles */
#right-main h3 { }
#right-main h4 { 
	font-size:1.1em; 
	line-height:12px; 
	margin-bottom:10px; 
	margin-top: 4px;
}
#right-main .line-b { 
	border-bottom: 1px solid #CCC;
	text-align:right;
	color: #CCC;
	font-size:.9em;
	width:400px;
}

/* links */
#right-main a {	color: #006699; font-weight:bold; font-size:1em; }
#left-navi a { color: #006699; text-decoration:none; font-weight:bold; font-size:.8em; padding-bottom:2px; border-bottom: 1px dotted #000; }
