@charset "utf-8";
/* CSS Document */

body	{
	margin:0px;
	padding:0px;
	text-align:center;
	}

p	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
	margin:10px 0px 10px 0px;
	}
	
.outside-container	{
	width:100%;
}

.inside-container	{
	width:650px;
	margin:0 auto;
}

.nav	{
	margin-left:10px;
	position:absolute;
	top:0px;
	right:0px;
}

.box-full	{
	width:630px;
	background-color:#F3F3F3;
	background-image:url(../images/img_page-corner.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding:10px;
	margin:0px 0px 6px 0px;
	clear:both;
	text-align:left;
}

.box-full p	{ width:510px; }

.box-half-left	{
	width:302px;
	background-color:#F3F3F3;
	padding:10px;
	margin:0px 3px 6px 0px;
	float:left;
	text-align:left;
}

.box-half-right	{
	width:302px;
	background-color:#F3F3F3;
	padding:10px;
	margin:0px 0px 6px 3px;
	float:left;
	text-align:left;
}

