body {
	margin: 0px;
	padding: 0px;
}
#wrapper #lay_head {
	height: 100px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22/%3E");
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	width: 100%;
}

#wrapper #lay_head #ct_head {
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	padding-top: 10px;
}
#wrapper #lay_intro {
	height: 457px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22/%3E");
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	width: 100%;
}

#wrapper #lay_intro #ct_intro {
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 457px;
	text-align: center;
}
#wrapper #lay_navi {
	clear: both;
	width: 100%;
}

#wrapper #lay_navi #ct_navi {
	clear: both;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapper #lay_content {
	width: 100%;
	clear: both;
}

#wrapper #lay_content #ct_content {
	clear: both;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 25px;
	padding-bottom: 20px;
}
#wrapper  #lay_concl {
	clear: both;
	width: 100%;
}


#wrapper #lay_concl #ct_concl {
	clear: both;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 457px;
	padding-left: 25px;
	padding-bottom: 20px;
}
#wrapper #lay_foot {
	height: 100px;
	background-color: #000066;
	clear: both;
	width: 100%;
}

#wrapper #lay_foot #ct_foot {
	clear: both;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	padding-top: 10px;
	padding-left: 25px;
}
#wrapper #lay_content #ct_content #part11 {
	padding-left: 8px;
}
* html selector{
property:value;
}

*+html selector{
property:value;
}

selector{
/property:value;
}

selector{
property:value\9;
}
selector,x:-moz-any-link{
property:value;
}
body:first-of-type selector{
property:value;
}