@charset "utf-8";
body{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #ffffff;
}



#container {
	width: 90%;
	background: #000000;
	margin: 10px auto 0 auto;
}

#brand {
	height: 110px;
	border-bottom: 3px solid #ffffff;
}

#header {
	float: left;
	width: 200px;
	height: 130px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;	
}

#header h1 {
	font-family: Trebuchet MS, arial;
	font-size: 11pt;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 85px 0 0 15px;
}

#feeds {
	background: #000000;
	margin-top: 35px;
}

#feeds h1 {
	color: #ffffff;
	font-family: Trebuchet MS, arial;
	font-size: 18pt;
	letter-spacing: 2px;
	font-style: oblique;
}	

#feeds table {
	width: 100%;
	margin: 0 auto 0 auto;
	border: 1px solid #1a1a1a;
}

#feeds tr {
	background: #0f0f0f;
	border: 1px solid #1a1a1a;
}

#feeds td {
	padding: 5px 3px 5px 3px;
	border: 1px solid #1a1a1a;
}


#nav {
	float: right;
	margin: 0 0 0 0;
	font-family: Trebuchet MS, arial;
	font-weight: bold;
}

#nav ul {
	list-style-type: none;
	margin: 0;
    padding: 85px 0 0 0;
}

#nav ul li {
	display: inline;
	margin: 0;
	font-size: 10pt;
	padding-right: 15px;
}

#nav ul li a {
	text-decoration: none;
	color: #ffffff;
	margin: 0;
}

#nav ul li a:hover {
	color: #999999;
}

#apps {
	height: 100%;
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
}

#apps h1 {
	color: #ffffff;
	font-family: Trebuchet MS, arial;
	font-size: 18pt;
	letter-spacing: 2px;
	font-style: oblique;
}

#apps h2 {
	/*color: #ffffff;*/
	font-family: Trebuchet MS, arial;
	font-size: 14pt;
	font-weight: normal;
	font-style: oblique;
}

#apps p {
	color: #ffffff;
	font-family: Trebuchet MS, arial;
	font-size: 10pt;
}

#apps a {
	width: 100px;
	color: #ffffff;
	text-decoration: none;
	font-style: oblique;
}

#apps a:hover {
	width: 100px;
	color: #555555;
	font-style: normal;
}

#mainContent {
	width: 80%;
	height: 350px;
	margin: 10% auto 10% auto;
	padding: 0;
}


#mainContent h1 {
	color: #ffffff;
	font-family: Trebuchet MS, arial;
	font-size: 18pt;
	letter-spacing: 2px;
	font-style: oblique;
}

#appContent {
	height: 300px;
	width: 90%;
	margin:  0 auto 0 auto;
	padding: 0 5px 0 5px;
}

#appContent h1 {
	margin: 0 0 0 10px;
	color: #ffffff;
	font-family: Trebuchet MS, arial;
	font-size: 18pt;
	letter-spacing: 2px;
	font-style: oblique;
}

#appinfo {
	color: #ffffff;
	font-size: 10pt;
	font-family: Trebuchet MS, arial;
}

#contact {
	height: 100%;
	width: 80%;
	background: #1a1a1a;
	margin: 200px auto 0 auto;
	padding: 10px;
}

#footer {
	margin-top: 50px;
	border-top: 1px solid #ffffff;
}

#footer p {
	padding: 5px 0 5px 25px;
	font-size: 10pt;
}

#footer a {
	text-decoration: none;
	color: #0610da;
}

#footer a:hover {
	color: #999999;
}

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

.rtfloat {
	float: right;
}

.ltfloat {
	float: left;
}

.appimg {
	float: left;
	margin: 10px 15px 10px 5px;
	/*padding: 10px 15px 10px 5px;*/
	border: 2px solid #333333;
}

.mainimg {
	float: left;
	margin: 10px 20px 10px 20px;
	/*padding: 10px 15px 10px 5px;*/
	border: 2px solid #333333;
}

.clear {
    clear:both;
}

.applist {
	height: 110%;
	width: 90%;
	padding: 1px 10px 1px 10px;
	margin: 20px 0 20px 25px;
	background: #0f0f0f;
	border: 1px solid #1a1a1a;
}
	
	
	


