#nav, #nav ul, #nav li, body { margin: 0px; padding: 0px; }
body {
	background: #066;
	background-image: url("images/bg.png");
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 20px;
}
#main {
	background-color: #FFF;
	width: 950px;
	border: 1px solid #000;
	margin: 0px auto;
	padding: 0px;
    /*-moz-border-radius: 20px;
    border-radius: 20px;*/
}
#header {
    /*-moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;*/
	height: 130px;
	width: 930px;
	border-bottom: 1px solid #000;
	padding: 10px;
	background-image: url("images/header.png");
	text-align: right;
	color: #FFF;
	position: relative;
}
#header h1, #header h2 { 
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 420px;
	padding: 0px;
	margin: 0px;
	color: white;
	text-shadow: #000 2px 2px 2px;
}

/* NAVIGATION -------------------------------------------------- */
#nav, #nav ul {
	list-style: none;
}
#nav li, #nav a { 
	color: #FFF;
	font-weight: bold;
}
#nav li { 
	text-shadow: #000 1px 1px 1px;
	color: #FFF;
	font-weight: bold;
	display: inline-block;
	width: 105px;
	position: relative;
	background: #200515;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b22995', endColorstr='#200515');
	background: -webkit-gradient(linear, left top, left bottom, from(#b22995), to(#200515));
	background: -moz-linear-gradient(top, #b22995, #200515);
	padding: 10px;
	margin: 0px;
	border-top: 2px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: center;
}
#nav a { 
	text-decoration: none; 
	text-shadow: #000 1px 1px 1px;
}
#nav a:hover { 
	text-decoration: underline; 
	color: #CCC;
}
#nav .ht, #nav .ht:hover {
	text-decoration: none;
	color: #FFF;
}
#nav ul {
	margin-left: -11px;
	margin-top: 12px;
	display: none;	
	position: absolute;
}
#nav li:hover ul {
	display: block;
}
#nav ul li {
	display: block;
	background: #366;
	filter: none;
}


/* LAYOUT -------------------------------------------------- */
#content {
	width: 910px;
	padding: 20px;
}
#lc {
	float: left;
	width: 660px;
}
#rc {
	float: right;
	width: 230px;
}
#copyright {
	clear: both;
	padding: 20px 0px;
	margin: 0px auto;
	text-align: center;
	color: #CCC;
	font-weight: bold;
}

/* STYLING -------------------------------------------------- */
a {
	color: #936;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #603;
	text-decoration: underline;
}
#copyright a { color: #999; }
#copyright a:hover { color: #333; }
h1, h2 { 
	color: #099;
	text-shadow: #000 1px 1px 1px; 
}
hr {
	width: 80%;
	margin: 15px auto;
	color: #603;
}
img { border: 0px; }
.sm {
	background-color: #636;
	width: 640px;
	padding: 10px;
	font-weight: bold;
	color: white;
}
.ga {
	margin: auto;
	margin-top: 50px;
}
.appb {
	display: inline-block;
	width: 140px;
	padding: 5px;
	margin: 0px 10px 10px 0px;
	background-color: #636;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.appb:hover {
	color: #FFF;
	background-color: #366;
	text-decoration: none;
}

/* RIG WAR -------------------------------------------------- */
.rwsys {
	color: #F00;
	font-weight: bold;
}

/* TWITTER -------------------------------------------------- */
.tweetb {
	background-color: #366;
} 
.tweetp {
	background-color: #636;
}
.tweetb, .tweetp {
	width: 206px;
	border: 2px solid white;
	padding: 10px;
	color: white;
	margin-bottom: 1px;
}
.tweetd, .tweetb, .tweetp {
	display: block;
	font-weight: bold;
}
.tweetd {
	width: 226px;
	padding: 2px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 4px;
}
.tweetp a, .tweetb a { color: #CCC; }
.tweetp a:hover, .tweetb a:hover { color: #999; }
.bbl {
	font-size: 4em;
	font-weight: bold;
	font-color: #000;
	margin: 5px auto;
}
.client {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	float: left;
}
