body
{
	margin-top: 70px;
	background: rgb(46,46,46);
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 { font-weight: bold !important;}
h3 { margin: 7px 0 -10px 10px; font-size: 11px; text-decoration:underline;}
img { border: none; }

.main_toggle {
	display: block;
	height: 30px;
	width: 600px;
	background: url(../gfx/toggle.jpg) no-repeat top right rgb(209, 209, 209);
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-top: 1px solid black;
	cursor: pointer;
	margin: 0 0 0 0;
}

.main_toggle_active {
	background: url(../gfx/toggle_active.jpg) no-repeat top right rgb(46,46,46);
	color: #ffffff;
	border-bottom: none;
}

.main_content {
	background-color: rgb(209, 209, 209);
	color: black;
	overflow: hidden;
	border-bottom: 3px solid rgb(46,46,46);
	width: 600px;
	padding: 0 10px 0 10px;
}

.main_content h2 {	margin: 5px 0 -5px 20px; font-size: 11px; }
.main_content p { line-height: 150%; padding: 5px 10px 15px 10px; }

.spaz_toggle {
	float: left;
	display: block;
	height: 120px;
	width: 30px;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-left: 2px solid rgb(46,46,46);
	cursor: pointer;
	margin: 0 0 0 0;
}

.python { background: url(../../gfx/python.png) no-repeat center 4px !important; }
.php { background: url(../../gfx/php.png) no-repeat center 4px !important; }
.perl { background: url(../../gfx/perl.png) no-repeat center 4px !important; }
.js { background: url(../../gfx/js.png) no-repeat center 4px !important; }

.spaz_toggle_active {
	background-color: rgb(45,45,45) !important;
	border-right: none;
}

.spaz_content {
	height: 120px !important;
	float: left;	
	overflow: hidden;
	background-color: rgb(209, 209, 209);
	color: #444444;
}
	
.spaz_content p {
	width: 300px;
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
				
#spaz_container {
	margin: 0px auto 20px auto;
	width: 680px !important;   
	height: 100px;   
}


small
{
	font-size: 9px;
	font-weight: normal;
}

#wrap
{
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid black;
	border-bottom: 1px solid black;
	border: none;
}

#credits
{
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;	
	margin-top: 5px;
}

a,
a:active,
a:hover,
a:visited
{
	color: rgb(209,209,209);
	color: rgb(209, 184, 130);
	color: rgb(25,25,25);
	font-weight: bold;
	text-decoration: none;	
}
a:hover { text-decoration: underline; }
a.download { display: block; margin-top: 5px; padding-left: 18px; background: url(../../gfx/download.png) no-repeat 0 0;}