@charset "UTF-8";
html, body {
    height: 100%;
	width: 100%;
	}
body {
	margin: 0;
	padding: 0;
	background-color: #0a2b4e;
	background-image: url(../images/bg_05.png);
	background-repeat: repeat;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #cccccc;
	font-size: 13px;
	font-weight: normal;
	line-height: 140%;
	margin-bottom: 1px;
	letter-spacing: 0.5px;
	}
.footer {
	background-image: url(../images/cmf_16.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 900px;
	background-color: #121212;
	background-position: right bottom;
	position: fixed;
	bottom: 0px;
	z-index: 100;
}
#wrapper {
	padding: 0px;
	width: 900px;
	margin: 0 auto;
	background-color: #121212;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
html>body #wrapper {
    height: 100%;
	min-height: 100%;
	}
.contentwrapper {
	background: #121212 url(../images/cmf_11.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	width: 900px;
}
.contentfull {
	width: 700px;
	padding: 50px 100px 120px 100px;
	margin: 0;
	text-align: left;
}
a img {
	border: 0;
}
h1 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #CCCCCC;
	font-size: 15px;
	font-weight: lighter;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 140%;
	}
p {
	margin: 0px;
	padding-bottom: 1em;
	}
ul {
    list-style: disc;
	}
ul li, ol li {
    margin-bottom: 5px;
	}
a:link, a:visited, a:active {
    text-decoration: none;
	color: #4574B7;
	}
a:hover {
    text-decoration: underline;
	color: #4574B7;
	}
.rightphoto {
	border: 20px solid #FFFFFF;
	float: right;
	margin-left: 40px;
}
.leftphoto {
	border: 20px solid #FFFFFF;
	float: left;
	margin-left: 0px;
	margin-right: 40px;
}
.twist{
	width: 50px;
	position: relative;
	margin: auto;
	z-index: 99;
	bottom: 0px;
	left: 0px;
}
.footertext {
	font-size: 10px;
	color: #444444;
	text-align: left;
	position: relative;
	top: 30px;
	left: 4px;
}
.footertext a:link, .footertext a:active, .footertext a:hover, .footertext a:visited{
    color: #666666;
	}
img {
    padding: 0px;
	margin: 0px;
	}