/* CSS Document */

html,body{
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}

body {
	margin:0;
	background-color: #212121;
}

H2{
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
}

#container {
	width:1027px;
	position: relative;
	margin: auto;
}

#header {
	width:1015px;
	position: relative;
	background-image: url(../images/header-bg.gif);
	height: 150px;
	background-repeat: no-repeat;
	margin: 0px;
	background-position: 6px;
	float: left;
}

#text {
	width:907px;
	position: relative;
	background-image: url(../images/background-bg.gif);
	background-repeat: repeat-y;
	background-position: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	text-align: left;
	float: left;
	padding-right: 60px;
	padding-left: 60px;
	line-height: 18px;
}

#content {
	width:1027px;
	position: relative;
	background-image: url(../images/background-bg.gif);
	background-repeat: repeat-y;
	margin: auto;
	background-position: 11px;
	float: left;
}

#container1 {
	width:800px;
	position: relative;
	height: 100px;
	background-image: url(../images/back.png);
	padding: 7px;
	margin-bottom: 20px;
	margin-left: 106px;
	background-repeat: no-repeat;
	float: left;
}

#container2 {
	width:800px;
	position: relative;
	height: 100px;
	background-image: url(../images/back.png);
	padding: 7px;
	margin-left: 106px;
	background-repeat: no-repeat;
	float: left;
}

#container3 {
	width:800px;
	position: relative;
	height: 100px;
	background-image: url(../images/back.png);
	padding: 7px;
	margin-left: 106px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	float: left;
}

#footer {
	width:1027px;
	position: relative;
	background-image: url(../images/footer-bg.gif);
	height: 125px;
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
}

a:link,a:visited,a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e41869;
	text-decoration: underline;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

