/*
 * @author: Nanae Toyozato
 * @created: 09/19/2006
 * @modified: 09/09/2006
 * @file: style-twocolumn.css
 * @description
 * This style is used for 2 column layout style.
 */
 
/***************************
 * General Style - Overwrite Global SCC
 ***************************/
 h1.title	{
	margin: 25px 0;
	padding: 0;
 	color: #3F3F3F;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.7em;
	border-bottom: 1px solid #CCCCCC;
}
h1 .titlenote	{
	font-size: 70%;
	text-transform: uppercase;
}
p	{
	font-size: small;
	line-height: 1.3em;
}

/***************************
 * LAYOUT
 ***************************/
#main	{
	margin: 10px 0 0 0;
	padding: 0;
	width: 800px;
	height: auto;
}
#rightcontents	{
	width:590px;
	float:right;
}
#contents-table	{
	width: 100%;
	border-top: 3px solid #004D8C;
}
#inner	{
	margin:0 20px 20px 20px;
	padding:0;
}
/***************************
 * LEFT MENU
 ***************************/
#leftmenu	{
	margin: 0;
	padding: 0 0 0 0;
	width: 200px;
	float: left;
}

/***************************
 * ROUND CORNER  MAIN CONTENTS
 ***************************/
td.border-left	{
	background:url(http://www.digitaldominion.com/images/box-border-left.gif) repeat-y;
	width:10px;
}
td.border-right	{
	width:10px;
	background:url(http://www.digitaldominion.com/images/box-border-right.gif) repeat-y;
}
td.border-bottom	{
	background:url(http://www.digitaldominion.com/images/box-bottom.gif) repeat-x;
	height:10px;
}

/***************************
 * PAGENAVIGATION
 ***************************/
#pagenav	{
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
	padding: 0;
	text-align: right;
}#pagenav ul	{
	margin: 0;
	padding: 0;
}
#pagenav li	{
	display: inline;
	font-size: 8pt;
}
#pagenav li a	{
	color: #29568F;
	text-decoration: none;
 }
#pagenav li a:hover	{
	text-decoration: underline;
}
/**************************
 * SCREENSHOT THUMBNAIL 
 **************************/
img.thumb	{
	width: 216px;
	margin: 5px 5px 5px 0;
	border: 0;
}





