@charset "utf-8";

@import url("reset.css");
@import url("../src/slimbox.css");

html, body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}


/***************Basic Elements***************/  

body {
	line-height: 200%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #999999;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #4b4745;
	font-weight: normal;
}

h1 {
	font-size: 2.3em;
	margin-bottom: 30px;
	line-height: 100%;
	display: block;
	float: left;
}

h1 a {
	height: 170px;
	width: 121px;
	text-indent: -9990px;
	float: left;
}

h2 {
	font-size: 2.4em;
	margin-bottom: 30px;
	line-height: 100%;
}

h3 {
	font-size: 3.2em;
	margin-bottom: 12px;
	line-height: 100%;
}

h4 {
	font-size: 1.6em;
	margin-bottom: 11px;
	line-height: 100%;
}

h5 {
	font-size: 1.8em;
	margin-bottom: 10px;
	line-height: 100%;
}

h6 {
	font-size: 1.2em;
	margin-bottom: 10px;
	line-height: 100%;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}

p  {
	font-size: 12px;
	padding:0;
	line-height:1.4em;
	margin-bottom: 2em;
}
#--------------------------------- {}
.hr{ border-bottom:1px solid #CCCCCC; border-left:none; border-right:none; border-top:none; margin:10px 0 20px 0; }
.left{ float:left;}
.left_margin_right{ float:left; margin:0 10px 0 0; font-size:1.2em;}
.left_margin_right_top{ float:left; margin:4px 10px 0 0;}
.right{ float:right;}
.right_margin_top{ float:right; margin:40px 0 0 0;}
.right_margin_right{ float:right; margin:0 20px 0 0;}
.gray {color: #666; font-size:1em; font-style:normal;}
.fat{font-weight:bold;}
.small  {font-size: 1.1em; padding:0; line-height:1.4em;}
.big {font-size: 1.8em; padding:0; line-height:1.2em; color:#f1f1f1; margin:0 0 22px 0;}
.white {font-size: 1.2em; padding:0 10px 0 0; line-height:1.4em; color:#fff;}
.title{ font-size:1.1em; font-style:italic; color:#227ab0;}
.stroke { border:1px solid #fff;}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

#--------------------------------- {}
/***************Basic Layout***************/  
#container {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
#header {
	overflow: auto;
	height: 70px;
}
#wrapper {
	overflow: auto;
}





#sidebar1 {
	width: 300px;
	float: left;
	margin-top: 40px;
	display:inline;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;

}
#maincontent {
	width: 440px;
	float: left;
	display:inline;
	position: relative;

}
#sidebar2 {
	width: 180px;
	float: left;
	display:inline;
	position: relative;
	margin-top: 40px;
	margin-right: 10px;
	margin-left: 10px;
}

#footer {
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
