/*MAIN LAYOUT*/
html {
	padding:0px;
	margin:0px;
	background: url("img/BG_body.jpg") #D9D9D9 repeat-x;
}

body {
	padding: 0px;
	margin: auto;
	width: 990px;
	font-family: Arial,sans-serif;
}

/*DIV HEADER*/
div#header {
	display: block;
	float: left;
	width: 100%;
	height:20px;
	background: url("img/BG_header.jpg") no-repeat;
}/*DIV HEADER*/

/*DIV CONTENT*/
div#content {
	display: block;
	float: left;
	width: 100%;
         padding: 10px 0px 10px 0px;
	background: url("img/BG_container.jpg") repeat-y;
}/*DIV CONTENT*/

/*DIV CONTENT_BORDER*/
div#content_box {
	width: 840px;
	margin: 0px 75px 0px 75px;
}/*DIV CONTENT_BORDER*/

/*DIV FOOTER*/
div#footer {
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	background: url("img/BG_footer.jpg") no-repeat;
}/*DIV FOOTER*/


/****************************************************************************************************************************/
/*CONTENT BOXEN*/
.box {margin: 0px; background: transparent; text-align: left;}
.full {width: 840px;}
.oneFourth {width: 210px;}
.oneThird {width: 280px;}
.oneHalf {width: 420px;}
.twoThird {width: 540px;}
.threeFourth {width: 630px;}

.box h1{color: #666666; text-align: justify;}
.box h2{color: #666666; text-align: justify;}
.box h3{color: #666666; text-align: justify;}
.box p {color: #333333; text-align: justify;}
.box a {color: #DC5252; text-align: justify;}

.box h1 {font-size: 14px; line-height: 16px; font-weight: bolder; margin: 0px 5px 0px 5px; padding: 7px 10px 3px 10px;}
.box h2 {font-size: 13px; font-weight: normal; margin: 3px 5px 0px 5px; padding: 5px 5px 2px 5px;}
.box h3 {font-size: 12px; font-weight: bold; margin: 3px 10px 0px 10px;}
.box p {font-size: 12px; line-height: 16px; font-size: 12px; margin: 0px 5px 0px 5px; padding: 3px 10px 3px 10px;}
.box ul {margin: 0px 10px 5px 10px; padding: 0px 5px 0px 10px;}
.box li {text-align: justify; font-size: 12px; line-height: 18px; margin: 0px 0px 0px 10px; padding:0px;}

.bgGreen_oneThird_top	{background: url(img/bgGreen_oneThird_top.jpg) no-repeat top;}
.bgGreen_oneThird_body	{background: url(img/bgGreen_oneThird_body.jpg) y-repeat;}
.bgGreen_oneThird_tail	{background: url(img/bgGreen_oneThird_tail.jpg) no-repeat bottom;}

.bgPink_oneThird_top	{background: url(img/bgPink_oneThird_top.jpg) no-repeat top;}
.bgPink_oneThird_body	{background: url(img/bgPink_oneThird_body.jpg) repeat-y;}
.bgPink_oneThird_tail	{background: url(img/bgPink_oneThird_tail.jpg) no-repeat bottom;}

.bgBlue_oneThird_top	{background: url(img/bgBlue_oneThird_top.jpg) no-repeat top;}
.bgBlue_oneThird_body	{background: url(img/bgBlue_oneThird_body.jpg) y-repeat;}
.bgBlue_oneThird_tail	{background: url(img/bgBlue_oneThird_tail.jpg) no-repeat bottom;}

.bgRed_oneThird_top	{background: url(img/bgRed_oneThird_top.jpg) no-repeat top;}
.bgRed_oneThird_body	{background: url(img/bgRed_oneThird_body.jpg) y-repeat;}
.bgRed_oneThird_tail	{background: url(img/bgRed_oneThird_tail.jpg) no-repeat bottom;}

.bgYellow_oneThird_top	{background: url(img/bgYellow_oneThird_top.jpg) no-repeat top;}
.bgYellow_oneThird_body	{background: url(img/bgYellow_oneThird_body.jpg) y-repeat;}
.bgYellow_oneThird_tail	{background: url(img/bgYellow_oneThird_tail.jpg) no-repeat bottom;}