@CHARSET "UTF-8";

@import url("top.css");
@import url("leftMenu.css");
@import url("inner.css");
@import url("personal.css");
@import url("forms.css");

html {
	overflow-y: scroll;;
	background: #d3fadd;	
}


body, table {
	font: 100% Tahoma;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


div.bg { 
	position: absolute; 
	top: 0px;
	left: 0px;
	height: 100%; 
	width: 100%; 
	z-index: -99;	
}

body > div.bg {
	position: fixed;
}




div.container {
	position: relative;
	width: 900px;
	margin-left: 10px;
}


div.top {
	position: relative;
	width: 100%;
	height: 110px;
}


div.top div.logo {
	position: absolute;
	bottom: 20px;
	left: 120px;
}



div.middle {
	position: relative;
	width: 100%;
	height: auto;
}


div.middle div.left {
	float: left;
	width: 233px;
}

div.middle div.innerContainer {
	position: relative;
	width: 655px;
	float: right;
}


div.inner {
	position: relative;
	padding: 0 0 20px 7px;
}


div.footer {
	position: relative;
	width: 100%;
}


div.footer div.copy {
	position: absolute;
	right: 0px;
	width: 280px;
	border-top: 2px solid black;
	text-align: right;
	font-size: 11px;
}

div.footer div.copy img {
	margin-top: 10px;
}


/* tags */

div.tags {
	position: relative;
	margin-top: 10px;
	width: 233px;
}


div.tags div.tag {
    color: black;
}


div.tags, div.tags a {
	text-decoration: none;
	color: gray;
	font-size: 11px;
	line-height: 16px;
}

div.tags a:hover {
	color: red;
}



/* banners */


div.banners {
	position: relative;
	margin-top: 15px;
}

div.banners div.banner {
	margin: 2px 0;
}



