/* 1) Index Theme ********************************************************************** */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../../images/structure/bg_shade.gif);
}

#container {
	width: 815px;
	background: #FFFFFF url(../../images/structure/bg_shade2.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#header {
	margin: 20px 30px;
	color: inherit;
	background-color: #FFFFFF;
}

#footer {
	background: #FFFFFF url(../../images/structure/bg_shade3.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 15px;
}

#rowOne {
	margin: 0 40px;
	color: inherit;
	background-color: #FCE1C6;
}

#rowOneLeft {
	background: #FFFFFF url(../../images/structure/st_tl.gif);
	background-repeat: no-repeat;
	width: 416px;
	height: 257px;
}

#rowOneRight {
	background: #FFFFFF url(../../images/structure/st_tr.gif);
	background-repeat: no-repeat;
	width: 245px;
	height: 37px;
	padding: 200px 20px 20px 50px;
	float: right;
}

#rowTwo {
	margin: 10px 40px 20px 40px;
}

#rowTwoLeft {
	background: #FFFFFF url(../../images/structure/st_bl.gif);
	background-repeat: no-repeat;
	width: 240px;
	height: 15px;
	padding: 178px 20px 20px 167px;
}

#rowTwoRight {
	background: #FFFFFF url(../../images/structure/st_br.gif);
	background-repeat: no-repeat;
	width: 246px;
	height: 15px;
	padding: 178px 20px 20px 36px;
	float: right;
}

iframe {
	width: 755px;
	margin: 0 30px;
}