﻿#wrapper { 
text-align:left; /* reset text alignment */ 
width:850px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
left: 50%;
/*border:6px solid #000000;*/
/*background: url(images/bg.gif);*/

} 


body {
	margin-top: 20px;
	/*background: #000000;*/
	background: url(images/bk3.gif);
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	
}
flash {
	width: 347px;
	height: 411px;
	padding: 0px 0px 0 50px;
	float: left;
}


h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*color: #B43939;*/
	color: #BE9414;
}

h2 {
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: bold;
	
}

h3 {
	margin-bottom: .5em;
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
}

p {
}

blockquote {
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #BE9414;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

img {
	width: 347px;
	height: 412px;
	padding: 0px 0px 0 50px;
	float: left;
}



/* Logo */

#logo {
	width: 350px;
	height: 300px;
	padding: 10px 0px 0 0;
	text-align: right;
	float:right;
}

#logo h1 {
	font-size: 3.8em;
	font-weight: normal;
	font-style: italic;
}

#logo h2 {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
}
#logo h3 {
font-size: 1.1em;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	height: 30px;
	padding: 20px 0 0 10px;
	background: url(images/img03.gif) no-repeat left center;
	font-size: 1.4em;
	font-style: italic;
}

.boxed .content {
	padding: 10px;
}


/* Content */

#content {
	width: 700px;
}

/* Content > Main */

#main {
	float: left;
	width: 550px;
	padding: 0 50px;
}

#imgheader {
	float: left;
	width: 300px;
	padding: 0 50px;
}

/* Content > Main > Welcome */

#welcome {
	margin-bottom: 1em;
	padding-bottom: 0.9em;
	border-bottom: 2px dotted #F7F6CE;
	font-size: 1.1em;
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 200px;
}

/* Content > Sidebar > Menu */

#menu {
	margin-bottom: 10px;
	border-bottom: 2px solid #F7F6CE;
	color:#BE9414;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	}

#menu li {
	display: inline;
	
}

#menu a {
	display: block;
	padding: 10px;
	border-top: 1px solid #F7F6CE;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	background: #CBC5C5;
	text-decoration: none;
	color: #BE9414;
}


/* Content > Sidebar > Partners*/

/* Footer */

#footer {
	clear: both;
	width: 850px; /* or a percentage, or whatever */ /*left: 50%;*/;
	padding: 10px;
*/	border-top: 1px solid #787876;
	text-align: right;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Links */

#links {
}
