* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#000;
	font: normal small "verdana", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

h1, h2, h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}
h1 {
	font-size: 2.8em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.2em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border:0;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr {
	display: none;
}

.hr {
}


/* Logo */

#logo {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	/*background-color: #000000;*/
	background-image: url(../images/img02.jpg);
	background-repeat: no-repeat;
}

#logo h1 {
	float: none;
	width: 735px;
	margin: 0;
	padding: 154px 54px 0 0;
	text-align: right;
	letter-spacing: 5px;
	font-size: 18px;
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 170px 20px 0 0;
	font-size: 11px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #000000;
	height: auto;
}


/* Content */

#content {
	float: left;
	width: 520px;
	padding: 20px;
	/* background: url(../images/img03.jpg) no-repeat; */
	background-color:#000;
}

#welcome {
	padding-bottom: 20px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	/*padding: 20px;*/
	/* background: url(../images/img04.jpg) no-repeat; */
	background-color:#000;
	overflow:auto;
	height: auto;
}
#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}
#sidebar2 {
	float: right;
	width: 200px;
	padding: 20px;
	height: auto;
	background-color:#000
}
#sidebar2 blockquote {
	margin-left: 0;
	margin-right: 0;
}
#centerbar2 {
	width: 200px;
	padding: 20px;
	height: auto;
}
#centerbar2 blockquote {
	margin-left: 0;
	margin-right: 0;
}
#leftbar2 {
	float: left;
	width: 200px;
	padding: 20px;
	height: auto;
}
#leftbar2 blockquote {
	margin-left: 0;
	margin-right: 0;
}
/* Menu */


#menu {
	margin-bottom: 19px;
}
#menu h2 {
	display: none;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: block;
	padding-top: 1px;
	background: url(../images/img07.gif) repeat-x;
}
#menu li.first {
	background: none;
}
#menu a {
	display: block;
	width: 165px;
	padding: 7px 10px 7px 25px;
	text-transform: uppercase;
	background: url(../images/img08.gif) no-repeat 10px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}
#menu a:hover {
	background-color: #0A0A0A;
}


/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../images/img05.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}


/*   other   */

.style2 {
	font-size: x-small;
	left:0px;
}

.style3 {
	font-size: x-small
}

.style4 {
	color: #FFFF00
}

