body {
	background-color: black;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
}
h1 {
	color:#CCC;
	font-size:42px;
	margin:40px;
	text-align:left;
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-weight: bold;
}
.orange {
	color: #F90;
}
.blue {
	color: #6CF;
}
#cv {
	background-color: white;
	color: black;
}
#main {
	width: 780px;
	z-index: 100;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height:600px;
}
.clic {
	color: #F90;
	text-align:left;
	margin-bottom: 2px;
	font-weight: bold;
}
#cont_wrap {
	border:5px solid white;
}
#cont_wrap p {
	font-size:12px;
	margin-bottom:0;
	margin-top:0;
}
img {
	border:none;
}
.horizontal_accordion_toggle {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */

	display: block;
	height: 100px;
	width: 170px;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #999;
	cursor: pointer;
	margin: 0;
}
.horizontal_accordion_toggle_active {
	border-right: 1px solid #eee;
}
.horizontal_accordion_content {
	height: 100px;
	float: left;
	overflow: hidden;
}
.horizontal_accordion_content p {
	line-height:150%;
	padding:10px 10px 15px;
	width:230px;
	color: #fff;
}
.horizontal_accordion_content p a {
	background-color:#999999;
	border:2px solid #CCCCCC;
	color:white;
	line-height:20px;
	padding:2px;
	text-decoration:none;
}
#top_container, #mid_container, #bot_container {
	background:#333 none repeat scroll 0 0;
	border:2px solid #ccc;
	height:100px;
	margin:20px auto;
	width:764px;
}
#top_container {
	margin-top:0;
}
#bot_container {
	margin-bottom:0;
}
#cv {
	text-align: left;
	background-color: #FFF;
}
#cv h1 {
	color: #000;
	font-size: 18px;
	padding:20px 20px 20px 0;
	margin-left:0;
}
#cv h2 {
	color:black;
	font-size:12px;
	font-weight:bold;
}
#footer {
	color:#666;
	margin:0 auto;
	width:600px;
}
#footer a {
	color:#666;
	text-decoration:none;
}
