/*#########################GENERAL DEFINITIONS#########################*/
html {
	background:#faf6f4 url(../img/home-html-bg.jpg) 50% 0 repeat-x;	
}

body {
	background:transparent url(../img/body-bg.gif) 50% 255px repeat-x;
}



/*#########################LAYOUT#########################*/

#header {
	height:400px;
}

#header #image {
	top:60px;
	left:75px;
	width:355px;
	height:345px;
}

#header #silhouette {
	width:245px;
	height:245px;
}

#header #nav-main {
	top:275px;
	left:550px;
	width:395px;
}

#home-content {
	position:relative;
	width:100%;
}

#content {
	padding:0 55px 205px 120px;
	margin:-70px auto 0 auto;
}

#headline {
	height:50px;
}

#content-left {
	margin:20px 0 0 50px;
}

#home-footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:205px;
	border-bottom:5px solid #000000;
	background:transparent url(../img/home-footer-bg.png) 50% top repeat-x;
	overflow:hidden;	
}

#footer {
	margin:95px auto 0 auto;
}



/*#########################FOOTER: LOGIN BUTTON, MISC NAVIGATION, LOGIN FORM#########################*/
#footer .tx-loginboxmacmade-pi2 {
	top:115px;
}



/*#########################CSS-STYLED-CONTENT#########################*/
#content-area .csc-header h3,
#content-area .csc-textpic .csc-textpic-text p,
#content-area .csc-textpic .csc-textpic-text ol,
#content-area .csc-textpic .csc-textpic-text ul {
	margin-left:10px !important;
}

#content-area .csc-header h3 a {
	display:block;
	padding-left:15px;
	background:transparent url(../img/link-arrow.png) 0px 5px no-repeat;
}