@charset "utf-8";
/* CSS Document */

html {
	overflow:auto;
}


body {
	height:100%;
	background-color:#232323;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing: 0.15em;
	line-height:1.9em;
	font-size:12px;
	color:#AAA;
}

#layoutMainColumn {
	margin:0px auto;
	width:1148px;
	height:100%;
	padding-bottom:0px;
	margin-bottom:0px;
}
#layoutPage {
	background-image:url(../images/tile.gif);
	background-repeat:repeat-y;
	padding-bottom:100px;
	display:block;
}

#layoutHeader {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	
	height:170px;
	padding-top:120px;
	
	width:1148px;
	
	letter-spacing:0.24em;
	text-align:right;
	font-size:18px;
	color:#FFF;
}
#layoutFooter {
	background-image:url(../images/footer_transparent_07.png);
	background-repeat:no-repeat;
	background-position:left;
	width:1148px;
	height:435px;
	top:-250px;
	position:relative;
	bottom:0px;
}
#layoutFooterContent {
	padding-left:100px;
	padding-top:300px;
	color:#000;
}
#layoutContent {
	padding-left:50px;
	padding-right:50px;
}
#layoutTitle {
	padding-top:50px;
	padding-left:50px;
	text-align:left;
	position:relative;
	clear:both;
}

#hr {
	background-image:url(../images/hr.png);
	background-repeat:no-repeat;
	background-position:center;
	width:863px;
	height:1px;
	margin:0px auto;
	padding-top:10px;
	padding-bottom:10px;
}




h1 {
	text-shadow: #CCC 2px 2px 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFF;
	font-size:52px;
}
