/* base css */
@import url(/.shared/themes/common/base-weblog.css);

a { text-decoration: underline;font-weight:normal; }
a:link { color: #666666;font-weight:normal; }
a:visited { color: #666666;font-weight:normal; }
a:active { color: #666666;font-weight:normal; }
a:hover { color: #000000;font-weight:normal; }


.plain2 a { text-decoration: none;font-weight:normal; }
.plain2 a:link { color: #333; }
.plain2 a:visited { color: #333; }
.plain2 a:active { color: #333; }
.plain2 a:hover { color: #e56f66; }



/* layout */

body
{
	margin: 0;
        margin-top:30px;
        margin-bottom:15px;
	color: #333;
	background: #FFFFFF; 
	font-family: verdana;
	font-weight: normal;
	font-size: large;
        background-image:url('');
        background-repeat:no-repeat;
        line-height:150%;
}

#container { position: static; }

#container-inner
{
	position: static;
	border: 0px solid #707070;
	background: #fff;
}


#banner
{
	border: 0;
	/* no ie mac \*/ height: 120px; /* ie win 5.5, 6 win */
	color: #fff;
	background: #fff;
        background: url("http://www.dhamel.com/title.png") no-repeat;
        padding-bottom:10px;
        align:center;
        background-position:center;
}



	#banner-inner { overflow: visible; padding: 0; }
	
	#banner-header
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}

#banner-header a
	{
		display: block;
		left: 0;
		top: 0;
		height: 64px;
		text-indent: -1000em;
	}
	
	#banner-description
	{
		overflow: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		text-indent: -1000em;
	}



/* two-column-right tweaks */

	.layout-two-column-right #container
	{
		width: 1020px;
	}

	.layout-two-column-right #alpha
	{
		width: 1020px;
	}

	.layout-two-column-right #alpha-inner
	{
		border: 0;
		padding: 10px;
		background: #fff;
	}

	.layout-two-column-right #beta
	{
		width: 0px;
	}

	.layout-two-column-right #beta-inner
	{
		border: 0;
		padding: 0px;
		background: #fff;
 
	}


li {
  margin-bottom: 7px;
}

/* ph=1 */
