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


/* font info */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	line-height:16px;
	text-decoration:none;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color: #CCCCCC;
	line-height:16px;
	text-decoration:none;
	margin-bottom:20px;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	color: #CCCCCC;
	line-height:16px;
	text-decoration:none;
	margin-bottom:20px;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	text-align:right;
	color: #999;
	line-height:16px;
	text-decoration:none;
}


/* link info */

a:link {
	color: #999;
	text-decoration:none;
}
a:visited {
	color: #999;
	text-decoration:none
}
a:hover {
	color: #333333;
	background-color:#FFFFFF;
}
a:active {
	color: #999;
	background-color:#FFFFFF;
}
/* ----- standard CSS stuff for all sheets? --------*/

body {
	background-color: #000000;
	padding: 0;
	margin-top:0px;/*margin: 0 auto; = centre */
	/* background colour for body of page*/
}
#background {
	width: 900px;
	margin: 0 auto;
	height:auto;
	/* 	"margin: 0 auto;" Center the content */
	background: #000000;
}

#content-container {
	min-height: 1px /* For IE */
}

* html #content-container {
	height: 1px;
}

#content-container:after { /* For FF and modern browsers */
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
	content: ".";
	background: #000000;
}

/* ------Content begin-------- */

#menu1 {
	width: 150px;
	height: auto;
	float: left;
	background-color: #000000;
	margin-top:10px;
	margin-right:30px;
}
#content1 {
	width: 500px;
	height: auto;
	float: left;
	background-color: #000000;
	margin-right: 30px;
	margin-top:10px;
}
#content2 {
	width: 150px;
	height: auto;
	float: left;
	background-color: #000000;
	margin-top:10px;
}

#header {
	width: 880px;
	height: auto;
	float: left;
	margin-top:100px;
	background-color:#000000;
	border-bottom-color:#FFFFFF;
}

#icon {
width:100px;
height:auto;
margin-bottom:20px;
float:left;
vertical-align:middle;
}

.img
{
 margin-bottom:5px;
 float:left;
 width:500px;
 padding-top:20px;
 height:auto;
}

.imgMargin
{
 margin-top:20px;
 margin-bottom:15px;
 float:left;
 width:500px;
 height:auto;
}

.intro
{
	float:left;
	margin-top:10px;
 margin-bottom:25px;
 width:500px;
}

#introIcon {
width:250px;
height:auto;
float:left;
margin-bottom:25px;
}

.identity
{
float:right;
 width:350px;
 height:auto;
 margin-bottom:25px;
 clear:right;
}

.identityV
{
float:left;
 width:275px;
 height:auto;
  margin-bottom:25px;
}

.footer
{
 margin-bottom:5px;
 float:left;
 width:500px;
 height:auto;
}
