/*Main Styles*/
{margin: 0; padding: 0; border: 0;}

body {
	margin: 0px; 
	padding: 0px;
	background: url(images/fbg.jpg) repeat-x;
	background-color: #252525;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#FFFFFF;
	font-size:14px;
	text-align: center;
}


#container {
	position: relative;
	background: url(http://www.kloud-nine.com/images/bg.jpg) repeat-x;
	width: 1359px;
	margin: 0 auto;
}
#header {
	height: 542px;
	background: url(images/cheader.jpg) no-repeat;
	margin: 0 auto;
}

#content {
	width: 800px;
	float: left;
	text-align: left;
	margin-top: -150px;
	padding-left: 200px;
	padding-right: 30px;
	position: relative;
}
#navigation {
	float: left;
	margin-top: -175px;
	padding-left: 440px;
	position: absolute;
	text-align: left;
	list-style-type: none;
}


#navigation ul{
	width: 700px;
	height: 100px;
	margin: 0;
	text-align: left;
	list-style-type: none;
} 

#navigation li {
	display: inline-block;
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	font-weight:bold;
	text-transform:uppercase;
	list-style-type: none;


}

* html #navigation li { display:inline; }  /* for IE 6 */
* + html #navigation li { display:inline; }  /* for IE 7 */

#navigation a {
   background: #42363e;
   color: #be9ca9;
   display:inline-block;
   width: 100px;
   padding-left: 10px;
}

#navigation a:hover {
   background: #34272e;
   border-left: 3px #FFFFFF solid;
   color: #FFFFFF;
   text-decoration: none;
}


.box {
	width: 900px;
	float: left;
	border: #34272e solid;
	border-width: 0px 0;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
        padding-bottom: 50px;
	background-color:#483b42;
}


/*Main Styles End */


/* 
	Text-Styles   */


h1 {
	margin-top: 10px;
	font-size:30px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:lighter;
	color:#ebebeb;
}
small {
	color:#595856;
	font-weight:bold;
	font-size:11px;
	display:block;
	margin-bottom:15px;
}
a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#be9ca9;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;}
p { margin: 0px 0px 15px 0px; }

#footer-container {
	background-color: #34272e;
}
#footer {
	width: 840px; margin: 0 auto; padding: 55px 0 70px 41px; overflow: hidden; clear: both;
}

#footer .panel {
	width: 255px; float: left;
}
	
		
#footer .about {
	margin: 0 10px 0 0; padding: 0 5px 0 5px;
        width: 255px; float: left;
}
				
#footer .twitter {
	margin: 0 15px 0 0;
        width: 255px; float: left;
}

#footer .media {
	margin: 0 0 0 0;
        width: 255px; float: left;
}
						
				


.clear {
line-height: 0px;
font-size: 0px;
clear: both;
height: 0px;
}

span {
	display: block;
	width: 100px;

/* Text Styles End */