@charset "UTF-8";
/* IMPORT COMMON CSS FILES */
@import url("common.css");
/* CSS BRICSYS */

/* MAIN LAY-OUT */

body
{	
	/* BACKGROUND */
	background:url(../image/site/system/repeat.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#container
{
	margin:0 auto;
	width:1000px;
	height:auto;
	overflow:hidden;
}


#text
{
	float:left;
	height:auto;
	width:700px;
	margin-left:50px;
	margin-top:40px;
	overflow:hidden;
}


/* GRADIENT ROUNDED BOX */

#gradientcontainer
{
	float:left;
	width:678px;
	height:auto;
}

#gradientcontent h1
{
	font-weight:bold;
	color:#333333;
	font-size:16px;
	margin-left:10px;
}


#gradientcontent
{
	float:left;
	width:678px;
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#eef1f5;
}
