* {
	margin:0;
	padding:0;
	font-size:100%;
}

body {
	color: #666;
	background-color: #FFF;
	font: /*62.5%/1.4*/ 'Lucida Grande', Verdana, sans-serif, "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
}

h1,h2,h3,h4,h5,h6,ul,li { margin:0; padding:0; }
img { border:none; }
table { border:none; }
.clear { clear:both; }
ul li { text-decoration:none; list-style:none; }
dt dd { text-decoration:none; list-style:none; }

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
	color: #666666;
}

img{ vertical-align:bottom;}

h1 { font-size: 197%;}

h2 { font-size: 136%;}

h3 {
	font-size: 100%;
	font-weight: bold;
}

a {color: #FFBF23;}

a:hover {text-decoration: none;}

hr {display: none;}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* 
----------------------------------------------------------------------------- 
Header
-----------------------------------------------------------------------------*/

#header {
	width: 970px;
	height: 100px;
	margin: 0 auto;
}

/* 
----------------------------------------------------------------------------- 
Logo
-----------------------------------------------------------------------------*/

#logo {
	float: left;
	width: 159px;
	height: 80px;
	background: url(images/logo.gif) no-repeat left top;
}

##logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
}

/*
#logo h2 {
	font-size: 12px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
*/

/* 
----------------------------------------------------------------------------- 
Top Menu
-----------------------------------------------------------------------------*/

#menu {
	width: 970px;
	height: 80px;
	margin: 0 auto 0 auto;
}

#menu ul {
	float: left;
	margin-top: 30;
	margin-left:100;
	padding: 0;
	list-style: none;
	
}

#menu li {
	float: left;
	display: block;
	height: 40px;
}


#menu a {
	display: block;
	width: 60px;
	height: 40px;
	padding: 5px 1px 0 1px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
}

html>body #menu a {
	width: auto;
}

/* 
----------------------------------------------------------------------------- 
Page
-----------------------------------------------------------------------------*/

#page {
	width: 970px;
	margin: 0 auto 20px auto;
}

/* 
----------------------------------------------------------------------------- 
Content
-----------------------------------------------------------------------------*/

#content {
	float: right;
	width: 800px;
}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
}


#content p.lead {
	margin-bottom:15px;
	font-size:12px;
	line-height:160%;
	text-align:left;
}
#input {
	float: left;
	padding-bottom: 5px;
	width: 300px;
}
#button {
	float: right;
	padding-bottom: 5px;
}
#border {
	float: left;
	border-bottom-style:solid;
	border-bottom-color:#CC0000;
	width: 800px;
	padding-bottom: px;
}


/* 
----------------------------------------------------------------------------- 
Sidebar
-----------------------------------------------------------------------------*/

#sidebar {
	float: left;
	width: 170px;
	margin-top:10;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#sidebar li{
	padding: 5px 0;
	background: url(images/img12.gif) repeat-x left bottom;
}

#sidebar h2 {
	border-bottom: 1px solid #EDEBD5;
	font-size: 114%;
	font-weight: bold;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* 
----------------------------------------------------------------------------- 
Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	padding-top: 20px;
	background: url(images/img08.gif) repeat-x;
}

