@charset "utf-8";
/* Too lazy to comment this one. Oh, wait. */

@font-face {
	font-family: 'DesyrelRegular';
	src: url('layout_images/fonts/desyrel-webfont.eot');
	src: local('☺'), url('layout_images/fonts/desyrel-webfont.woff') format('woff'), url('layout_images/fonts/desyrel-webfont.ttf') format('truetype'), url('layout_images/fonts/desyrel-webfont.svg#webfontfotxpUe5') format('svg');
	font-weight: normal;
	font-style: normal;
} /* From FontSquirrel */

@font-face {
	font-family: 'TinetRegular';
	src: url('layout_images/fonts/TungusFont_Tinet-webfont.eot');
	src: local('☺'), url('layout_images/fonts/TungusFont_Tinet-webfont.woff') format('woff'), url('layout_images/fonts/TungusFont_Tinet-webfont.ttf') format('truetype'), url('layout_images/fonts/TungusFont_Tinet-webfont.svg#webfontU5pZKASR') format('svg');
	font-weight: normal;
	font-style: normal;
} /* From FontSquirrel */

div {padding: 0px; margin: 0px; }
body {
	background:url(layout_images/wall_bg.png);
	font: 11pt DesyrelRegular, Arial, Helvetica, sans-serif;
	color: #472c11;
	text-align: center;
}

#container {
	width: 960px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -480px;
	background: url(layout_images/content_bg.png);
	z-index:1;
}

#header {
	height: 322px;
	width: 960px;
	background: url(layout_images/header_image.png);
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#home_link {
	height: 102px;
	width: 465px;
	position: absolute;
	left: 46px;
	top: 184px;
	background: url(/Site/blank.gif) repeat;
	border-style: none;
}

#main {
	position: relative;
	width: 960px;
	clear: both;
	padding: 5px 5px 40px;
	z-index:5;
}

#nav {
	width: 160px;
	position: relative;
	right:60px;
	z-index: 5;
	float:right;
	padding: 2px 5px 2px 15px;
}

#content {
	width: 650px;
	position: relative;
	left: 60px;
	z-index: 5;
}
#content_topper {
	background: url(layout_images/content_upper_image.png);
	width:960px;
	height:318px;
	position: absolute;
	top: -65px;
	left: 0px;
	z-index: 2;
}
#content_bottom {
	background: url(layout_images/content_lower_image.png);
	width:960px;
	height:311px;
	position: absolute;
	bottom:130px;
	left: 0px;
	z-index:2;
	clear:both
}

#footer {
	height: 190px;
	width: 960px;
	background: url(layout_images/footer_image.png);
	position: relative;
	left: 0px;
	bottom: 0px;
	z-index: 10;
	clear:both;
}
#friend_box {
	height: 147px;
	width: 460px;
	position: absolute;
	left: 423px;
	top: 34px;
}
#partners {
	height: 116px;
	width: 106px;
	position: absolute;
	top: 25px;
	left: 10px;
}
#affies {
	height: 116px;
	position: absolute;
	top: 25px;
	left: 120px;
	width: 330px;
}


h1 {
	font: 36pt TinetRegular, Arial, Helvetica, sans-serif;
	margin: 1px 0px 5px 10%;
	padding: 0px;
	text-align: center;
	border-bottom: 2px dotted #472c11;
	width: 80%;
}

h2 {
	font: 20pt DesyrelRegular, Arial, Helvetica, sans-serif;
	margin: 2px 1px 3px 5px;
	padding: 0px;
}

h3 {
	font: 14pt TinetRegular, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #472c11;
	width: 90%;
	margin: 1px 0px 2px;
	padding: 0px;
	}

ul {
  margin: 0px;
  padding: 0px;
  list-style: disc url(layout_images/snake_bullet.gif) inside;
  text-align: left; 
}

a {
	text-decoration: none;
	font-size: 12pt;
	color: #472c11;
}
a:hover {
	font: 13pt TinetRegular, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#nav a { font-size: 12pt; }
#nav a:hover {
	font-size: 14pt;
}

p {
	margin: 2px;
	padding: 1px;
	white-space: pre-line;
	text-align: left;
}

textarea {
	height: 60px;
	width: 180px;
	float: none;
	margin: 2px;
	padding: 1px;
	background: #b69b6a;
	color: #472c11;
	border: 1px dotted #472c11;
	font: 7pt "Courier New", Courier, monospace;
}

img { border-style: none; }

