body, html {		font: 90% Arial, Helvetica, sans-serif;
					text-align: center; /* for IE */
					background:url('images/carbonbkg.jpg') top left repeat;
}

p{					line-height: 18px;
					margin:0 0px 0px;
					text-align:justify;
}

div.container {		position: relative;
					top: 20px;
					width: 900px;
					margin-left:auto;
					margin-right: auto;   /* align for good browsers */
					text-align: left; /* counter the body center */
					border: 0px #024117 solid;
}

div.topbar {		height: 100px;	
					width: 900px;	
					background: transparent;
					
}

div.nav {			float: left;
					height: 40px;
					width: 900px;
}

div.wrapper {
					background-color: transparent;
}

div.main {			float:left;
					width: 900px;
					background-color: #333;
					clear: both;
}

div.main a{			outline:none;
}

div.title {			float:left;
					width: 898px;
					background-color: #222224;
					border: 1px #fff solid;
					clear: both;
}



div.spacer {		height: 10px;	
					width: 900px;	
					overflow: none;
					background-color: #333;
					clear: both;
}

div.spacer2 {		height: 10px;	
					width: 900px;	
					overflow: none;
					clear: both;
}

div.botspacer{		height: 30px;
					width: 900px;
					background-color: #333;
					clear: both;
}

div.footer {		float: left;
					width: 900px;
					border: 1px #fff dotted;
					background-color: transparent;
}

div.footint	{		float: left;
					width: 25%;
					height: 150px;
					background: transparent;
}

p.lefttop	{		margin-left: 10px;
					font-weight: bold;
}

p.leftdes	{		margin-left: 10px;
}
