/* CSS Document */

body{
	padding:0;
	margin:0;
	color:#000;
	text-align: center;
}
div, h1, h2,form, label, input, textarea, img, span{
	margin:0; padding:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}




/*------------------------------------------------layout elements--------------------*/

#header{
	height:100px;
	width:306px;
	background:url(images/header2.gif) 0 0 no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
}

#content
{ 
	text-align: left;
	margin: 10px 50px 0 50px;
	background-color: white;
}

#footer a {
	display: block;
	width: 587px;
	height: 40px;
	margin: 10px auto;
	background:url(images/returnbtn.png) 0 0 no-repeat;
	
}


/*------------------------------------------------text styles--------------------*/

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

a:hover {
	text-decoration: underline;
	}


h1 {
	font:bold 36px "Tw Cen MT", "Tahoma", Verdana, serif;
	color:#444444;
	background-color:inherit;
	text-transform:uppercase;
	border-top: 1px dotted #dddddd;
}

h3 {
	font:bold 16px "Tw Cen MT", "Tahoma", Verdana, serif;
	color:#aaaaaa;
	background-color:inherit;
	margin-top: -10px;
	padding-bottom: 4px;
	border-bottom: 2px solid #dddddd;
}

h4 {
	font:bold 14px "Tahoma", Verdana, serif;
	color:#444444;
	background-color:inherit;
	margin-top: 0;
	padding: 0;
	padding-bottom: -7px;
	border-bottom: 1px dotted #dddddd;

}

h5 {
	font:bold 14px "Tahoma", Verdana, serif;
	color:#777777;
	background-color:inherit;
	padding: 0;
	margin: 0;
}

p {
	font: 12px "Tahoma", Verdana, serif;
	padding: 5px;
	text-align: justify;
	margin-left: 5px;
	line-height:18px;
}

ul {
	font: 12px "Tahoma", Verdana, serif;
	margin: 5px;
	text-align: justify;
	margin-top: -12px;
	line-height:18px;
	list-style-type: square;
}

#quick ul {
	list-style-image: url(images/arrow_mini_right2.gif);
	list-style-type: disc;
	padding-top: -2px;
	}

#quick a
	{
	font: 13px "Courier New", Courier, serif;
	text-decoration: none;
	color: #aaaaaa;
	}
#quick a:hover
	{
	text-decoration: none;
	color: #444444;
	}

.comment {
	font: 12px "Tahoma", Verdana, serif;
	padding: 5px;
	text-align: justify;
	margin-left: 5px;
	line-height:18px;
}
	
.code, .bind, .script {
	background-position: 5px 6px;
	background-repeat: no-repeat;
	font-size: 12px;
	font-color: white;
	color: white;
	line-height: 115%;
	margin: 10px;
	padding: 6px 6px 6px 25px;
	text-align: left;
	background-color: #444;
	background-image: url('images/application_osx_terminal.png');
	border-bottom: 2px solid #AAA;
	border-top: 2px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	font-family: 'Courier New', Courier, Fixed;
	width: 350px;
	margin-top: -2px;
}

.bind 	{
	background-image: url('images/page_white_gear.png');
	}

.script {
	background-image: url('images/script.png');
	width: 550px;
	}


/*------------------------------------------------navigation--------------------*/

#navbar {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 494px;
  height: 32px;
  background: url(images/nav-normal.gif) no-repeat;
  position: relative;
  font-size: 0px;
}

#navbar .start
{ 
	display: block;
	width: 130px;
	height: 32px;
	float: left;
}

#navbar .cvar
{ 
	display: block;
	width: 65px;
	height: 32px;
	float: left;
}

#navbar .binds
{ 
	display: block;
	width: 65px;
	height: 32px;
	float: left;
}


#navbar .scripts
{ 
	display: block;
	width: 65px;
	height: 32px;
	float: left;
}

#navbar .configs
{ 
	display: block;
	width: 80px;
	height: 32px;
	float: left;
}

#navbar .other
{ 
	display: block;
	width: 65px;
	height: 32px;
	float: left;
}

#navbar .cvar