
body {
	margin: 0px 0 0 0;
	padding: 0;
	background: #000000 ;
	font-family: "Arial", Helvetica, Times New Roman;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #3699E4;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

#header {
	width: 700px;
	height: 20px;
	margin: 0 auto;
	background: url(images/tango.jpg) no-repeat right top;
}


#logo {
	float: left;
	width: 220px;
	height: 50px;
	background: #ffffff url(images/base_yellow.jpg);
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
}

#logo h1 {
	padding: 0px 0 0 0;
	background: url(images/logo.gif) no-repeat 50% 30px;
	letter-spacing: -1px;
	font-size: 38px;
}

#logo h2 {
	font-size: 18px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

#menu {
	float: right;
	width: 470px;
	height: 40px;
	padding: 180px 0 0 0;
}

#menu ul {
	width: 470px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/button.jpg) repeat-x;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 20px 0 19px;
	background: url(images/yellow_space.gif) no-repeat;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #21ab35;
}



#page {
	width: 700px;
	margin: 0 auto;
}


#content {
	float: right;
	width: 430px;
	padding: 20px;
	background: #FFFFFF url(images/bottom_white.gif) no-repeat left bottom;
}



#sidebar {
	float: left;
	width: 220px;
	padding-top: 10px;
}

#sidebar a {
	color: #3699E4;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	padding-right: 0px;
	list-style: none;
	font-size: 92%;
}

#sidebar ul li {
	padding: 0px 0px;
	background: url(images/unknown.jpg) no-repeat 0px 0px;
	border-top: 1px solid #FFFFFF;
}

#sidebar ul li.first {
	border: none;
}

#sidebar ul li h2 {
	margin: 0;
	font-size: 100%;
}

#sidebar ul li h3 {
	margin: 0;
	font-size: 92%;
}

#sidebar ul li p {
	margin: 0;
}

.boxed {
	margin-bottom: 10px;
	background: #FFFFFF url(images/small_bottom_white.gif) no-repeat left bottom;
}

.boxed .title {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #000000 url(images/top_yellow.jpg) no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.boxed .content {
	padding: 15px;
	background: url(images/space.gif) repeat-x;
}

#footer {
	height: 100px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color: #000000;
}

#footer a {
	color: #000000;
}