* {
	margin		: 0;
	padding		: 0;
}

html {
	height		: 100%;
	overflow-y	: scroll;
}

body {
	background	: #000000;
	font		: 12px Verdana, Arial, Helvetica, sans-serif;
	color		: #999999;
	text-align	: center;
}

h1 {
	color		: #FFFFFF;
	font-weight	: bold;
	font-size	: 16px;
}

h2 {
	color		: #eeeeee;
	font-weight	: bold;
	font-size	: 13px;
}

h3 {
	color		: #bbbbbb;
	font-weight	: bold;
	font-size	: 12px;

}

p, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

ul {
	margin-left		: 3em;
}

li {
	line-height		: 150%;
	padding-bottom	: 2px;
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}


/* Header */

#header {
	width		: 900px;
	margin		: 0 auto;
	height		: 220px;
}

#fader1 img {
	position	: absolute;
	border		: 0;
	margin-left	: -450px;
}

/* Header > Menu */

#menu-wrapper {
	background	: url(../images/img02.gif) repeat-x;
	width		: 100%;
}

#menu {
	width		: 700px;
	margin		: 0 auto;
	height		: 36px;
	padding		: 25px 0 0 0;
	text-align	: left;
}

#menu ul {
	margin		: 0;
	padding		: 7px 0 0 0;
	list-style	: none;
}

#menu li {
	display		: inline;
}

#menu a {
	display		: block;
	float		: left;
	height		: 25px;
	margin		: 0 5px 0 0;
	padding		: 2px 25px 0 25px;
	background	: url(../images/img03.gif) repeat-x;
	border		: 1px solid #222222;
	text-align	: center;
	font-size	: 9px;
	font-weight	: bold;
	color		: #FFFFFF;
}

#menu a:hover {
	background-image: url(../images/img04.gif);
	text-decoration: none;
}

#menu .active a,
#menu .rex-current a, 
#menu .rex-active a {
	background-image: url(../images/img05.gif);
}

/* Wrapper */

#wrapper {
	background	: url(../images/img06.gif) repeat-x;
	width		: 100%;
}

/* Content */

#content {
	width		: 700px;
	margin		: 0 auto;
	padding		: 20px 0 0 0;
	text-align	: left;
}

/* Content > Main */

#main {
	float		: left;
	width		: 700px;
	margin		: 0 auto;
	text-align	: left;
}

/* Content > Main > Welcome */

#welcome {
	padding-top: 5px;
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

/* Content > Sidebar > Support */

#support {
	padding: 20px 15px;
	color: #FF8A00;
}

#support h2 {
	margin: 0;
	font-size: 1.3em;
	color: #FF8A00;
}

#support h3 {
	margin: 0;
	font-size: 1em;
	color: #FF8A00;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

#login p {
	font-size: .8em;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear				: both;
	padding				: 10px 50px;
	border-top			: 4px solid #393F4D;
	background			: #444C5D;
}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

div.rexfancy-images img
{
    border:1px solid #EFEFEA;
    background-color:#F5F5F1;
    padding:5px;
    -moz-border-radius:3px;
    margin-right:5px;
    float:left;
}

div.clear-rexfancy
{
    float:none;
    clear:both;
}

.imagelist p {
	text-align		: center;
}

.imagelist ul {
	margin			: 10px auto;
	text-align		: center;
}

.imagelist li {
	padding-left	: 10px;
	float			: left;
	list-style-type	: none;
}

.imagelist img {
	border			: 2px solid #666;
	margin			: 5px;
}

.imagelist a {
	color			: #666;
	text-decoration	: none !important;
}

.imagelist a:hover {
	color			: #f29400;
	border-bottom	: 1px solid #666;
}

.facebook-feed p, .news p {
	font-size		: 10px;
	background-color: #111;
	border-bottom	: 1px solid #333;
	padding			: 10px 10px 20px 10px;
}

